From fd91a51fa58b7467885e95b172dd58ec0ead02a6 Mon Sep 17 00:00:00 2001 From: William Armiros <54150514+willarmiros@users.noreply.github.com> Date: Wed, 12 May 2021 14:37:23 -0600 Subject: [PATCH] Prepares 3.3.2 release (#425) --- CHANGELOG.md | 14 +++++++++++++- package-lock.json | 2 +- 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/hapi/package.json | 4 ++-- sdk_contrib/koa/package.json | 4 ++-- 12 files changed, 32 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e438e0af..39a06d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog for AWS X-Ray SDK for JavaScript - + +## 3.3.2 +* change: Updated aws-xray-sdk-core to 3.3.2. + * bugfix: coerce content_length and status to ints [PR #402](https://github.com/aws/aws-xray-sdk-node/pull/402) + * bugfix: re-implement AWS SDK V3 instrumentation with middleware [PR #416](https://github.com/aws/aws-xray-sdk-node/pull/416) + * bugfix: fix TypeScript publishing mechanism [PR #417](https://github.com/aws/aws-xray-sdk-node/pull/417) +* change: Updated aws-xray-sdk-express to 3.3.2. No further changes. +* change: Updated aws-xray-sdk-mysql to 3.3.2. No further changes. +* change: Updated aws-xray-sdk-postgres to 3.3.2. No further changes. +* change: Updated aws-xray-sdk-restify to 3.3.2. No further changes. +* change: Updated aws-xray-sdk-koa2 to 3.3.2. No further changes. +* change: Updated aws-xray-sdk-hapi to 3.3.2. No further changes. + ## 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) diff --git a/package-lock.json b/package-lock.json index 2ed8f936..0b99f71c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-node", - "version": "3.3.1", + "version": "3.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff8d3389..0dcec4a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-node", - "version": "3.3.1", + "version": "3.3.2", "private": true, "license": "Apache-2.0", "devDependencies": { @@ -16,8 +16,8 @@ "@types/sinon": "^9.0.4", "@types/sinon-chai": "^3.2.4", "aws-sdk": "^2.304.0", - "aws-xray-sdk-core": "3.3.1", - "aws-xray-sdk-express": "3.3.1", + "aws-xray-sdk-core": "3.3.2", + "aws-xray-sdk-express": "3.3.2", "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 4bd520a1..116e7647 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-core", - "version": "3.3.1", + "version": "3.3.2", "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 2b1a4400..7fb70f9c 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-express", - "version": "3.3.1", + "version": "3.3.2", "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.1" + "aws-xray-sdk-core": "^3.3.2" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/full_sdk/package.json b/packages/full_sdk/package.json index 0471bebd..f2dd0f49 100644 --- a/packages/full_sdk/package.json +++ b/packages/full_sdk/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk", - "version": "3.3.1", + "version": "3.3.2", "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 7c4863f4..bffff2ab 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-mysql", - "version": "3.3.1", + "version": "3.3.2", "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.1" + "aws-xray-sdk-core": "^3.3.2" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/postgres/package.json b/packages/postgres/package.json index fda896d5..3e93a483 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-postgres", - "version": "3.3.1", + "version": "3.3.2", "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.1" + "aws-xray-sdk-core": "^3.3.2" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/restify/package.json b/packages/restify/package.json index adcce498..174fb4c1 100644 --- a/packages/restify/package.json +++ b/packages/restify/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-restify", - "version": "3.3.1", + "version": "3.3.2", "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.1" + "aws-xray-sdk-core": "^3.3.2" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/test_express/package.json b/packages/test_express/package.json index 2425edd2..fc6eeb38 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.1", + "version": "3.3.2", "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 5e6d587a..e3424ab4 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.1", + "version": "3.3.2", "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.1" + "aws-xray-sdk-core": "^3.3.2" }, "keywords": [ "amazon", diff --git a/sdk_contrib/koa/package.json b/sdk_contrib/koa/package.json index c5e0dc3d..1cfe9db5 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.1", + "version": "3.3.2", "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.1", + "aws-xray-sdk-core": "^3.3.2", "koa": "^2.0.0" }, "keywords": [