File tree Expand file tree Collapse file tree 12 files changed +30
-20
lines changed Expand file tree Collapse file tree 12 files changed +30
-20
lines changed Original file line number Diff line number Diff line change 11# Changelog for AWS X-Ray SDK for JavaScript
2- <!-- LATEST=3.3.4 -->
2+ <!-- LATEST=3.3.5 -->
33<!-- ENTRYINSERT-->
4+ ## 3.3.5
5+ * change: Updated aws-xray-sdk-core to 3.3.5.
6+ * bugfix: added ids to exception objects [ PR #475 ] ( https://github.com/aws/aws-xray-sdk-node/pull/475 )
7+ * change: Updated aws-xray-sdk-express to 3.3.5. No further changes.
8+ * change: Updated aws-xray-sdk-mysql to 3.3.5. No further changes.
9+ * change: Updated aws-xray-sdk-postgres to 3.3.5. No further changes.
10+ * change: Updated aws-xray-sdk-restify to 3.3.5. No further changes.
11+ * change: Updated aws-xray-sdk-koa2 to 3.3.5. No further changes.
12+ * change: Updated aws-xray-sdk-hapi to 3.3.5. No further changes.
13+
414## 3.3.4
515* change: Updated aws-xray-sdk-core to 3.3.4.
616 * bugfix: Parse hostname from options instead of headers [ PR #430 ] ( https://github.com/aws/aws-xray-sdk-node/pull/430 )
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-xray-sdk-node" ,
3- "version" : " 3.3.4 " ,
3+ "version" : " 3.3.5 " ,
44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "devDependencies" : {
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.4 " ,
22- "aws-xray-sdk-express" : " 3.3.4 " ,
21+ "aws-xray-sdk-core" : " 3.3.5 " ,
22+ "aws-xray-sdk-express" : " 3.3.5 " ,
2323 "chai" : " ^4.2.0" ,
2424 "cls-hooked" : " ^4.2.2" ,
2525 "codecov" : " ^3.8.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-xray-sdk-core" ,
3- "version" : " 3.3.4 " ,
3+ "version" : " 3.3.5 " ,
44 "description" : " AWS X-Ray SDK for Javascript" ,
55 "author" : " Amazon Web Services" ,
66 "contributors" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-xray-sdk-express" ,
3- "version" : " 3.3.4 " ,
3+ "version" : " 3.3.5 " ,
44 "description" : " AWS X-Ray Middleware for Express (Javascript)" ,
55 "author" : " Amazon Web Services" ,
66 "contributors" : [
1818 "@types/express" : " *"
1919 },
2020 "peerDependencies" : {
21- "aws-xray-sdk-core" : " ^3.3.4 "
21+ "aws-xray-sdk-core" : " ^3.3.5 "
2222 },
2323 "scripts" : {
2424 "test" : " mocha --recursive ./test/ -R spec && tsd" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-xray-sdk" ,
3- "version" : " 3.3.4 " ,
3+ "version" : " 3.3.5 " ,
44 "description" : " AWS X-Ray SDK for Javascript" ,
55 "author" : " Amazon Web Services" ,
66 "contributors" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-xray-sdk-mysql" ,
3- "version" : " 3.3.4 " ,
3+ "version" : " 3.3.5 " ,
44 "description" : " AWS X-Ray Patcher for MySQL (Javascript)" ,
55 "author" : " Amazon Web Services" ,
66 "contributors" : [
1818 "@types/mysql" : " *"
1919 },
2020 "peerDependencies" : {
21- "aws-xray-sdk-core" : " ^3.3.4 "
21+ "aws-xray-sdk-core" : " ^3.3.5 "
2222 },
2323 "scripts" : {
2424 "test" : " mocha --recursive ./test/ -R spec && tsd" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-xray-sdk-postgres" ,
3- "version" : " 3.3.4 " ,
3+ "version" : " 3.3.5 " ,
44 "description" : " AWS X-Ray Patcher for Postgres (Javascript)" ,
55 "author" : " Amazon Web Services" ,
66 "contributors" : [
1818 "@types/pg" : " *"
1919 },
2020 "peerDependencies" : {
21- "aws-xray-sdk-core" : " ^3.3.4 "
21+ "aws-xray-sdk-core" : " ^3.3.5 "
2222 },
2323 "scripts" : {
2424 "test" : " mocha --recursive ./test/ -R spec && tsd" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-xray-sdk-restify" ,
3- "version" : " 3.3.4 " ,
3+ "version" : " 3.3.5 " ,
44 "description" : " Enables AWS X-Ray for Restify (Javascript)" ,
55 "author" : " Amazon Web Services" ,
66 "contributors" : [
1818 "@types/restify" : " *"
1919 },
2020 "peerDependencies" : {
21- "aws-xray-sdk-core" : " ^3.3.4 "
21+ "aws-xray-sdk-core" : " ^3.3.5 "
2222 },
2323 "scripts" : {
2424 "test" : " mocha --recursive ./test/ -R spec && tsd" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " test-aws-xray-sdk-express" ,
33 "private" : true ,
4- "version" : " 3.3.4 " ,
4+ "version" : " 3.3.5 " ,
55 "description" : " AWS X-Ray Middleware for Express (Javascript)" ,
66 "author" : " Amazon Web Services" ,
77 "contributors" : [
You can’t perform that action at this time.
0 commit comments