Skip to content

Commit 31787df

Browse files
author
IBM/Instana/Team Node.js
committed
v4.31.0
1 parent b95044b commit 31787df

File tree

31 files changed

+256
-79
lines changed

31 files changed

+256
-79
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.31.0](https://github.com/instana/nodejs/compare/v4.30.1...v4.31.0) (2025-12-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **aws-lambda-auto-wrap:** stopped publishing to npm ([#2185](https://github.com/instana/nodejs/issues/2185)) ([3e83397](https://github.com/instana/nodejs/commit/3e83397fdb7e7c03f90be95ce2d629c1ebeb0c3b))
12+
* bumped @opentelemetry/instrumentation-oracledb from 0.33.0 to 0.34.0 ([#2155](https://github.com/instana/nodejs/issues/2155)) ([d572379](https://github.com/instana/nodejs/commit/d5723795a3a635b264c86d7400ceefea2dda9473))
13+
* bumped @opentelemetry/instrumentation-tedious from 0.26.0 to 0.27.0 ([#2171](https://github.com/instana/nodejs/issues/2171)) ([fcbf7a0](https://github.com/instana/nodejs/commit/fcbf7a0c1b480aa90876bd429e228c747613a73e))
14+
* excluded ng from tracing ([#2187](https://github.com/instana/nodejs/issues/2187)) ([1dd607d](https://github.com/instana/nodejs/commit/1dd607d7a6d472ebcd3bdc5630c496827dd12a32))
15+
* resolved TypeError when Node.js entrypoint is unknown ([#2182](https://github.com/instana/nodejs/issues/2182)) ([19746e5](https://github.com/instana/nodejs/commit/19746e5713e94e8047b022f239e035779b4c8c2c))
16+
* **serverless:** resolved TypeError when agent key is not available ([#2197](https://github.com/instana/nodejs/issues/2197)) ([d24e759](https://github.com/instana/nodejs/commit/d24e759cd220dfb92975d88fd845cd3de5b99ad2))
17+
18+
19+
### Features
20+
21+
* added support for mongoose v9 ([#2169](https://github.com/instana/nodejs/issues/2169)) ([8bac4f9](https://github.com/instana/nodejs/commit/8bac4f995ed42518dfc8cbf8e13747a0899e03eb))
22+
* added support for Prisma V7 ([#2184](https://github.com/instana/nodejs/issues/2184)) ([5476da1](https://github.com/instana/nodejs/commit/5476da1aa6c9b68f2995819a922f3d60734279bc))
23+
* **aws-lambda:** added support for Node v24 runtime ([#2174](https://github.com/instana/nodejs/issues/2174)) ([71e11fb](https://github.com/instana/nodejs/commit/71e11fbee4008ea3a3fda209805f0e6f03e01413))
24+
* **iaws-lambda:** added runtime-aware handler support for Node.js 24 compatibility ([#2195](https://github.com/instana/nodejs/issues/2195)) ([35a7fbc](https://github.com/instana/nodejs/commit/35a7fbc9ede5119a7c48d15823f390f407889311))
25+
26+
27+
28+
29+
630
## [4.30.1](https://github.com/instana/nodejs/compare/v4.30.0...v4.30.1) (2025-11-18)
731

832

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.30.1",
3+
"version": "4.31.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: 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.31.0](https://github.com/instana/nodejs/compare/v4.30.1...v4.31.0) (2025-12-08)
7+
8+
**Note:** Version bump only for package @instana/autoprofile
9+
10+
11+
12+
13+
614
## [4.30.1](https://github.com/instana/nodejs/compare/v4.30.0...v4.30.1) (2025-11-18)
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.30.1",
3+
"version": "4.31.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.30.1",
52+
"@instana/core": "4.31.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.31.0](https://github.com/instana/nodejs/compare/v4.30.1...v4.31.0) (2025-12-08)
7+
8+
**Note:** Version bump only for package @instana/aws-fargate
9+
10+
11+
12+
13+
614
## [4.30.1](https://github.com/instana/nodejs/compare/v4.30.0...v4.30.1) (2025-11-18)
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.30.1",
3+
"version": "4.31.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.30.1",
70-
"@instana/metrics-util": "4.30.1",
71-
"@instana/serverless": "4.30.1"
69+
"@instana/core": "4.31.0",
70+
"@instana/metrics-util": "4.31.0",
71+
"@instana/serverless": "4.31.0"
7272
},
7373
"engines": {
7474
"node": ">=18.0.0"

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.31.0](https://github.com/instana/nodejs/compare/v4.30.1...v4.31.0) (2025-12-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **aws-lambda-auto-wrap:** stopped publishing to npm ([#2185](https://github.com/instana/nodejs/issues/2185)) ([3e83397](https://github.com/instana/nodejs/commit/3e83397fdb7e7c03f90be95ce2d629c1ebeb0c3b))
12+
13+
14+
### Features
15+
16+
* **iaws-lambda:** added runtime-aware handler support for Node.js 24 compatibility ([#2195](https://github.com/instana/nodejs/issues/2195)) ([35a7fbc](https://github.com/instana/nodejs/commit/35a7fbc9ede5119a7c48d15823f390f407889311))
17+
18+
19+
20+
21+
622
## [4.30.1](https://github.com/instana/nodejs/compare/v4.30.0...v4.30.1) (2025-11-18)
723

824
**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.30.1",
3+
"version": "4.31.0",
44
"description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.",
55
"author": {
66
"name": "Bastian Krol",
@@ -64,8 +64,8 @@
6464
"url": "https://github.com/instana/nodejs/issues"
6565
},
6666
"dependencies": {
67-
"@instana/aws-lambda": "4.30.1",
68-
"@instana/core": "4.30.1",
67+
"@instana/aws-lambda": "4.31.0",
68+
"@instana/core": "4.31.0",
6969
"semver": "^7.7.3"
7070
}
7171
}

packages/aws-lambda/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.31.0](https://github.com/instana/nodejs/compare/v4.30.1...v4.31.0) (2025-12-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **aws-lambda-auto-wrap:** stopped publishing to npm ([#2185](https://github.com/instana/nodejs/issues/2185)) ([3e83397](https://github.com/instana/nodejs/commit/3e83397fdb7e7c03f90be95ce2d629c1ebeb0c3b))
12+
* **serverless:** resolved TypeError when agent key is not available ([#2197](https://github.com/instana/nodejs/issues/2197)) ([d24e759](https://github.com/instana/nodejs/commit/d24e759cd220dfb92975d88fd845cd3de5b99ad2))
13+
14+
15+
### Features
16+
17+
* **aws-lambda:** added support for Node v24 runtime ([#2174](https://github.com/instana/nodejs/issues/2174)) ([71e11fb](https://github.com/instana/nodejs/commit/71e11fbee4008ea3a3fda209805f0e6f03e01413))
18+
* **iaws-lambda:** added runtime-aware handler support for Node.js 24 compatibility ([#2195](https://github.com/instana/nodejs/issues/2195)) ([35a7fbc](https://github.com/instana/nodejs/commit/35a7fbc9ede5119a7c48d15823f390f407889311))
19+
20+
21+
22+
23+
624
## [4.30.1](https://github.com/instana/nodejs/compare/v4.30.0...v4.30.1) (2025-11-18)
725

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

0 commit comments

Comments
 (0)