Skip to content

Commit 4deaff4

Browse files
author
IBM/Instana/Team Node.js
committed
v5.4.2
1 parent 88181a0 commit 4deaff4

31 files changed

Lines changed: 219 additions & 73 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.2](https://github.com/instana/nodejs/compare/v5.4.1...v5.4.2) (2026-04-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **amqp:** cleaned up headers ([#2494](https://github.com/instana/nodejs/issues/2494)) ([88181a0](https://github.com/instana/nodejs/commit/88181a0399fb5e25a2c0db399db535b3a52ebe04))
12+
* bumped @opentelemetry/core from 2.6.0 to 2.6.1 ([#2443](https://github.com/instana/nodejs/issues/2443)) ([462ac5e](https://github.com/instana/nodejs/commit/462ac5e88a8645892775dbd08eb80260be86c72b))
13+
* bumped @opentelemetry/instrumentation-fs from 0.32.0 to 0.33.0 ([#2462](https://github.com/instana/nodejs/issues/2462)) ([f3bedf5](https://github.com/instana/nodejs/commit/f3bedf517ce418fbef442bf0ef88de7b820e4097))
14+
* bumped @opentelemetry/instrumentation-oracledb from 0.38.0 to 0.39.0 ([#2463](https://github.com/instana/nodejs/issues/2463)) ([76ad468](https://github.com/instana/nodejs/commit/76ad4688364c682f576807178d70ef01d9e37890))
15+
* bumped @opentelemetry/instrumentation-socket.io from 0.59.0 to 0.60.0 ([#2418](https://github.com/instana/nodejs/issues/2418)) ([300e710](https://github.com/instana/nodejs/commit/300e71054f870445d76e0c8a139161d367e5b422))
16+
17+
18+
### Features
19+
20+
* added support for amqplib v1.0.2 ([#2441](https://github.com/instana/nodejs/issues/2441)) ([5308d41](https://github.com/instana/nodejs/commit/5308d41f5fec9c4a4a62aa808a5b34f494f1ab3d))
21+
* added support for got v15 ([#2473](https://github.com/instana/nodejs/issues/2473)) ([ed6ed5e](https://github.com/instana/nodejs/commit/ed6ed5e662d80b315b62173d8db4b643251fea67))
22+
23+
24+
25+
26+
627
## [5.4.1](https://github.com/instana/nodejs/compare/v5.4.0...v5.4.1) (2026-03-25)
728

829

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.4.1",
3+
"version": "5.4.2",
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.2](https://github.com/instana/nodejs/compare/v5.4.1...v5.4.2) (2026-04-16)
7+
8+
**Note:** Version bump only for package @instana/autoprofile
9+
10+
11+
12+
13+
614
## [5.4.1](https://github.com/instana/nodejs/compare/v5.4.0...v5.4.1) (2026-03-25)
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.4.1",
3+
"version": "5.4.2",
44
"description": "Automatic Node.js Profiler",
55
"author": {
66
"name": "Dmitri Melikyan",
@@ -49,7 +49,7 @@
4949
}
5050
],
5151
"dependencies": {
52-
"@instana/core": "5.4.1",
52+
"@instana/core": "5.4.2",
5353
"detect-libc": "^2.1.2",
5454
"nan": "^2.26.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+
## [5.4.2](https://github.com/instana/nodejs/compare/v5.4.1...v5.4.2) (2026-04-16)
7+
8+
**Note:** Version bump only for package @instana/aws-fargate
9+
10+
11+
12+
13+
614
## [5.4.1](https://github.com/instana/nodejs/compare/v5.4.0...v5.4.1) (2026-03-25)
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": "5.4.1",
3+
"version": "5.4.2",
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.4.1",
70-
"@instana/metrics-util": "5.4.1",
71-
"@instana/serverless": "5.4.1"
69+
"@instana/core": "5.4.2",
70+
"@instana/metrics-util": "5.4.2",
71+
"@instana/serverless": "5.4.2"
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.2](https://github.com/instana/nodejs/compare/v5.4.1...v5.4.2) (2026-04-16)
7+
8+
**Note:** Version bump only for package instana-aws-lambda-auto-wrap
9+
10+
11+
12+
13+
614
## [5.4.1](https://github.com/instana/nodejs/compare/v5.4.0...v5.4.1) (2026-03-25)
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": "5.4.1",
3+
"version": "5.4.2",
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.4.1",
69-
"@instana/core": "5.4.1",
68+
"@instana/aws-lambda": "5.4.2",
69+
"@instana/core": "5.4.2",
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.2](https://github.com/instana/nodejs/compare/v5.4.1...v5.4.2) (2026-04-16)
7+
8+
**Note:** Version bump only for package @instana/aws-lambda
9+
10+
11+
12+
13+
614
## [5.4.1](https://github.com/instana/nodejs/compare/v5.4.0...v5.4.1) (2026-03-25)
715

816

0 commit comments

Comments
 (0)