Skip to content

Commit a1f4c79

Browse files
authored
Prepares 3.3.8 release (#537)
1 parent d298cb1 commit a1f4c79

File tree

13 files changed

+40
-22
lines changed

13 files changed

+40
-22
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
# Changelog for AWS X-Ray SDK for JavaScript
2-
<!--LATEST=3.3.7-->
2+
<!--LATEST=3.3.8-->
33
<!--ENTRYINSERT-->
44

5+
## 3.3.8
6+
View [the latest changes](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.3.7...aws-xray-sdk-node%403.3.8)
7+
* `aws-xray-sdk-core` updated to 3.3.8
8+
* fix: update lerna package to fix security vulnerabilities [PR #536](https://github.com/aws/aws-xray-sdk-node/pull/536)
9+
* `aws-xray-sdk-mysql` updated to 3.3.8
10+
* No further changes.
11+
* `aws-xray-sdk-express` updated to 3.3.8
12+
* No further changes.
13+
* `aws-xray-sdk-postgres` updated to 3.3.8
14+
* No further changes.
15+
* `aws-xray-sdk-restify` updated to 3.3.8
16+
* No further changes.
17+
* `aws-xray-sdk-fastify` updated to 3.3.8
18+
* improvement: fastify SDK contrib [PR #523](https://github.com/aws/aws-xray-sdk-node/pull/523)
19+
* `aws-xray-sdk-koa2` updated to 3.3.8
20+
* No further changes.
21+
* `aws-xray-sdk-hapi` updated to 3.3.8
22+
* No further changes.
523
## 3.3.7
624
View [the latest changes](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.3.6...aws-xray-sdk-node%403.3.7)
725
* `aws-xray-sdk-core` updated to 3.3.7

package-lock.json

Lines changed: 1 addition & 1 deletion
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.3.7",
3+
"version": "3.3.8",
44
"private": true,
55
"license": "Apache-2.0",
66
"devDependencies": {
@@ -18,8 +18,8 @@
1818
"@typescript-eslint/eslint-plugin": "^4.25.0",
1919
"@typescript-eslint/parser": "^4.25.0",
2020
"aws-sdk": "^2.304.0",
21-
"aws-xray-sdk-core": "3.3.7",
22-
"aws-xray-sdk-express": "3.3.7",
21+
"aws-xray-sdk-core": "3.3.8",
22+
"aws-xray-sdk-express": "3.3.8",
2323
"chai": "^4.2.0",
2424
"cls-hooked": "^4.2.2",
2525
"codecov": "^3.8.1",

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.3.7",
3+
"version": "3.3.8",
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.3.7",
3+
"version": "3.3.8",
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.3.7"
21+
"aws-xray-sdk-core": "^3.3.8"
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.3.7",
3+
"version": "3.3.8",
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.3.7",
3+
"version": "3.3.8",
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.3.7"
21+
"aws-xray-sdk-core": "^3.3.8"
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.3.7",
3+
"version": "3.3.8",
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.3.7"
21+
"aws-xray-sdk-core": "^3.3.8"
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.3.7",
3+
"version": "3.3.8",
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.3.7"
21+
"aws-xray-sdk-core": "^3.3.8"
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.3.7",
4+
"version": "3.3.8",
55
"description": "AWS X-Ray Middleware for Express (Javascript)",
66
"author": "Amazon Web Services",
77
"contributors": [

0 commit comments

Comments
 (0)