File tree 12 files changed +33
-20
lines changed
12 files changed +33
-20
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.3.3 -->
2
+ <!-- LATEST=3.3.4 -->
3
3
<!-- ENTRYINSERT-->
4
+ ## 3.3.4
5
+ * change: Updated aws-xray-sdk-core to 3.3.4.
6
+ * bugfix: Parse hostname from options instead of headers [ PR #430 ] ( https://github.com/aws/aws-xray-sdk-node/pull/430 )
7
+ * bugfix: Fix crash when http/https libraries use getters [ PR #434 ] ( https://github.com/aws/aws-xray-sdk-node/pull/434 )
8
+ * bugfix: Lowercase AWS SDK v3 service names [ PR #444 ] ( https://github.com/aws/aws-xray-sdk-node/pull/444 )
9
+ * bugfix: Add namespace to subsegment type [ PR #470 ] ( https://github.com/aws/aws-xray-sdk-node/pull/470 )
10
+ * change: Updated aws-xray-sdk-express to 3.3.4. No further changes.
11
+ * change: Updated aws-xray-sdk-mysql to 3.3.4. No further changes.
12
+ * change: Updated aws-xray-sdk-postgres to 3.3.4. No further changes.
13
+ * change: Updated aws-xray-sdk-restify to 3.3.4. No further changes.
14
+ * change: Updated aws-xray-sdk-koa2 to 3.3.4. No further changes.
15
+ * change: Updated aws-xray-sdk-hapi to 3.3.4. No further changes.
16
+
4
17
## 3.3.3
5
18
* change: Updated aws-xray-sdk-core to 3.3.3.
6
19
* bugfix: corrected require paths that did not reference dist [ PR #428 ] ( https://github.com/aws/aws-xray-sdk-node/pull/428 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-node" ,
3
- "version" : " 3.3.3 " ,
3
+ "version" : " 3.3.4 " ,
4
4
"private" : true ,
5
5
"license" : " Apache-2.0" ,
6
6
"devDependencies" : {
18
18
"@typescript-eslint/eslint-plugin" : " ^4.25.0" ,
19
19
"@typescript-eslint/parser" : " ^4.25.0" ,
20
20
"aws-sdk" : " ^2.304.0" ,
21
- "aws-xray-sdk-core" : " 3.3.3 " ,
22
- "aws-xray-sdk-express" : " 3.3.3 " ,
21
+ "aws-xray-sdk-core" : " 3.3.4 " ,
22
+ "aws-xray-sdk-express" : " 3.3.4 " ,
23
23
"chai" : " ^4.2.0" ,
24
24
"cls-hooked" : " ^4.2.2" ,
25
25
"codecov" : " ^3.8.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-xray-sdk-core" ,
3
- "version" : " 3.3.3 " ,
3
+ "version" : " 3.3.4 " ,
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.3.3 " ,
3
+ "version" : " 3.3.4 " ,
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.3.3 "
21
+ "aws-xray-sdk-core" : " ^3.3.4 "
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.3.3 " ,
3
+ "version" : " 3.3.4 " ,
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.3.3 " ,
3
+ "version" : " 3.3.4 " ,
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.3.3 "
21
+ "aws-xray-sdk-core" : " ^3.3.4 "
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.3.3 " ,
3
+ "version" : " 3.3.4 " ,
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.3.3 "
21
+ "aws-xray-sdk-core" : " ^3.3.4 "
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.3.3 " ,
3
+ "version" : " 3.3.4 " ,
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.3.3 "
21
+ "aws-xray-sdk-core" : " ^3.3.4 "
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.3.3 " ,
4
+ "version" : " 3.3.4 " ,
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-hapi" ,
3
- "version" : " 3.3.3 " ,
3
+ "version" : " 3.3.4 " ,
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.3.3 "
27
+ "aws-xray-sdk-core" : " ^3.3.4 "
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.3.3 " ,
3
+ "version" : " 3.3.4 " ,
4
4
"description" : " AWS X-Ray Middleware for koa (Javascript)" ,
5
5
"author" : " Amazon Web Services" ,
6
6
"contributors" : [
22
22
"node" : " >= 10.x"
23
23
},
24
24
"peerDependencies" : {
25
- "aws-xray-sdk-core" : " ^3.3.3 " ,
25
+ "aws-xray-sdk-core" : " ^3.3.4 " ,
26
26
"koa" : " ^2.0.0"
27
27
},
28
28
"keywords" : [
You can’t perform that action at this time.
0 commit comments