diff --git a/CHANGELOG.md b/CHANGELOG.md index e67309ad..e438e0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog for AWS X-Ray SDK for JavaScript - + +## 3.3.1 +* change: Updated aws-xray-sdk-core to 3.3.1. + * rollback: reverted instrumentation for AWS SDK V3 clients [PR #412](https://github.com/aws/aws-xray-sdk-node/pull/412) +* change: Updated aws-xray-sdk-express to 3.3.1. No further changes. +* change: Updated aws-xray-sdk-mysql to 3.3.1. No further changes. +* change: Updated aws-xray-sdk-postgres to 3.3.1. No further changes. +* change: Updated aws-xray-sdk-restify to 3.3.1. No further changes. +* change: Updated aws-xray-sdk-koa2 to 3.3.1. No further changes. +* change: Updated aws-xray-sdk-hapi to 3.3.1. No further changes. + ## 3.3.0 * change: Updated aws-xray-sdk-core to 3.3.0. * improvement: add IGNORE_ERROR context missing strategy [PR #345](https://github.com/aws/aws-xray-sdk-node/pull/345) diff --git a/package-lock.json b/package-lock.json index 0e4efe19..f13d894a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-node", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aac5b1b9..5dfbc1f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-node", - "version": "3.3.0", + "version": "3.3.1", "private": true, "license": "Apache-2.0", "devDependencies": { @@ -12,8 +12,8 @@ "@types/sinon": "^9.0.4", "@types/sinon-chai": "^3.2.4", "aws-sdk": "^2.304.0", - "aws-xray-sdk-core": "3.3.0", - "aws-xray-sdk-express": "3.3.0", + "aws-xray-sdk-core": "3.3.1", + "aws-xray-sdk-express": "3.3.1", "chai": "^4.2.0", "cls-hooked": "^4.2.2", "codecov": "^3.8.1", diff --git a/packages/core/package.json b/packages/core/package.json index 40804a40..8e529bf9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-core", - "version": "3.3.0", + "version": "3.3.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 f5c66f2a..2b1a4400 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-express", - "version": "3.3.0", + "version": "3.3.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.3.0" + "aws-xray-sdk-core": "^3.3.1" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/full_sdk/package.json b/packages/full_sdk/package.json index 66189d41..0471bebd 100644 --- a/packages/full_sdk/package.json +++ b/packages/full_sdk/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk", - "version": "3.3.0", + "version": "3.3.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 f2cc6aaf..7c4863f4 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-mysql", - "version": "3.3.0", + "version": "3.3.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.3.0" + "aws-xray-sdk-core": "^3.3.1" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/postgres/package.json b/packages/postgres/package.json index a84b2218..fda896d5 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-postgres", - "version": "3.3.0", + "version": "3.3.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.3.0" + "aws-xray-sdk-core": "^3.3.1" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/restify/package.json b/packages/restify/package.json index 7a5ccecf..adcce498 100644 --- a/packages/restify/package.json +++ b/packages/restify/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-restify", - "version": "3.3.0", + "version": "3.3.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.3.0" + "aws-xray-sdk-core": "^3.3.1" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/test_express/package.json b/packages/test_express/package.json index 1e25ca72..2425edd2 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.3.0", + "version": "3.3.1", "description": "AWS X-Ray Middleware for Express (Javascript)", "author": "Amazon Web Services", "contributors": [ diff --git a/sdk_contrib/hapi/package.json b/sdk_contrib/hapi/package.json index 752aa78f..5e6d587a 100644 --- a/sdk_contrib/hapi/package.json +++ b/sdk_contrib/hapi/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-hapi", - "version": "3.3.0", + "version": "3.3.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.3.0" + "aws-xray-sdk-core": "^3.3.1" }, "keywords": [ "amazon", diff --git a/sdk_contrib/koa/package.json b/sdk_contrib/koa/package.json index 7a65eacb..c5e0dc3d 100644 --- a/sdk_contrib/koa/package.json +++ b/sdk_contrib/koa/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-koa2", - "version": "3.3.0", + "version": "3.3.1", "description": "AWS X-Ray Middleware for koa (Javascript)", "author": "Amazon Web Services", "contributors": [ @@ -22,7 +22,7 @@ "node": ">= 10.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.3.0", + "aws-xray-sdk-core": "^3.3.1", "koa": "^2.0.0" }, "keywords": [