File tree 14 files changed +69
-48
lines changed
14 files changed +69
-48
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for AWS X-Ray SDK for JavaScript
2
- <!-- LATEST=3.10.2 -->
2
+ <!-- LATEST=3.10.3 -->
3
3
<!-- ENTRYINSERT-->
4
4
5
+ ## 3.10.3
6
+ View [ the latest changes] ( https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.10.2...aws-xray-sdk-node%403.10.3 )
7
+ * ` aws-xray-sdk-core ` updated to 3.10.3
8
+ * Fix error due to missing header in the response in resolveSampling method.
9
+ * ` aws-xray-sdk-mysql ` updated to 3.10.3
10
+ * No further changes.
11
+ * ` aws-xray-sdk-express ` updated to 3.10.3
12
+ * No further changes.
13
+ * ` aws-xray-sdk-postgres ` updated to 3.10.3
14
+ * No further changes.
15
+ * ` aws-xray-sdk-restify ` updated to 3.10.3
16
+ * No further changes.
17
+ * ` aws-xray-sdk-fastify ` updated to 3.10.3
18
+ * Enable automatic mode and expose hooks
19
+ * ` aws-xray-sdk-koa2 ` updated to 3.10.3
20
+ * No further changes.
21
+ * ` aws-xray-sdk-hapi ` updated to 3.10.3
22
+ * No further changes.
23
+ * ` aws-xray-sdk-fetch ` updated to 3.10.3
24
+ * No further changes.
25
+
5
26
## 3.10.2
6
27
View [ the latest changes] ( https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.10.1...aws-xray-sdk-node%403.10.2 )
7
28
* ` aws-xray-sdk-core ` updated to 3.10.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-node" ,
3
- "version" : " 3.10.2 " ,
3
+ "version" : " 3.10.3 " ,
4
4
"private" : true ,
5
5
"license" : " Apache-2.0" ,
6
6
"overrides" : {
23
23
"@typescript-eslint/eslint-plugin" : " ^4.25.0" ,
24
24
"@typescript-eslint/parser" : " ^4.25.0" ,
25
25
"aws-sdk" : " ^2.304.0" ,
26
- "aws-xray-sdk-core" : " 3.10.2 " ,
27
- "aws-xray-sdk-express" : " 3.10.2 " ,
26
+ "aws-xray-sdk-core" : " 3.10.3 " ,
27
+ "aws-xray-sdk-express" : " 3.10.3 " ,
28
28
"chai" : " ^4.2.0" ,
29
29
"cls-hooked" : " ^4.2.2" ,
30
30
"codecov" : " ^3.8.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-core" ,
3
- "version" : " 3.10.2 " ,
3
+ "version" : " 3.10.3 " ,
4
4
"description" : " AWS X-Ray SDK for Javascript" ,
5
5
"author" : " Amazon Web Services" ,
6
6
"contributors" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-express" ,
3
- "version" : " 3.10.2 " ,
3
+ "version" : " 3.10.3 " ,
4
4
"description" : " AWS X-Ray Middleware for Express (Javascript)" ,
5
5
"author" : " Amazon Web Services" ,
6
6
"contributors" : [
18
18
"@types/express" : " *"
19
19
},
20
20
"peerDependencies" : {
21
- "aws-xray-sdk-core" : " ^3.10.2 "
21
+ "aws-xray-sdk-core" : " ^3.10.3 "
22
22
},
23
23
"scripts" : {
24
24
"test" : " mocha --recursive ./test/ -R spec && tsd" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk" ,
3
- "version" : " 3.10.2 " ,
3
+ "version" : " 3.10.3 " ,
4
4
"description" : " AWS X-Ray SDK for Javascript" ,
5
5
"author" : " Amazon Web Services" ,
6
6
"contributors" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-mysql" ,
3
- "version" : " 3.10.2 " ,
3
+ "version" : " 3.10.3 " ,
4
4
"description" : " AWS X-Ray Patcher for MySQL (Javascript)" ,
5
5
"author" : " Amazon Web Services" ,
6
6
"contributors" : [
18
18
"@types/mysql" : " *"
19
19
},
20
20
"peerDependencies" : {
21
- "aws-xray-sdk-core" : " ^3.10.2 "
21
+ "aws-xray-sdk-core" : " ^3.10.3 "
22
22
},
23
23
"scripts" : {
24
24
"test" : " mocha --recursive ./test/ -R spec && tsd" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-postgres" ,
3
- "version" : " 3.10.2 " ,
3
+ "version" : " 3.10.3 " ,
4
4
"description" : " AWS X-Ray Patcher for Postgres (Javascript)" ,
5
5
"author" : " Amazon Web Services" ,
6
6
"contributors" : [
18
18
"@types/pg" : " *"
19
19
},
20
20
"peerDependencies" : {
21
- "aws-xray-sdk-core" : " ^3.10.2 "
21
+ "aws-xray-sdk-core" : " ^3.10.3 "
22
22
},
23
23
"scripts" : {
24
24
"test" : " mocha --recursive ./test/ -R spec && tsd" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-restify" ,
3
- "version" : " 3.10.2 " ,
3
+ "version" : " 3.10.3 " ,
4
4
"description" : " Enables AWS X-Ray for Restify (Javascript)" ,
5
5
"author" : " Amazon Web Services" ,
6
6
"contributors" : [
18
18
"@types/restify" : " *"
19
19
},
20
20
"peerDependencies" : {
21
- "aws-xray-sdk-core" : " ^3.10.2 "
21
+ "aws-xray-sdk-core" : " ^3.10.3 "
22
22
},
23
23
"scripts" : {
24
24
"test" : " mocha --recursive ./test/ -R spec && tsd" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " test-aws-xray-sdk-express" ,
3
3
"private" : true ,
4
- "version" : " 3.10.2 " ,
4
+ "version" : " 3.10.3 " ,
5
5
"description" : " AWS X-Ray Middleware for Express (Javascript)" ,
6
6
"author" : " Amazon Web Services" ,
7
7
"contributors" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-fastify" ,
3
- "version" : " 3.10.2 " ,
3
+ "version" : " 3.10.3 " ,
4
4
"description" : " AWS X-Ray plugin for Fastify" ,
5
5
"author" : " Amazon Web Services" ,
6
6
"contributors" : [
22
22
"node" : " >= 14.x"
23
23
},
24
24
"peerDependencies" : {
25
- "aws-xray-sdk-core" : " ^3.10.2 " ,
25
+ "aws-xray-sdk-core" : " ^3.10.3 " ,
26
26
"fastify" : " ^4.0.1" ,
27
27
"fastify-plugin" : " ^4.2.0"
28
28
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-fetch" ,
3
- "version" : " 3.10.2 " ,
3
+ "version" : " 3.10.3 " ,
4
4
"description" : " AWS X-Ray plugin for node-fetch" ,
5
5
"author" : " Amazon Web Services" ,
6
6
"contributors" : [
21
21
"node" : " >= 14.x"
22
22
},
23
23
"peerDependencies" : {
24
- "aws-xray-sdk-core" : " ^3.10.2 "
24
+ "aws-xray-sdk-core" : " ^3.10.3 "
25
25
},
26
26
"keywords" : [
27
27
" amazon" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-hapi" ,
3
- "version" : " 3.10.2 " ,
3
+ "version" : " 3.10.3 " ,
4
4
"description" : " AWS X-Ray plugin for Hapi.JS" ,
5
5
"author" : " Amazon Web Services" ,
6
6
"contributors" : [
24
24
},
25
25
"peerDependencies" : {
26
26
"@hapi/hapi" : " >=18.x" ,
27
- "aws-xray-sdk-core" : " ^3.10.2 "
27
+ "aws-xray-sdk-core" : " ^3.10.3 "
28
28
},
29
29
"keywords" : [
30
30
" amazon" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-koa2" ,
3
- "version" : " 3.10.2 " ,
3
+ "version" : " 3.10.3 " ,
4
4
"description" : " AWS X-Ray Middleware for koa (Javascript)" ,
5
5
"author" : " Amazon Web Services" ,
6
6
"contributors" : [
22
22
"node" : " >= 14.x"
23
23
},
24
24
"peerDependencies" : {
25
- "aws-xray-sdk-core" : " ^3.10.2 " ,
25
+ "aws-xray-sdk-core" : " ^3.10.3 " ,
26
26
"koa" : " ^2.0.0"
27
27
},
28
28
"keywords" : [
You can’t perform that action at this time.
0 commit comments