Skip to content

Commit 55b84ee

Browse files
committed
Prepares 3.5.3 release
1 parent 8912bb3 commit 55b84ee

File tree

13 files changed

+63
-43
lines changed

13 files changed

+63
-43
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
<!--LATEST=3.5.2-->
33
<!--ENTRYINSERT-->
44

5+
## 3.5.3
6+
View [the latest changes](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.5.2...aws-xray-sdk-node%403.5.3)
7+
* `aws-xray-sdk-core` updated to 3.5.3
8+
* fix: serialize bigint in metadata to string [PR #619](https://github.com/aws/aws-xray-sdk-node/pull/619)
9+
* fix: Update deprecated @aws-sdk package dependencies [PR #621](https://github.com/aws/aws-xray-sdk-node/pull/621)
10+
* `aws-xray-sdk-mysql` updated to 3.5.3
11+
* No further changes.
12+
* `aws-xray-sdk-express` updated to 3.5.3
13+
* No further changes.
14+
* `aws-xray-sdk-postgres` updated to 3.5.3
15+
* No further changes.
16+
* `aws-xray-sdk-restify` updated to 3.5.3
17+
* No further changes.
18+
* `aws-xray-sdk-fastify` updated to 3.5.3
19+
* No further changes.
20+
* `aws-xray-sdk-koa2` updated to 3.5.3
21+
* No further changes.
22+
* `aws-xray-sdk-hapi` updated to 3.5.3
23+
* No further changes.
24+
525
## 3.5.2
626
View [the latest changes](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.5.1...aws-xray-sdk-node%403.5.2)
727
* `aws-xray-sdk-core` updated to 3.5.2

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk-node",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"private": true,
55
"license": "Apache-2.0",
66
"overrides": {
@@ -23,8 +23,8 @@
2323
"@typescript-eslint/eslint-plugin": "^4.25.0",
2424
"@typescript-eslint/parser": "^4.25.0",
2525
"aws-sdk": "^2.304.0",
26-
"aws-xray-sdk-core": "3.5.2",
27-
"aws-xray-sdk-express": "3.5.2",
26+
"aws-xray-sdk-core": "3.5.3",
27+
"aws-xray-sdk-express": "3.5.3",
2828
"chai": "^4.2.0",
2929
"cls-hooked": "^4.2.2",
3030
"codecov": "^3.8.3",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk-core",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "AWS X-Ray SDK for Javascript",
55
"author": "Amazon Web Services",
66
"contributors": [

packages/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk-express",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "AWS X-Ray Middleware for Express (Javascript)",
55
"author": "Amazon Web Services",
66
"contributors": [
@@ -18,7 +18,7 @@
1818
"@types/express": "*"
1919
},
2020
"peerDependencies": {
21-
"aws-xray-sdk-core": "^3.5.2"
21+
"aws-xray-sdk-core": "^3.5.3"
2222
},
2323
"scripts": {
2424
"test": "mocha --recursive ./test/ -R spec && tsd",

packages/full_sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "AWS X-Ray SDK for Javascript",
55
"author": "Amazon Web Services",
66
"contributors": [

packages/mysql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk-mysql",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "AWS X-Ray Patcher for MySQL (Javascript)",
55
"author": "Amazon Web Services",
66
"contributors": [
@@ -18,7 +18,7 @@
1818
"@types/mysql": "*"
1919
},
2020
"peerDependencies": {
21-
"aws-xray-sdk-core": "^3.5.2"
21+
"aws-xray-sdk-core": "^3.5.3"
2222
},
2323
"scripts": {
2424
"test": "mocha --recursive ./test/ -R spec && tsd",

packages/postgres/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk-postgres",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "AWS X-Ray Patcher for Postgres (Javascript)",
55
"author": "Amazon Web Services",
66
"contributors": [
@@ -18,7 +18,7 @@
1818
"@types/pg": "*"
1919
},
2020
"peerDependencies": {
21-
"aws-xray-sdk-core": "^3.5.2"
21+
"aws-xray-sdk-core": "^3.5.3"
2222
},
2323
"scripts": {
2424
"test": "mocha --recursive ./test/ -R spec && tsd",

packages/restify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk-restify",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "Enables AWS X-Ray for Restify (Javascript)",
55
"author": "Amazon Web Services",
66
"contributors": [
@@ -18,7 +18,7 @@
1818
"@types/restify": "*"
1919
},
2020
"peerDependencies": {
21-
"aws-xray-sdk-core": "^3.5.2"
21+
"aws-xray-sdk-core": "^3.5.3"
2222
},
2323
"scripts": {
2424
"test": "mocha --recursive ./test/ -R spec && tsd",

packages/test_express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test-aws-xray-sdk-express",
33
"private": true,
4-
"version": "3.5.2",
4+
"version": "3.5.3",
55
"description": "AWS X-Ray Middleware for Express (Javascript)",
66
"author": "Amazon Web Services",
77
"contributors": [

sdk_contrib/fastify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk-fastify",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "AWS X-Ray plugin for Fastify",
55
"author": "Amazon Web Services",
66
"contributors": [
@@ -22,7 +22,7 @@
2222
"node": ">= 14.x"
2323
},
2424
"peerDependencies": {
25-
"aws-xray-sdk-core": "^3.5.2",
25+
"aws-xray-sdk-core": "^3.5.3",
2626
"fastify": "^3.29.0",
2727
"fastify-plugin": "^4.2.0"
2828
},

sdk_contrib/hapi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk-hapi",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "AWS X-Ray plugin for Hapi.JS",
55
"author": "Amazon Web Services",
66
"contributors": [
@@ -24,7 +24,7 @@
2424
},
2525
"peerDependencies": {
2626
"@hapi/hapi": ">=18.x",
27-
"aws-xray-sdk-core": "^3.5.2"
27+
"aws-xray-sdk-core": "^3.5.3"
2828
},
2929
"keywords": [
3030
"amazon",

sdk_contrib/koa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk-koa2",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "AWS X-Ray Middleware for koa (Javascript)",
55
"author": "Amazon Web Services",
66
"contributors": [
@@ -22,7 +22,7 @@
2222
"node": ">= 14.x"
2323
},
2424
"peerDependencies": {
25-
"aws-xray-sdk-core": "^3.5.2",
25+
"aws-xray-sdk-core": "^3.5.3",
2626
"koa": "^2.0.0"
2727
},
2828
"keywords": [

0 commit comments

Comments
 (0)