Skip to content

Commit 8ffe906

Browse files
author
IBM/Instana/Team Node.js
committed
v4.30.0
1 parent 2c7962f commit 8ffe906

File tree

31 files changed

+229
-79
lines changed

31 files changed

+229
-79
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.30.0](https://github.com/instana/nodejs/compare/v4.29.0...v4.30.0) (2025-11-17)
7+
8+
9+
### Bug Fixes
10+
11+
* bumped @opentelemetry/instrumentation-fs from 0.12.0 to 0.27.0 ([bbc727d](https://github.com/instana/nodejs/commit/bbc727d11fac7ac81b80b732b178446861cc8aad))
12+
* bumped @opentelemetry/instrumentation-fs from 0.27.0 to 0.28.0 ([#2137](https://github.com/instana/nodejs/issues/2137)) ([06c34c8](https://github.com/instana/nodejs/commit/06c34c86a8d1f8afa68a615aaabf77d7e57725c3))
13+
* bumped @opentelemetry/instrumentation-oracledb from 0.32.0 to 0.33.0 ([b268d81](https://github.com/instana/nodejs/commit/b268d8143d8c0f5e13485208bfec18a804f377b4))
14+
* bumped @opentelemetry/instrumentation-restify from 0.38 to 0.53.0 ([c17d9b7](https://github.com/instana/nodejs/commit/c17d9b77adb5f3c6f52c1161d4edc8231ba17a32))
15+
* bumped @opentelemetry/instrumentation-socket.io from 0.39.0 to 0.54.0 ([dc98e2e](https://github.com/instana/nodejs/commit/dc98e2eb7151023befeaa805dc1617c0afbcd74a))
16+
* bumped @opentelemetry/instrumentation-tedious from 0.13.0 to 0.26.0 ([729640b](https://github.com/instana/nodejs/commit/729640b92c7594892930978771a8bb3cdc3d348a))
17+
* bumped js-yaml from 4.1.0 to 4.1.1 ([#2157](https://github.com/instana/nodejs/issues/2157)) ([2c7962f](https://github.com/instana/nodejs/commit/2c7962ff92bde0754f61255a043c8106920cbd91))
18+
* bumped nan from 2.14.2 to 2.23.1 ([#2133](https://github.com/instana/nodejs/issues/2133)) ([7c283eb](https://github.com/instana/nodejs/commit/7c283eb4ac1e138b5f14d29251510aeb24d1c8ce))
19+
20+
21+
### Features
22+
23+
* added support for mongodb v7 ([6efed2d](https://github.com/instana/nodejs/commit/6efed2dd9cafa6d78284dd947f1c9017775bfaaf))
24+
25+
26+
27+
28+
629
# [4.29.0](https://github.com/instana/nodejs/compare/v4.28.0...v4.29.0) (2025-11-07)
730

831

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.29.0",
3+
"version": "4.30.0",
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: 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.30.0](https://github.com/instana/nodejs/compare/v4.29.0...v4.30.0) (2025-11-17)
7+
8+
9+
### Bug Fixes
10+
11+
* bumped nan from 2.14.2 to 2.23.1 ([#2133](https://github.com/instana/nodejs/issues/2133)) ([7c283eb](https://github.com/instana/nodejs/commit/7c283eb4ac1e138b5f14d29251510aeb24d1c8ce))
12+
13+
14+
15+
16+
617
# [4.29.0](https://github.com/instana/nodejs/compare/v4.28.0...v4.29.0) (2025-11-07)
718

819
**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.29.0",
3+
"version": "4.30.0",
44
"description": "Automatic Node.js Profiler",
55
"author": {
66
"name": "Dmitri Melikyan",
@@ -49,7 +49,7 @@
4949
}
5050
],
5151
"dependencies": {
52-
"@instana/core": "4.29.0",
52+
"@instana/core": "4.30.0",
5353
"detect-libc": "^2.1.2",
5454
"nan": "^2.23.1",
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.30.0](https://github.com/instana/nodejs/compare/v4.29.0...v4.30.0) (2025-11-17)
7+
8+
**Note:** Version bump only for package @instana/aws-fargate
9+
10+
11+
12+
13+
614
# [4.29.0](https://github.com/instana/nodejs/compare/v4.28.0...v4.29.0) (2025-11-07)
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.29.0",
3+
"version": "4.30.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": "4.29.0",
70-
"@instana/metrics-util": "4.29.0",
71-
"@instana/serverless": "4.29.0"
69+
"@instana/core": "4.30.0",
70+
"@instana/metrics-util": "4.30.0",
71+
"@instana/serverless": "4.30.0"
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.30.0](https://github.com/instana/nodejs/compare/v4.29.0...v4.30.0) (2025-11-17)
7+
8+
**Note:** Version bump only for package instana-aws-lambda-auto-wrap
9+
10+
11+
12+
13+
614
# [4.29.0](https://github.com/instana/nodejs/compare/v4.28.0...v4.29.0) (2025-11-07)
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.29.0",
3+
"version": "4.30.0",
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.29.0",
68-
"@instana/core": "4.29.0"
67+
"@instana/aws-lambda": "4.30.0",
68+
"@instana/core": "4.30.0"
6969
}
7070
}

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+
# [4.30.0](https://github.com/instana/nodejs/compare/v4.29.0...v4.30.0) (2025-11-17)
7+
8+
**Note:** Version bump only for package @instana/aws-lambda
9+
10+
11+
12+
13+
614
# [4.29.0](https://github.com/instana/nodejs/compare/v4.28.0...v4.29.0) (2025-11-07)
715

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

0 commit comments

Comments
 (0)