Skip to content

Commit

Permalink
Prepares 3.3.2 release (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
willarmiros authored May 12, 2021
1 parent 11d1960 commit fd91a51
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 20 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog for AWS X-Ray SDK for JavaScript
<!--LATEST=3.3.1-->
<!--LATEST=3.3.2-->
<!--ENTRYINSERT-->
## 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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-xray-sdk-node",
"version": "3.3.1",
"version": "3.3.2",
"private": true,
"license": "Apache-2.0",
"devDependencies": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/full_sdk/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/restify/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/test_express/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions sdk_contrib/hapi/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions sdk_contrib/koa/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": [
Expand Down

0 comments on commit fd91a51

Please sign in to comment.