Skip to content

Commit 90a043e

Browse files
author
IBM/Instana/Team Node.js
committed
v5.3.0
1 parent 9023179 commit 90a043e

31 files changed

Lines changed: 244 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.3.0](https://github.com/instana/nodejs/compare/v5.2.3...v5.3.0) (2026-03-10)
7+
8+
9+
### Bug Fixes
10+
11+
* added safety promise checks in redis, mongodb ([#2363](https://github.com/instana/nodejs/issues/2363)) ([479bb87](https://github.com/instana/nodejs/commit/479bb87c892bd9b9c72cf8063539550f20efdaa3))
12+
* bumped @opentelemetry/core from 2.5.1 to 2.6.0 ([#2396](https://github.com/instana/nodejs/issues/2396)) ([c6dc4c2](https://github.com/instana/nodejs/commit/c6dc4c2d60ff3890f348e2b1d51c1cec6b277aa5))
13+
* bumped @opentelemetry/instrumentation-fs from 0.28.0 to 0.32.0 ([#2397](https://github.com/instana/nodejs/issues/2397)) ([9023179](https://github.com/instana/nodejs/commit/90231793d8a6993e4465b1b87f5850da2a62dc1c))
14+
* bumped @opentelemetry/instrumentation-restify from 0.56.0 to 0.57.0 ([#2380](https://github.com/instana/nodejs/issues/2380)) ([3d32dac](https://github.com/instana/nodejs/commit/3d32dac20a596d99ac9dd9108b9cb4be74a4a5c4))
15+
* bumped @opentelemetry/instrumentation-socket.io from 0.57.0 to 0.59.0 ([#2381](https://github.com/instana/nodejs/issues/2381)) ([4da53dd](https://github.com/instana/nodejs/commit/4da53ddc430a8714ea20a48a41df3a7b2eb358fe))
16+
* bumped semver from 7.7.3 to 7.7.4 ([#2368](https://github.com/instana/nodejs/issues/2368)) ([4480e12](https://github.com/instana/nodejs/commit/4480e1234b4e2929b315762c3521e65833afec4a))
17+
* **shared-metrics:** bumped tar from v7.5.9 to v7.5.10 ([#2389](https://github.com/instana/nodejs/issues/2389)) ([26e511b](https://github.com/instana/nodejs/commit/26e511b67bdb20f7581f723f4ce737fc9f716b25))
18+
19+
20+
### Features
21+
22+
* **bunyan:** added support for error.cause ([#2331](https://github.com/instana/nodejs/issues/2331)) ([db8ef3d](https://github.com/instana/nodejs/commit/db8ef3dc16cfe214f7f1b5ab0d987206b20068ce))
23+
24+
25+
26+
27+
628
## [5.2.3](https://github.com/instana/nodejs/compare/v5.2.2...v5.2.3) (2026-02-24)
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.2.3",
3+
"version": "5.3.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: 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.3.0](https://github.com/instana/nodejs/compare/v5.2.3...v5.3.0) (2026-03-10)
7+
8+
9+
### Bug Fixes
10+
11+
* bumped semver from 7.7.3 to 7.7.4 ([#2368](https://github.com/instana/nodejs/issues/2368)) ([4480e12](https://github.com/instana/nodejs/commit/4480e1234b4e2929b315762c3521e65833afec4a))
12+
13+
14+
15+
16+
617
## [5.2.3](https://github.com/instana/nodejs/compare/v5.2.2...v5.2.3) (2026-02-24)
718

819

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.2.3",
3+
"version": "5.3.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.2.3",
52+
"@instana/core": "5.3.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: 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.3.0](https://github.com/instana/nodejs/compare/v5.2.3...v5.3.0) (2026-03-10)
7+
8+
**Note:** Version bump only for package @instana/aws-fargate
9+
10+
11+
12+
13+
614
## [5.2.3](https://github.com/instana/nodejs/compare/v5.2.2...v5.2.3) (2026-02-24)
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.2.3",
3+
"version": "5.3.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.2.3",
70-
"@instana/metrics-util": "5.2.3",
71-
"@instana/serverless": "5.2.3"
69+
"@instana/core": "5.3.0",
70+
"@instana/metrics-util": "5.3.0",
71+
"@instana/serverless": "5.3.0"
7272
},
7373
"engines": {
7474
"node": ">=18.19.0"

packages/aws-lambda-auto-wrap/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.3.0](https://github.com/instana/nodejs/compare/v5.2.3...v5.3.0) (2026-03-10)
7+
8+
9+
### Bug Fixes
10+
11+
* bumped semver from 7.7.3 to 7.7.4 ([#2368](https://github.com/instana/nodejs/issues/2368)) ([4480e12](https://github.com/instana/nodejs/commit/4480e1234b4e2929b315762c3521e65833afec4a))
12+
13+
14+
15+
16+
617
## [5.2.3](https://github.com/instana/nodejs/compare/v5.2.2...v5.2.3) (2026-02-24)
718

819
**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.2.3",
3+
"version": "5.3.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.2.3",
69-
"@instana/core": "5.2.3",
68+
"@instana/aws-lambda": "5.3.0",
69+
"@instana/core": "5.3.0",
7070
"semver": "^7.7.4"
7171
}
7272
}

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+
# [5.3.0](https://github.com/instana/nodejs/compare/v5.2.3...v5.3.0) (2026-03-10)
7+
8+
9+
### Bug Fixes
10+
11+
* bumped semver from 7.7.3 to 7.7.4 ([#2368](https://github.com/instana/nodejs/issues/2368)) ([4480e12](https://github.com/instana/nodejs/commit/4480e1234b4e2929b315762c3521e65833afec4a))
12+
13+
14+
15+
16+
617
## [5.2.3](https://github.com/instana/nodejs/compare/v5.2.2...v5.2.3) (2026-02-24)
718

819

0 commit comments

Comments
 (0)