diff --git a/CHANGELOG.md b/CHANGELOG.md index 80fa0c67..45c971e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog for AWS X-Ray SDK for JavaScript +## 3.10.1 +View [the latest changes](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.9.0...aws-xray-sdk-node%403.10.0) +* `aws-xray-sdk-core` updated to 3.10.1 + * Bump dependency version for body-parser, express and find-my-way + * These dependency version changes apply to all packages +* `aws-xray-sdk-mysql` updated to 3.10.1 + * No further changes. +* `aws-xray-sdk-express` updated to 3.10.1 + * No further changes. +* `aws-xray-sdk-postgres` updated to 3.10.1 + * No further changes. +* `aws-xray-sdk-restify` updated to 3.10.1 + * No further changes. +* `aws-xray-sdk-fastify` updated to 3.10.1 + * No further changes. +* `aws-xray-sdk-koa2` updated to 3.10.1 + * No further changes. +* `aws-xray-sdk-hapi` updated to 3.10.1 + * No further changes. +* `aws-xray-sdk-fetch` added in 3.10.1 + * No further changes. ## 3.10.0 View [the latest changes](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.9.0...aws-xray-sdk-node%403.10.0) diff --git a/package-lock.json b/package-lock.json index 2922507c..a1f95588 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-xray-sdk-node", - "version": "3.10.0", + "version": "3.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-xray-sdk-node", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "dependencies": { "aws-xray-sdk": "file:packages/full_sdk", @@ -37,8 +37,8 @@ "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", "aws-sdk": "^2.304.0", - "aws-xray-sdk-core": "3.10.0", - "aws-xray-sdk-express": "3.10.0", + "aws-xray-sdk-core": "3.10.1", + "aws-xray-sdk-express": "3.10.1", "chai": "^4.2.0", "cls-hooked": "^4.2.2", "codecov": "^3.8.3", @@ -19388,7 +19388,7 @@ }, "packages/core": { "name": "aws-xray-sdk-core", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "^3.4.1", @@ -19417,7 +19417,7 @@ }, "packages/express": { "name": "aws-xray-sdk-express", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "dependencies": { "@types/express": "*" @@ -19426,12 +19426,12 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.10.0" + "aws-xray-sdk-core": "^3.10.1" } }, "packages/full_sdk": { "name": "aws-xray-sdk", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "dependencies": { "aws-xray-sdk-core": "file:../core", @@ -19445,7 +19445,7 @@ }, "packages/mysql": { "name": "aws-xray-sdk-mysql", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "dependencies": { "@types/mysql": "*" @@ -19454,12 +19454,12 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.10.0" + "aws-xray-sdk-core": "^3.10.1" } }, "packages/postgres": { "name": "aws-xray-sdk-postgres", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "dependencies": { "@types/pg": "*" @@ -19468,12 +19468,12 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.10.0" + "aws-xray-sdk-core": "^3.10.1" } }, "packages/restify": { "name": "aws-xray-sdk-restify", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "dependencies": { "@types/restify": "*" @@ -19482,12 +19482,12 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.10.0" + "aws-xray-sdk-core": "^3.10.1" } }, "packages/test_express": { "name": "test-aws-xray-sdk-express", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "engines": { "node": ">= 14.x" @@ -19495,20 +19495,20 @@ }, "sdk_contrib/fastify": { "name": "aws-xray-sdk-fastify", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "engines": { "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.10.0", + "aws-xray-sdk-core": "^3.10.1", "fastify": "^4.0.1", "fastify-plugin": "^4.2.0" } }, "sdk_contrib/fetch": { "name": "aws-xray-sdk-fetch", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "dependencies": { "tsd": "^0.28.1" @@ -19523,7 +19523,7 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.10.0" + "aws-xray-sdk-core": "^3.10.1" } }, "sdk_contrib/fetch/node_modules/@tsd/typescript": { @@ -19774,25 +19774,25 @@ }, "sdk_contrib/hapi": { "name": "aws-xray-sdk-hapi", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "engines": { "node": ">= 14.x" }, "peerDependencies": { "@hapi/hapi": ">=18.x", - "aws-xray-sdk-core": "^3.10.0" + "aws-xray-sdk-core": "^3.10.1" } }, "sdk_contrib/koa": { "name": "aws-xray-sdk-koa2", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "engines": { "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.10.0", + "aws-xray-sdk-core": "^3.10.1", "koa": "^2.0.0" } } @@ -24145,8 +24145,8 @@ "@typescript-eslint/parser": "^4.25.0", "aws-sdk": "^2.304.0", "aws-xray-sdk": "file:packages/full_sdk", - "aws-xray-sdk-core": "3.10.0", - "aws-xray-sdk-express": "3.10.0", + "aws-xray-sdk-core": "3.10.1", + "aws-xray-sdk-express": "3.10.1", "aws-xray-sdk-fastify": "file:sdk_contrib/fastify", "aws-xray-sdk-fetch": "file:sdk_contrib/fetch", "aws-xray-sdk-hapi": "file:sdk_contrib/hapi", diff --git a/package.json b/package.json index d8a2a59f..a8bb2cfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-node", - "version": "3.10.0", + "version": "3.10.1", "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.10.0", - "aws-xray-sdk-express": "3.10.0", + "aws-xray-sdk-core": "3.10.1", + "aws-xray-sdk-express": "3.10.1", "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 249085d9..b526f646 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-core", - "version": "3.10.0", + "version": "3.10.1", "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 12778d93..74087fc9 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-express", - "version": "3.10.0", + "version": "3.10.1", "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.10.0" + "aws-xray-sdk-core": "^3.10.1" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/full_sdk/package.json b/packages/full_sdk/package.json index d8ce7f7d..1b5913fc 100644 --- a/packages/full_sdk/package.json +++ b/packages/full_sdk/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk", - "version": "3.10.0", + "version": "3.10.1", "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 701ac16d..e6e4b110 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-mysql", - "version": "3.10.0", + "version": "3.10.1", "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.10.0" + "aws-xray-sdk-core": "^3.10.1" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/postgres/package.json b/packages/postgres/package.json index f672e2bd..3d543067 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-postgres", - "version": "3.10.0", + "version": "3.10.1", "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.10.0" + "aws-xray-sdk-core": "^3.10.1" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/restify/package.json b/packages/restify/package.json index d43b9a39..1bb80ecd 100644 --- a/packages/restify/package.json +++ b/packages/restify/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-restify", - "version": "3.10.0", + "version": "3.10.1", "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.10.0" + "aws-xray-sdk-core": "^3.10.1" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/test_express/package.json b/packages/test_express/package.json index 5476d0e2..937afb6f 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.10.0", + "version": "3.10.1", "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 1e460b00..54239e44 100644 --- a/sdk_contrib/fastify/package.json +++ b/sdk_contrib/fastify/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-fastify", - "version": "3.10.0", + "version": "3.10.1", "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.10.0", + "aws-xray-sdk-core": "^3.10.1", "fastify": "^4.0.1", "fastify-plugin": "^4.2.0" }, diff --git a/sdk_contrib/fetch/package.json b/sdk_contrib/fetch/package.json index 6e9ee8e1..446bd7c7 100644 --- a/sdk_contrib/fetch/package.json +++ b/sdk_contrib/fetch/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-fetch", - "version": "3.10.0", + "version": "3.10.1", "description": "AWS X-Ray plugin for node-fetch", "author": "Amazon Web Services", "contributors": [ @@ -21,7 +21,7 @@ "node": ">= 14.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.10.0" + "aws-xray-sdk-core": "^3.10.1" }, "keywords": [ "amazon", diff --git a/sdk_contrib/hapi/package.json b/sdk_contrib/hapi/package.json index 876d21df..406c3919 100644 --- a/sdk_contrib/hapi/package.json +++ b/sdk_contrib/hapi/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-hapi", - "version": "3.10.0", + "version": "3.10.1", "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.10.0" + "aws-xray-sdk-core": "^3.10.1" }, "keywords": [ "amazon", diff --git a/sdk_contrib/koa/package.json b/sdk_contrib/koa/package.json index 8ae6d326..01394131 100644 --- a/sdk_contrib/koa/package.json +++ b/sdk_contrib/koa/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-koa2", - "version": "3.10.0", + "version": "3.10.1", "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.10.0", + "aws-xray-sdk-core": "^3.10.1", "koa": "^2.0.0" }, "keywords": [