From c74bc4a3aa7aa349f2c3e970135664d689ba717b Mon Sep 17 00:00:00 2001 From: William Armiros <54150514+willarmiros@users.noreply.github.com> Date: Thu, 11 Nov 2021 10:20:47 -0800 Subject: [PATCH] Prepares 3.3.4 release (#474) --- CHANGELOG.md | 15 ++++++++++++++- 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, 33 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac27649..fac10b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog for AWS X-Ray SDK for JavaScript - + +## 3.3.4 +* change: Updated aws-xray-sdk-core to 3.3.4. + * bugfix: Parse hostname from options instead of headers [PR #430](https://github.com/aws/aws-xray-sdk-node/pull/430) + * bugfix: Fix crash when http/https libraries use getters [PR #434](https://github.com/aws/aws-xray-sdk-node/pull/434) + * bugfix: Lowercase AWS SDK v3 service names [PR #444](https://github.com/aws/aws-xray-sdk-node/pull/444) + * bugfix: Add namespace to subsegment type [PR #470](https://github.com/aws/aws-xray-sdk-node/pull/470) +* change: Updated aws-xray-sdk-express to 3.3.4. No further changes. +* change: Updated aws-xray-sdk-mysql to 3.3.4. No further changes. +* change: Updated aws-xray-sdk-postgres to 3.3.4. No further changes. +* change: Updated aws-xray-sdk-restify to 3.3.4. No further changes. +* change: Updated aws-xray-sdk-koa2 to 3.3.4. No further changes. +* change: Updated aws-xray-sdk-hapi to 3.3.4. No further changes. + ## 3.3.3 * change: Updated aws-xray-sdk-core to 3.3.3. * bugfix: corrected require paths that did not reference dist [PR #428](https://github.com/aws/aws-xray-sdk-node/pull/428) diff --git a/package-lock.json b/package-lock.json index 23085a79..5b2d3a97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-node", - "version": "3.3.3", + "version": "3.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cf6d6627..05d68ab5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-node", - "version": "3.3.3", + "version": "3.3.4", "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.3", - "aws-xray-sdk-express": "3.3.3", + "aws-xray-sdk-core": "3.3.4", + "aws-xray-sdk-express": "3.3.4", "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 06f7fa83..826c384c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-core", - "version": "3.3.3", + "version": "3.3.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 4c7d11f6..7171bff4 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-express", - "version": "3.3.3", + "version": "3.3.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.3.3" + "aws-xray-sdk-core": "^3.3.4" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/full_sdk/package.json b/packages/full_sdk/package.json index 246c7a85..18d6b390 100644 --- a/packages/full_sdk/package.json +++ b/packages/full_sdk/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk", - "version": "3.3.3", + "version": "3.3.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 729597ac..d3bedb93 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-mysql", - "version": "3.3.3", + "version": "3.3.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.3.3" + "aws-xray-sdk-core": "^3.3.4" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/postgres/package.json b/packages/postgres/package.json index a9b48dcd..b72c7197 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-postgres", - "version": "3.3.3", + "version": "3.3.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.3.3" + "aws-xray-sdk-core": "^3.3.4" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/restify/package.json b/packages/restify/package.json index 321c192f..dabe80a8 100644 --- a/packages/restify/package.json +++ b/packages/restify/package.json @@ -1,6 +1,6 @@ { "name": "aws-xray-sdk-restify", - "version": "3.3.3", + "version": "3.3.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.3.3" + "aws-xray-sdk-core": "^3.3.4" }, "scripts": { "test": "mocha --recursive ./test/ -R spec && tsd", diff --git a/packages/test_express/package.json b/packages/test_express/package.json index 2b6f256e..3c259061 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.3", + "version": "3.3.4", "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 17dd02f8..50b734ac 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.3", + "version": "3.3.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.3.3" + "aws-xray-sdk-core": "^3.3.4" }, "keywords": [ "amazon", diff --git a/sdk_contrib/koa/package.json b/sdk_contrib/koa/package.json index 799338d5..3a426edb 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.3", + "version": "3.3.4", "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.3", + "aws-xray-sdk-core": "^3.3.4", "koa": "^2.0.0" }, "keywords": [