From 0f6bee9679916d601d9cf27c5d146c9db55e3d3f Mon Sep 17 00:00:00 2001 From: Nathaniel Ruiz Nowell Date: Fri, 27 May 2022 10:16:03 -0700 Subject: [PATCH] Prepares 3.3.6 release (#511) --- CHANGELOG.md | 20 +++++++++++++++++++- 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, 38 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeef73d2..b119fb48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog for AWS X-Ray SDK for JavaScript - + +## 3.3.6 +View [the latest changes](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.3.5...aws-xray-sdk-node%403.3.6) +* `aws-xray-sdk-core` updated to 3.3.6 + * fix: Check `serviceName` is null even if it should never be [PR #457](https://github.com/aws/aws-xray-sdk-node/pull/457) + * fix: Populate vars to avoid `unshift undefined` error [PR #508](https://github.com/aws/aws-xray-sdk-node/pull/508) +* `aws-xray-sdk-mysql` updated to 3.3.6 + * fix: avoid fake .then() method on mysql2 Query class [PR #501](https://github.com/aws/aws-xray-sdk-node/pull/501) +* `aws-xray-sdk-express` updated to 3.3.6 + * No further changes. +* `aws-xray-sdk-postgres` updated to 3.3.6 + * No further changes. +* `aws-xray-sdk-restify` updated to 3.3.6 + * No further changes. +* `aws-xray-sdk-koa2` updated to 3.3.6 + * No further changes. +* `aws-xray-sdk-hapi` updated to 3.3.6 + * No further changes. + ## 3.3.5 * change: Updated aws-xray-sdk-core to 3.3.5. * bugfix: added ids to exception objects [PR #475](https://github.com/aws/aws-xray-sdk-node/pull/475) diff --git a/package-lock.json b/package-lock.json index 0188b872..de73a6bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-node", - "version": "3.3.5", + "version": "3.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c4d6bed9..c0c59eb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-node", - "version": "3.3.5", + "version": "3.3.6", "private": true, "license": "Apache-2.0", "devDependencies": { @@ -18,8 +18,8 @@ "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", "aws-sdk": "^2.304.0", - "aws-xray-sdk-core": "3.3.5", - "aws-xray-sdk-express": "3.3.5", + "aws-xray-sdk-core": "3.3.6", + "aws-xray-sdk-express": "3.3.6", "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 5232f865..d7a3fd91 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-core", - "version": "3.3.5", + "version": "3.3.6", "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 6f49c83d..01734382 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-express", - "version": "3.3.5", + "version": "3.3.6", "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.5" + "aws-xray-sdk-core": "^3.3.6" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/full_sdk/package.json b/packages/full_sdk/package.json index 739b0f73..051ce845 100644 --- a/packages/full_sdk/package.json +++ b/packages/full_sdk/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk", - "version": "3.3.5", + "version": "3.3.6", "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 565b9cc0..36eec2a3 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-mysql", - "version": "3.3.5", + "version": "3.3.6", "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.5" + "aws-xray-sdk-core": "^3.3.6" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/postgres/package.json b/packages/postgres/package.json index 9d041b57..d3375027 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-postgres", - "version": "3.3.5", + "version": "3.3.6", "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.5" + "aws-xray-sdk-core": "^3.3.6" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/restify/package.json b/packages/restify/package.json index ba4026cf..f5d6b23e 100644 --- a/packages/restify/package.json +++ b/packages/restify/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-restify", - "version": "3.3.5", + "version": "3.3.6", "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.5" + "aws-xray-sdk-core": "^3.3.6" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/test_express/package.json b/packages/test_express/package.json index 38826608..9a0c4d21 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.5", + "version": "3.3.6", "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 59dda08a..b04e5d53 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.5", + "version": "3.3.6", "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.5" + "aws-xray-sdk-core": "^3.3.6" }, "keywords": [ "amazon", diff --git a/sdk_contrib/koa/package.json b/sdk_contrib/koa/package.json index b5b46f3e..ec11437a 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.5", + "version": "3.3.6", "description": "AWS X-Ray Middleware for koa (Javascript)", "author": "Amazon Web Services", "contributors": [ @@ -22,7 +22,7 @@ "node": ">= 12.x" }, "peerDependencies": { - "aws-xray-sdk-core": "^3.3.5", + "aws-xray-sdk-core": "^3.3.6", "koa": "^2.0.0" }, "keywords": [