Skip to content

Commit 67d7929

Browse files
author
IBM/Instana/Team Node.js
committed
v4.0.1
1 parent 6329c66 commit 67d7929

File tree

31 files changed

+155
-81
lines changed

31 files changed

+155
-81
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)
7+
8+
### Bug Fixes
9+
10+
- **aws-lambda:** fixed error caused by missing aws-sdk during agent key retrieval from SSM ([#1402](https://github.com/instana/nodejs/issues/1402)) ([6329c66](https://github.com/instana/nodejs/commit/6329c6623e99d1f7eee5570dd9ebfa72bb953917))
11+
12+
### Reverts
13+
14+
- Revert "ci: skipped all other regions and only china region with debug" ([71f4643](https://github.com/instana/nodejs/commit/71f46431791c80af82e927361de9c9f5dd10e222))
15+
- Revert "ci: skipping the Chinese regions from publishing lambda layers" ([1099189](https://github.com/instana/nodejs/commit/1099189dbce7840d0bebcae7a881a32d58c8fb27))
16+
617
# [4.0.0](https://github.com/instana/nodejs/compare/v3.21.0...v4.0.0) (2024-10-23)
718

819
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"command": {
55
"publish": {
66
"forcePublish": "*",

package-lock.json

+40-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/autoprofile/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)
7+
8+
**Note:** Version bump only for package @instana/autoprofile
9+
610
# [4.0.0](https://github.com/instana/nodejs/compare/v3.21.0...v4.0.0) (2024-10-23)
711

812
### Bug Fixes

packages/autoprofile/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instana/autoprofile",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Automatic Node.js Profiler",
55
"author": {
66
"name": "Dmitri Melikyan",
@@ -49,7 +49,7 @@
4949
}
5050
],
5151
"dependencies": {
52-
"@instana/core": "4.0.0",
52+
"@instana/core": "4.0.1",
5353
"detect-libc": "^2.0.2",
5454
"nan": "^2.14.2",
5555
"node-gyp-build": "^4.7.1",

packages/aws-fargate/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)
7+
8+
**Note:** Version bump only for package @instana/aws-fargate
9+
610
# [4.0.0](https://github.com/instana/nodejs/compare/v3.21.0...v4.0.0) (2024-10-23)
711

812
### Bug Fixes

packages/aws-fargate/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instana/aws-fargate",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Instana tracing and monitoring for Node.js based AWS Fargate tasks",
55
"author": {
66
"name": "Bastian Krol",
@@ -66,9 +66,9 @@
6666
},
6767
"license": "MIT",
6868
"dependencies": {
69-
"@instana/core": "4.0.0",
70-
"@instana/metrics-util": "4.0.0",
71-
"@instana/serverless": "4.0.0"
69+
"@instana/core": "4.0.1",
70+
"@instana/metrics-util": "4.0.1",
71+
"@instana/serverless": "4.0.1"
7272
},
7373
"engines": {
7474
"node": ">=18.0.0"

packages/aws-lambda-auto-wrap/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)
7+
8+
**Note:** Version bump only for package instana-aws-lambda-auto-wrap
9+
610
# [4.0.0](https://github.com/instana/nodejs/compare/v3.21.0...v4.0.0) (2024-10-23)
711

812
### Bug Fixes

packages/aws-lambda-auto-wrap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instana-aws-lambda-auto-wrap",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.",
55
"private": true,
66
"author": {
@@ -65,7 +65,7 @@
6565
"url": "https://github.com/instana/nodejs/issues"
6666
},
6767
"dependencies": {
68-
"@instana/aws-lambda": "4.0.0",
69-
"@instana/core": "4.0.0"
68+
"@instana/aws-lambda": "4.0.1",
69+
"@instana/core": "4.0.1"
7070
}
7171
}

packages/aws-lambda/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)
7+
8+
### Bug Fixes
9+
10+
- **aws-lambda:** fixed error caused by missing aws-sdk during agent key retrieval from SSM ([#1402](https://github.com/instana/nodejs/issues/1402)) ([6329c66](https://github.com/instana/nodejs/commit/6329c6623e99d1f7eee5570dd9ebfa72bb953917))
11+
12+
### Reverts
13+
14+
- Revert "ci: skipped all other regions and only china region with debug" ([71f4643](https://github.com/instana/nodejs/commit/71f46431791c80af82e927361de9c9f5dd10e222))
15+
- Revert "ci: skipping the Chinese regions from publishing lambda layers" ([1099189](https://github.com/instana/nodejs/commit/1099189dbce7840d0bebcae7a881a32d58c8fb27))
16+
617
# [4.0.0](https://github.com/instana/nodejs/compare/v3.21.0...v4.0.0) (2024-10-23)
718

819
### Bug Fixes

packages/aws-lambda/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instana/aws-lambda",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas",
55
"author": {
66
"name": "Bastian Krol",
@@ -69,7 +69,7 @@
6969
},
7070
"license": "MIT",
7171
"dependencies": {
72-
"@instana/core": "4.0.0",
73-
"@instana/serverless": "4.0.0"
72+
"@instana/core": "4.0.1",
73+
"@instana/serverless": "4.0.1"
7474
}
7575
}

packages/azure-container-services/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)
7+
8+
**Note:** Version bump only for package @instana/azure-container-services
9+
610
# [4.0.0](https://github.com/instana/nodejs/compare/v3.21.0...v4.0.0) (2024-10-23)
711

812
### Bug Fixes

packages/azure-container-services/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instana/azure-container-services",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Instana tracing and monitoring for Node.js based Azure Container Services",
55
"author": {
66
"name": "Arya Mohanan",
@@ -66,7 +66,7 @@
6666
},
6767
"license": "MIT",
6868
"dependencies": {
69-
"@instana/core": "4.0.0",
70-
"@instana/serverless": "4.0.0"
69+
"@instana/core": "4.0.1",
70+
"@instana/serverless": "4.0.1"
7171
}
7272
}

0 commit comments

Comments
 (0)