Skip to content

Commit 4523178

Browse files
author
IBM/Instana/Team Node.js
committed
v5.2.3
1 parent 03f0b8e commit 4523178

31 files changed

Lines changed: 219 additions & 73 deletions

File tree

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+
## [5.2.3](https://github.com/instana/nodejs/compare/v5.2.2...v5.2.3) (2026-02-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **aws-lambda:** reduced cold start duration ([#2321](https://github.com/instana/nodejs/issues/2321)) ([566a284](https://github.com/instana/nodejs/commit/566a284626199348d7d9c545fff4e04295b81d2f))
12+
* bumped @opentelemetry/instrumentation-socket.io from 0.55.1 to 0.57.0 ([#2320](https://github.com/instana/nodejs/issues/2320)) ([c3cecb7](https://github.com/instana/nodejs/commit/c3cecb7e3cd78ef4baa817ccdc32e28bcd6fc890))
13+
* bumped nan from 2.24.0 to 2.25.0 ([#2319](https://github.com/instana/nodejs/issues/2319)) ([1f655e3](https://github.com/instana/nodejs/commit/1f655e357df244fc5ef42765b286693fd5f62925))
14+
* **elasticsearch:** resolved "Cannot find module" ([#2358](https://github.com/instana/nodejs/issues/2358)) ([ca47b00](https://github.com/instana/nodejs/commit/ca47b000170d2237417d546545d2cf52732642d6))
15+
* handled non-promise return from instrumented pg calls ([#2335](https://github.com/instana/nodejs/issues/2335)) ([f7a8b8d](https://github.com/instana/nodejs/commit/f7a8b8d80c0e5577e4f5e9004d5d3041ca6aea8e))
16+
* **shared-metrics:** bumped tar from v7.5.7 to v7.5.9 ([#2347](https://github.com/instana/nodejs/issues/2347)) ([3c413c1](https://github.com/instana/nodejs/commit/3c413c125f07d186c122f1a31eabca8fa0921067))
17+
18+
19+
20+
21+
622
## [5.2.2](https://github.com/instana/nodejs/compare/v5.2.1...v5.2.2) (2026-02-02)
723

824

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.2",
3+
"version": "5.2.3",
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.2.3](https://github.com/instana/nodejs/compare/v5.2.2...v5.2.3) (2026-02-24)
7+
8+
9+
### Bug Fixes
10+
11+
* bumped nan from 2.24.0 to 2.25.0 ([#2319](https://github.com/instana/nodejs/issues/2319)) ([1f655e3](https://github.com/instana/nodejs/commit/1f655e357df244fc5ef42765b286693fd5f62925))
12+
13+
14+
15+
16+
617
## [5.2.2](https://github.com/instana/nodejs/compare/v5.2.1...v5.2.2) (2026-02-02)
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": "5.2.2",
3+
"version": "5.2.3",
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.2",
52+
"@instana/core": "5.2.3",
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.2.3](https://github.com/instana/nodejs/compare/v5.2.2...v5.2.3) (2026-02-24)
7+
8+
**Note:** Version bump only for package @instana/aws-fargate
9+
10+
11+
12+
13+
614
## [5.2.2](https://github.com/instana/nodejs/compare/v5.2.1...v5.2.2) (2026-02-02)
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.2",
3+
"version": "5.2.3",
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.2",
70-
"@instana/metrics-util": "5.2.2",
71-
"@instana/serverless": "5.2.2"
69+
"@instana/core": "5.2.3",
70+
"@instana/metrics-util": "5.2.3",
71+
"@instana/serverless": "5.2.3"
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.2.3](https://github.com/instana/nodejs/compare/v5.2.2...v5.2.3) (2026-02-24)
7+
8+
**Note:** Version bump only for package instana-aws-lambda-auto-wrap
9+
10+
11+
12+
13+
614
## [5.2.2](https://github.com/instana/nodejs/compare/v5.2.1...v5.2.2) (2026-02-02)
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.2.2",
3+
"version": "5.2.3",
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.2",
69-
"@instana/core": "5.2.2",
68+
"@instana/aws-lambda": "5.2.3",
69+
"@instana/core": "5.2.3",
7070
"semver": "^7.7.3"
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.2.3](https://github.com/instana/nodejs/compare/v5.2.2...v5.2.3) (2026-02-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **aws-lambda:** reduced cold start duration ([#2321](https://github.com/instana/nodejs/issues/2321)) ([566a284](https://github.com/instana/nodejs/commit/566a284626199348d7d9c545fff4e04295b81d2f))
12+
13+
14+
15+
16+
617
## [5.2.2](https://github.com/instana/nodejs/compare/v5.2.1...v5.2.2) (2026-02-02)
718

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

0 commit comments

Comments
 (0)