Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepares 2.5.0 release #210

Merged
merged 2 commits into from
Nov 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"aws-xray-sdk-core": "^2.3.4",
"aws-xray-sdk-core": "^2.4.0",
"chai": "^3.5.0",
"eslint": "^4.19.1",
"grunt": "^1.0.4",
Expand Down
6 changes: 5 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog for AWS X-Ray Core SDK for JavaScript
<!--LATEST=2.4.0-->
<!--LATEST=2.5.0-->
<!--ENTRYINSERT-->
## 2.5.0
* improvement: Add setUser function to segment object [PR #206](https://github.com/aws/aws-xray-sdk-node/pull/206)
* improvement: Add TypeScript definitions for entire SDK [PR #207](https://github.com/aws/aws-xray-sdk-node/pull/207)

## 2.4.0
* bugfix: Lazily create socket emitter to prevent Jest tests from failing due to open sockets [#ISSUE142](https://github.com/aws/aws-xray-sdk-node/issues/142)
* bugfix: Resolve one critical dependency from dynamic use of require when bundling w/ Webpack [#ISSUE103](https://github.com/aws/aws-xray-sdk-node/issues/103)
Expand Down
2 changes: 1 addition & 1 deletion packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog for AWS X-Ray SDK Express for JavaScript
<!--LATEST=2.4.0-->
<!--LATEST=2.5.0-->
<!--ENTRYINSERT-->
## 2.3.4
* improvement: Updated eslint dev dependency: [PR #145](https://github.com/aws/aws-xray-sdk-node/pull/145)
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/express": "*"
},
"peerDependencies": {
"aws-xray-sdk-core": "^2.4.0"
"aws-xray-sdk-core": "^2.5.0"
},
"devDependencies": {
"aws-xray-sdk-core": "^2.4.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/full_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog for AWS X-Ray SDK for JavaScript
<!--LATEST=2.4.0-->
<!--LATEST=2.5.0-->
<!--ENTRYINSERT-->
## 2.5.0
* change: Updated aws-xray-sdk-core to 2.5.0. See aws-xray-sdk-core's CHANGELOG.md for package changes.
* change: Updated aws-xray-sdk-express to 2.5.0. No further changes.
* change: Updated aws-xray-sdk-mysql to 2.5.0. No further changes.
* change: Updated aws-xray-postgres to 2.5.0. No further changes.

## 2.4.0
* change: Updated aws-xray-sdk-core to 2.4.0. See aws-xray-sdk-core's CHANGELOG.md for package changes.
* change: Updated aws-xray-sdk-express to 2.4.0. No further changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/mysql": "*"
},
"peerDependencies": {
"aws-xray-sdk-core": "^2.4.0"
"aws-xray-sdk-core": "^2.5.0"
},
"devDependencies": {
"aws-xray-sdk-core": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/pg": "*"
},
"peerDependencies": {
"aws-xray-sdk-core": "^2.4.0"
"aws-xray-sdk-core": "^2.5.0"
},
"devDependencies": {
"aws-xray-sdk-core": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/restify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/restify": "*"
},
"peerDependencies": {
"aws-xray-sdk-core": "^2.4.0"
"aws-xray-sdk-core": "^2.5.0"
},
"devDependencies": {
"aws-xray-sdk-core": "^2.4.0",
Expand Down