Skip to content

Commit 5f2acd6

Browse files
author
IBM/Instana/Team Node.js
committed
v5.4.0
1 parent cd13d25 commit 5f2acd6

31 files changed

Lines changed: 241 additions & 73 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [5.4.0](https://github.com/instana/nodejs/compare/v5.3.0...v5.4.0) (2026-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* bumped @opentelemetry/instrumentation-oracledb from 0.36.0 to 0.38.0 ([#2406](https://github.com/instana/nodejs/issues/2406)) ([ee6963b](https://github.com/instana/nodejs/commit/ee6963b2ecbef01b6a91febaffdf8b1429b82531))
12+
* bumped @opentelemetry/instrumentation-restify from 0.57.0 to 0.58.0 ([#2407](https://github.com/instana/nodejs/issues/2407)) ([b3f3d61](https://github.com/instana/nodejs/commit/b3f3d618c4b89d7ef910db9cada29d6e60cb5fea))
13+
* **core:** improved handling of malformed or incomplete URLs ([#2412](https://github.com/instana/nodejs/issues/2412)) ([bec19ce](https://github.com/instana/nodejs/commit/bec19ce4b722b7221a6955f73ffe312beec9bd44))
14+
* **shared-metrics:** bumped tar from 7.5.10 to 7.5.11 ([9e1fded](https://github.com/instana/nodejs/commit/9e1fdede703352cd1baa1828bcd0c2f14703f2b7))
15+
* **shared-metrics:** merged activeHandles and activeRequests into activeResources ([#2149](https://github.com/instana/nodejs/issues/2149)) ([84bd294](https://github.com/instana/nodejs/commit/84bd29491477891633ce7a0f9f4d71ebb4102c0f)), closes [/nodejs.org/api/deprecations.html#dep0161](https://github.com//nodejs.org/api/deprecations.html/issues/dep0161)
16+
* updated db instrumentations with safety promise check ([#2392](https://github.com/instana/nodejs/issues/2392)) ([fb67a0f](https://github.com/instana/nodejs/commit/fb67a0f71d74954cc14782d1dd267dd25ec3e716))
17+
18+
19+
### Features
20+
21+
* added instrumentation support for db2 executeNonQuery ([#2413](https://github.com/instana/nodejs/issues/2413)) ([cd13d25](https://github.com/instana/nodejs/commit/cd13d250f3ea7daf98f6b2b600bf28615bd47c83))
22+
* added support for error.cause ([#2383](https://github.com/instana/nodejs/issues/2383)) ([af25af6](https://github.com/instana/nodejs/commit/af25af69b2046824c0af9826cbddcbbe71e7164f))
23+
24+
25+
26+
27+
628
# [5.3.0](https://github.com/instana/nodejs/compare/v5.2.3...v5.3.0) (2026-03-10)
729

830

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": "5.3.0",
3+
"version": "5.4.0",
44
"command": {
55
"publish": {
66
"forcePublish": "*",

package-lock.json

Lines changed: 36 additions & 36 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+
# [5.4.0](https://github.com/instana/nodejs/compare/v5.3.0...v5.4.0) (2026-03-17)
7+
8+
**Note:** Version bump only for package @instana/autoprofile
9+
10+
11+
12+
13+
614
# [5.3.0](https://github.com/instana/nodejs/compare/v5.2.3...v5.3.0) (2026-03-10)
715

816

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": "5.3.0",
3+
"version": "5.4.0",
44
"description": "Automatic Node.js Profiler",
55
"author": {
66
"name": "Dmitri Melikyan",
@@ -49,7 +49,7 @@
4949
}
5050
],
5151
"dependencies": {
52-
"@instana/core": "5.3.0",
52+
"@instana/core": "5.4.0",
5353
"detect-libc": "^2.1.2",
5454
"nan": "^2.25.0",
5555
"node-gyp-build": "^4.8.4",

packages/aws-fargate/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+
# [5.4.0](https://github.com/instana/nodejs/compare/v5.3.0...v5.4.0) (2026-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **shared-metrics:** merged activeHandles and activeRequests into activeResources ([#2149](https://github.com/instana/nodejs/issues/2149)) ([84bd294](https://github.com/instana/nodejs/commit/84bd29491477891633ce7a0f9f4d71ebb4102c0f)), closes [/nodejs.org/api/deprecations.html#dep0161](https://github.com//nodejs.org/api/deprecations.html/issues/dep0161)
12+
13+
14+
15+
16+
617
# [5.3.0](https://github.com/instana/nodejs/compare/v5.2.3...v5.3.0) (2026-03-10)
718

819
**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": "5.3.0",
3+
"version": "5.4.0",
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": "5.3.0",
70-
"@instana/metrics-util": "5.3.0",
71-
"@instana/serverless": "5.3.0"
69+
"@instana/core": "5.4.0",
70+
"@instana/metrics-util": "5.4.0",
71+
"@instana/serverless": "5.4.0"
7272
},
7373
"engines": {
7474
"node": ">=18.19.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+
# [5.4.0](https://github.com/instana/nodejs/compare/v5.3.0...v5.4.0) (2026-03-17)
7+
8+
**Note:** Version bump only for package instana-aws-lambda-auto-wrap
9+
10+
11+
12+
13+
614
# [5.3.0](https://github.com/instana/nodejs/compare/v5.2.3...v5.3.0) (2026-03-10)
715

816

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": "5.3.0",
3+
"version": "5.4.0",
44
"private": true,
55
"description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.",
66
"author": {
@@ -65,8 +65,8 @@
6565
"url": "https://github.com/instana/nodejs/issues"
6666
},
6767
"dependencies": {
68-
"@instana/aws-lambda": "5.3.0",
69-
"@instana/core": "5.3.0",
68+
"@instana/aws-lambda": "5.4.0",
69+
"@instana/core": "5.4.0",
7070
"semver": "^7.7.4"
7171
}
7272
}

packages/aws-lambda/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+
# [5.4.0](https://github.com/instana/nodejs/compare/v5.3.0...v5.4.0) (2026-03-17)
7+
8+
**Note:** Version bump only for package @instana/aws-lambda
9+
10+
11+
12+
13+
614
# [5.3.0](https://github.com/instana/nodejs/compare/v5.2.3...v5.3.0) (2026-03-10)
715

816

0 commit comments

Comments
 (0)