Skip to content

Commit 36ea556

Browse files
author
IBM/Instana/Team Node.js
committed
v4.21.3
1 parent cfede29 commit 36ea556

File tree

31 files changed

+234
-79
lines changed

31 files changed

+234
-79
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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.21.3](https://github.com/instana/nodejs/compare/v4.21.2...v4.21.3) (2025-08-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **aws-lambda:** improved coldstarts ([#1933](https://github.com/instana/nodejs/issues/1933)) ([cfede29](https://github.com/instana/nodejs/commit/cfede297893f4535b6a53602a8737c07cb4c7f5a))
12+
* bumped https-proxy-agent from 7.0.2 to 7.0.6 ([#1929](https://github.com/instana/nodejs/issues/1929)) ([e8f1c4d](https://github.com/instana/nodejs/commit/e8f1c4d356d35880fa38876d7502df5c6e15784f))
13+
* **collector:** resolved logger not being initialised in source.js ([#1914](https://github.com/instana/nodejs/issues/1914)) ([ce8ba32](https://github.com/instana/nodejs/commit/ce8ba32609a0892ec92db84adef28c1a59e0bee5))
14+
15+
16+
### Features
17+
18+
* added support for koa-router v14 ([#1898](https://github.com/instana/nodejs/issues/1898)) ([25dae2e](https://github.com/instana/nodejs/commit/25dae2e86aebd5e7dd129d53f06bd553dfa37b37))
19+
20+
21+
### Reverts
22+
23+
* Revert "fix: reduced memory when otel integration is turned off (#1905)" ([9bb6f96](https://github.com/instana/nodejs/commit/9bb6f961e031e5d587c6adadc6c3d866af337c80)), closes [#1905](https://github.com/instana/nodejs/issues/1905)
24+
* Revert "build: bumped @aws-sdk/client-dynamodb from 3.858.0 to 3.859.0" ([f3901c8](https://github.com/instana/nodejs/commit/f3901c8455a80bacb24d217af1883e0234ffeee3))
25+
* Revert "build: bumped @aws-sdk/client-kinesis from 3.858.0 to 3.859.0" ([b581c43](https://github.com/instana/nodejs/commit/b581c430ed615b339fd2e0f2f0ec11e6e30f539e))
26+
* Revert "build: bumped @aws-sdk/client-lambda from 3.858.0 to 3.859.0" ([c682cbc](https://github.com/instana/nodejs/commit/c682cbcccb0dadfa59915e36561bdd897373cfe9))
27+
* Revert "build: bumped @aws-sdk/client-s3 from 3.858.0 to 3.859.0" ([19b9f73](https://github.com/instana/nodejs/commit/19b9f735ae5ddca5a977160d0f3e294f0de2a32d))
28+
* Revert "build: bumped @aws-sdk/client-sns from 3.858.0 to 3.859.0" ([08bc7d9](https://github.com/instana/nodejs/commit/08bc7d9d1102b5d29943d810b9b585c6b75fbafd))
29+
* Revert "build: bumped @aws-sdk/client-sqs from 3.858.0 to 3.859.0" ([99ee51d](https://github.com/instana/nodejs/commit/99ee51deeb1a1f9b103f16c6cd22b8381b1afd15))
30+
* Revert "build: bumped @aws-sdk/lib-dynamodb from 3.858.0 to 3.859.0" ([7eb5b23](https://github.com/instana/nodejs/commit/7eb5b23c2f2aeab99487de6124a46d76e67ecd7f))
31+
32+
33+
34+
35+
636
## [4.21.2](https://github.com/instana/nodejs/compare/v4.21.1...v4.21.2) (2025-08-05)
737

838

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "4.21.2",
3+
"version": "4.21.3",
44
"command": {
55
"publish": {
66
"forcePublish": "*",

package-lock.json

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/autoprofile/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.21.3](https://github.com/instana/nodejs/compare/v4.21.2...v4.21.3) (2025-08-07)
7+
8+
**Note:** Version bump only for package @instana/autoprofile
9+
10+
11+
12+
13+
614
## [4.21.2](https://github.com/instana/nodejs/compare/v4.21.1...v4.21.2) (2025-08-05)
715

816
**Note:** Version bump only for package @instana/autoprofile

packages/autoprofile/package.json

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

packages/aws-fargate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.21.3](https://github.com/instana/nodejs/compare/v4.21.2...v4.21.3) (2025-08-07)
7+
8+
**Note:** Version bump only for package @instana/aws-fargate
9+
10+
11+
12+
13+
614
## [4.21.2](https://github.com/instana/nodejs/compare/v4.21.1...v4.21.2) (2025-08-05)
715

816
**Note:** Version bump only for package @instana/aws-fargate

packages/aws-fargate/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instana/aws-fargate",
3-
"version": "4.21.2",
3+
"version": "4.21.3",
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.21.2",
70-
"@instana/metrics-util": "4.21.2",
71-
"@instana/serverless": "4.21.2"
69+
"@instana/core": "4.21.3",
70+
"@instana/metrics-util": "4.21.3",
71+
"@instana/serverless": "4.21.3"
7272
},
7373
"engines": {
7474
"node": ">=18.0.0"

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.21.3](https://github.com/instana/nodejs/compare/v4.21.2...v4.21.3) (2025-08-07)
7+
8+
**Note:** Version bump only for package instana-aws-lambda-auto-wrap
9+
10+
11+
12+
13+
614
## [4.21.2](https://github.com/instana/nodejs/compare/v4.21.1...v4.21.2) (2025-08-05)
715

816
**Note:** Version bump only for package instana-aws-lambda-auto-wrap

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instana-aws-lambda-auto-wrap",
3-
"version": "4.21.2",
3+
"version": "4.21.3",
44
"description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.",
55
"author": {
66
"name": "Bastian Krol",
@@ -64,7 +64,7 @@
6464
"url": "https://github.com/instana/nodejs/issues"
6565
},
6666
"dependencies": {
67-
"@instana/aws-lambda": "4.21.2",
68-
"@instana/core": "4.21.2"
67+
"@instana/aws-lambda": "4.21.3",
68+
"@instana/core": "4.21.3"
6969
}
7070
}

packages/aws-lambda/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.21.3](https://github.com/instana/nodejs/compare/v4.21.2...v4.21.3) (2025-08-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **aws-lambda:** improved coldstarts ([#1933](https://github.com/instana/nodejs/issues/1933)) ([cfede29](https://github.com/instana/nodejs/commit/cfede297893f4535b6a53602a8737c07cb4c7f5a))
12+
13+
14+
15+
16+
617
## [4.21.2](https://github.com/instana/nodejs/compare/v4.21.1...v4.21.2) (2025-08-05)
718

819
**Note:** Version bump only for package @instana/aws-lambda

0 commit comments

Comments
 (0)