File tree Expand file tree Collapse file tree 13 files changed +50
-28
lines changed Expand file tree Collapse file tree 13 files changed +50
-28
lines changed Original file line number Diff line number Diff line change 11# Changelog for AWS X-Ray SDK for JavaScript
2- <!-- LATEST=3.5.0 -->
2+ <!-- LATEST=3.5.1 -->
33<!-- ENTRYINSERT-->
44
5+ ## 3.5.1
6+ View [ the latest changes] ( https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.5.0...aws-xray-sdk-node%403.5.1 )
7+ * ` aws-xray-sdk-core ` updated to 3.5.1
8+ * fix: Add TS declaration file for SegmentEmitter [ PR #586 ] ( https://github.com/aws/aws-xray-sdk-node/pull/586 )
9+ * fix: Incorrect data variable usage + missing data injection in AWS v3 clients [ PR #596 ] ( https://github.com/aws/aws-xray-sdk-node/pull/596 )
10+ * fix: Update semver dependency [ PR #598 ] ( https://github.com/aws/aws-xray-sdk-node/pull/598 )
11+ * fix: Override transitive semver dependency [ PR #604 ] ( https://github.com/aws/aws-xray-sdk-node/pull/604 )
12+ * ` aws-xray-sdk-mysql ` updated to 3.5.1
13+ * No further changes.
14+ * ` aws-xray-sdk-express ` updated to 3.5.1
15+ * No further changes.
16+ * ` aws-xray-sdk-postgres ` updated to 3.5.1
17+ * No further changes.
18+ * ` aws-xray-sdk-restify ` updated to 3.5.1
19+ * No further changes.
20+ * ` aws-xray-sdk-fastify ` updated to 3.5.1
21+ * fix: Fix typo in fastify logger type declaration [ PR #589 ] ( https://github.com/aws/aws-xray-sdk-node/pull/589 )
22+ * ` aws-xray-sdk-koa2 ` updated to 3.5.1
23+ * No further changes.
24+ * ` aws-xray-sdk-hapi ` updated to 3.5.1
25+ * No further changes.
26+
527## 3.5.0
628View [ the latest changes] ( https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.4.1...aws-xray-sdk-node%403.5.0 )
729* ` aws-xray-sdk-core ` updated to 3.5.0
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-xray-sdk-node" ,
3- "version" : " 3.5.0 " ,
3+ "version" : " 3.5.1 " ,
44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "resolutions" : {
2121 "@typescript-eslint/eslint-plugin" : " ^4.25.0" ,
2222 "@typescript-eslint/parser" : " ^4.25.0" ,
2323 "aws-sdk" : " ^2.304.0" ,
24- "aws-xray-sdk-core" : " 3.5.0 " ,
25- "aws-xray-sdk-express" : " 3.5.0 " ,
24+ "aws-xray-sdk-core" : " 3.5.1 " ,
25+ "aws-xray-sdk-express" : " 3.5.1 " ,
2626 "chai" : " ^4.2.0" ,
2727 "cls-hooked" : " ^4.2.2" ,
2828 "codecov" : " ^3.8.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-xray-sdk-core" ,
3- "version" : " 3.5.0 " ,
3+ "version" : " 3.5.1 " ,
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.5.0 " ,
3+ "version" : " 3.5.1 " ,
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.5.0 "
21+ "aws-xray-sdk-core" : " ^3.5.1 "
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.5.0 " ,
3+ "version" : " 3.5.1 " ,
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.5.0 " ,
3+ "version" : " 3.5.1 " ,
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.5.0 "
21+ "aws-xray-sdk-core" : " ^3.5.1 "
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.5.0 " ,
3+ "version" : " 3.5.1 " ,
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.5.0 "
21+ "aws-xray-sdk-core" : " ^3.5.1 "
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.5.0 " ,
3+ "version" : " 3.5.1 " ,
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.5.0 "
21+ "aws-xray-sdk-core" : " ^3.5.1 "
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.5.0 " ,
4+ "version" : " 3.5.1 " ,
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