From 06d00ff903ef3c007af6f4a8d4e45a30673393eb Mon Sep 17 00:00:00 2001 From: Wang Date: Wed, 21 Feb 2024 18:02:18 -0800 Subject: [PATCH] Prepares 3.5.4 release --- CHANGELOG.md | 21 ++++++++++- package-lock.json | 58 +++++++++++++++--------------- package.json | 6 ++-- packages/core/package.json | 2 +- packages/express/package.json | 4 +-- packages/full_sdk/package.json | 2 +- packages/mysql/package.json | 4 +-- packages/postgres/package.json | 4 +-- packages/restify/package.json | 4 +-- packages/test_express/package.json | 2 +- sdk_contrib/fastify/package.json | 4 +-- sdk_contrib/hapi/package.json | 4 +-- sdk_contrib/koa/package.json | 4 +-- 13 files changed, 69 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2832f23a..e8015df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,26 @@ # Changelog for AWS X-Ray SDK for JavaScript - + +## 3.5.4 +View [the latest changes](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.5.3...aws-xray-sdk-node%403.5.4) +* `aws-xray-sdk-core` updated to 3.5.4 + * change: Add export for resolveManualSegmentParams to AWSXRay [PR #628](https://github.com/aws/aws-xray-sdk-node/pull/628) +* `aws-xray-sdk-mysql` updated to 3.5.4 + * No further changes. +* `aws-xray-sdk-express` updated to 3.5.4 + * No further changes. +* `aws-xray-sdk-postgres` updated to 3.5.4 + * No further changes. +* `aws-xray-sdk-restify` updated to 3.5.4 + * No further changes. +* `aws-xray-sdk-fastify` updated to 3.5.4 + * No further changes. +* `aws-xray-sdk-koa2` updated to 3.5.4 + * No further changes. +* `aws-xray-sdk-hapi` updated to 3.5.4 + * No further changes. + ## 3.5.3 View [the latest changes](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.5.2...aws-xray-sdk-node%403.5.3) * `aws-xray-sdk-core` updated to 3.5.3 diff --git a/package-lock.json b/package-lock.json index 86293378..ab894f32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-xray-sdk-node", - "version": "3.5.3", + "version": "3.5.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-xray-sdk-node", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "dependencies": { "aws-xray-sdk": "file:packages/full_sdk", @@ -36,8 +36,8 @@ "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", "aws-sdk": "^2.304.0", - "aws-xray-sdk-core": "3.5.3", - "aws-xray-sdk-express": "3.5.3", + "aws-xray-sdk-core": "3.5.4", + "aws-xray-sdk-express": "3.5.4", "chai": "^4.2.0", "cls-hooked": "^4.2.2", "codecov": "^3.8.3", @@ -11336,7 +11336,7 @@ "dependencies": { "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", - "chokidar": "3.5.3", + "chokidar": "3.5.4", "debug": "4.3.4", "diff": "5.0.0", "escape-string-regexp": "4.0.0", @@ -11388,7 +11388,7 @@ "dev": true }, "node_modules/mocha/node_modules/chokidar": { - "version": "3.5.3", + "version": "3.5.4", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", "dev": true, @@ -17295,7 +17295,7 @@ }, "packages/core": { "name": "aws-xray-sdk-core", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "^3.4.1", @@ -17324,7 +17324,7 @@ }, "packages/express": { "name": "aws-xray-sdk-express", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "dependencies": { "@types/express": "*" @@ -17333,12 +17333,12 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3" + "aws-xray-sdk-core": "^3.5.4" } }, "packages/full_sdk": { "name": "aws-xray-sdk", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "dependencies": { "aws-xray-sdk-core": "file:../core", @@ -17352,7 +17352,7 @@ }, "packages/mysql": { "name": "aws-xray-sdk-mysql", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "dependencies": { "@types/mysql": "*" @@ -17361,12 +17361,12 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3" + "aws-xray-sdk-core": "^3.5.4" } }, "packages/postgres": { "name": "aws-xray-sdk-postgres", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "dependencies": { "@types/pg": "*" @@ -17375,12 +17375,12 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3" + "aws-xray-sdk-core": "^3.5.4" } }, "packages/restify": { "name": "aws-xray-sdk-restify", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "dependencies": { "@types/restify": "*" @@ -17389,12 +17389,12 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3" + "aws-xray-sdk-core": "^3.5.4" } }, "packages/test_express": { "name": "test-aws-xray-sdk-express", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "engines": { "node": ">= 14.x" @@ -17402,38 +17402,38 @@ }, "sdk_contrib/fastify": { "name": "aws-xray-sdk-fastify", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "engines": { "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3", + "aws-xray-sdk-core": "^3.5.4", "fastify": "^3.29.0", "fastify-plugin": "^4.2.0" } }, "sdk_contrib/hapi": { "name": "aws-xray-sdk-hapi", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "engines": { "node": ">= 14.x" }, "peerDependencies": { "@hapi/hapi": ">=18.x", - "aws-xray-sdk-core": "^3.5.3" + "aws-xray-sdk-core": "^3.5.4" } }, "sdk_contrib/koa": { "name": "aws-xray-sdk-koa2", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "engines": { "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3", + "aws-xray-sdk-core": "^3.5.4", "koa": "^2.0.0" } } @@ -21224,8 +21224,8 @@ "@typescript-eslint/parser": "^4.25.0", "aws-sdk": "^2.304.0", "aws-xray-sdk": "file:packages/full_sdk", - "aws-xray-sdk-core": "3.5.3", - "aws-xray-sdk-express": "3.5.3", + "aws-xray-sdk-core": "3.5.4", + "aws-xray-sdk-express": "3.5.4", "aws-xray-sdk-fastify": "file:sdk_contrib/fastify", "aws-xray-sdk-hapi": "file:sdk_contrib/hapi", "aws-xray-sdk-koa2": "file:sdk_contrib/koa", @@ -30249,7 +30249,7 @@ "requires": { "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", - "chokidar": "3.5.3", + "chokidar": "3.5.4", "debug": "4.3.4", "diff": "5.0.0", "escape-string-regexp": "4.0.0", @@ -30287,7 +30287,7 @@ "dev": true }, "chokidar": { - "version": "3.5.3", + "version": "3.5.4", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", "dev": true, @@ -40059,7 +40059,7 @@ "requires": { "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", - "chokidar": "3.5.3", + "chokidar": "3.5.4", "debug": "4.3.4", "diff": "5.0.0", "escape-string-regexp": "4.0.0", @@ -40097,7 +40097,7 @@ "dev": true }, "chokidar": { - "version": "3.5.3", + "version": "3.5.4", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", "dev": true, diff --git a/package.json b/package.json index effe5c9a..2fccd47b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-node", - "version": "3.5.3", + "version": "3.5.4", "private": true, "license": "Apache-2.0", "overrides": { @@ -23,8 +23,8 @@ "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", "aws-sdk": "^2.304.0", - "aws-xray-sdk-core": "3.5.3", - "aws-xray-sdk-express": "3.5.3", + "aws-xray-sdk-core": "3.5.4", + "aws-xray-sdk-express": "3.5.4", "chai": "^4.2.0", "cls-hooked": "^4.2.2", "codecov": "^3.8.3", diff --git a/packages/core/package.json b/packages/core/package.json index 16470c1c..99f426f8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-core", - "version": "3.5.3", + "version": "3.5.4", "description": "AWS X-Ray SDK for Javascript", "author": "Amazon Web Services", "contributors": [ diff --git a/packages/express/package.json b/packages/express/package.json index ecc7006d..b2169bd4 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-express", - "version": "3.5.3", + "version": "3.5.4", "description": "AWS X-Ray Middleware for Express (Javascript)", "author": "Amazon Web Services", "contributors": [ @@ -18,7 +18,7 @@ "@types/express": "*" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3" + "aws-xray-sdk-core": "^3.5.4" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/full_sdk/package.json b/packages/full_sdk/package.json index 3d899e9d..12107754 100644 --- a/packages/full_sdk/package.json +++ b/packages/full_sdk/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk", - "version": "3.5.3", + "version": "3.5.4", "description": "AWS X-Ray SDK for Javascript", "author": "Amazon Web Services", "contributors": [ diff --git a/packages/mysql/package.json b/packages/mysql/package.json index ad812a02..d89d843c 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-mysql", - "version": "3.5.3", + "version": "3.5.4", "description": "AWS X-Ray Patcher for MySQL (Javascript)", "author": "Amazon Web Services", "contributors": [ @@ -18,7 +18,7 @@ "@types/mysql": "*" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3" + "aws-xray-sdk-core": "^3.5.4" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/postgres/package.json b/packages/postgres/package.json index b267db4c..c478f9af 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-postgres", - "version": "3.5.3", + "version": "3.5.4", "description": "AWS X-Ray Patcher for Postgres (Javascript)", "author": "Amazon Web Services", "contributors": [ @@ -18,7 +18,7 @@ "@types/pg": "*" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3" + "aws-xray-sdk-core": "^3.5.4" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/restify/package.json b/packages/restify/package.json index ca19005e..0890f0a3 100644 --- a/packages/restify/package.json +++ b/packages/restify/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-restify", - "version": "3.5.3", + "version": "3.5.4", "description": "Enables AWS X-Ray for Restify (Javascript)", "author": "Amazon Web Services", "contributors": [ @@ -18,7 +18,7 @@ "@types/restify": "*" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3" + "aws-xray-sdk-core": "^3.5.4" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/test_express/package.json b/packages/test_express/package.json index fa85811a..859ac317 100644 --- a/packages/test_express/package.json +++ b/packages/test_express/package.json @@ -1,7 +1,7 @@ { "name": "test-aws-xray-sdk-express", "private": true, - "version": "3.5.3", + "version": "3.5.4", "description": "AWS X-Ray Middleware for Express (Javascript)", "author": "Amazon Web Services", "contributors": [ diff --git a/sdk_contrib/fastify/package.json b/sdk_contrib/fastify/package.json index 92cbe303..deefeb3d 100644 --- a/sdk_contrib/fastify/package.json +++ b/sdk_contrib/fastify/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-fastify", - "version": "3.5.3", + "version": "3.5.4", "description": "AWS X-Ray plugin for Fastify", "author": "Amazon Web Services", "contributors": [ @@ -22,7 +22,7 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3", + "aws-xray-sdk-core": "^3.5.4", "fastify": "^3.29.0", "fastify-plugin": "^4.2.0" }, diff --git a/sdk_contrib/hapi/package.json b/sdk_contrib/hapi/package.json index 605d5e20..f45438f9 100644 --- a/sdk_contrib/hapi/package.json +++ b/sdk_contrib/hapi/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-hapi", - "version": "3.5.3", + "version": "3.5.4", "description": "AWS X-Ray plugin for Hapi.JS", "author": "Amazon Web Services", "contributors": [ @@ -24,7 +24,7 @@ }, "peerDependencies": { "@hapi/hapi": ">=18.x", - "aws-xray-sdk-core": "^3.5.3" + "aws-xray-sdk-core": "^3.5.4" }, "keywords": [ "amazon", diff --git a/sdk_contrib/koa/package.json b/sdk_contrib/koa/package.json index 5b79c07b..c5fea7f5 100644 --- a/sdk_contrib/koa/package.json +++ b/sdk_contrib/koa/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-koa2", - "version": "3.5.3", + "version": "3.5.4", "description": "AWS X-Ray Middleware for koa (Javascript)", "author": "Amazon Web Services", "contributors": [ @@ -22,7 +22,7 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.5.3", + "aws-xray-sdk-core": "^3.5.4", "koa": "^2.0.0" }, "keywords": [