Skip to content

Commit a04c435

Browse files
author
IBM/Instana/Team Node.js
committed
v6.2.1
1 parent d512793 commit a04c435

31 files changed

Lines changed: 213 additions & 73 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [6.2.1](https://github.com/instana/nodejs/compare/v6.2.0...v6.2.1) (2026-06-19)
7+
8+
9+
### Bug Fixes
10+
11+
* bumped js-yaml from 4.1.1 to 4.2.0 ([a4c3b36](https://github.com/instana/nodejs/commit/a4c3b36298e53001d45e187bdcd2a6d6099f4c55))
12+
* bumped otel core packages ([b08138d](https://github.com/instana/nodejs/commit/b08138d179515f0a5137e624a3b6b883e5317959))
13+
* bumped tar from 7.5.11 to 7.5.16 ([8b62abe](https://github.com/instana/nodejs/commit/8b62abefde46a07abc811620c15c84edeb3686e9))
14+
* **opentelemetry-exporter:** updated otel sdk-trace-base and resource packages to 2.8.0 ([#2601](https://github.com/instana/nodejs/issues/2601)) ([d512793](https://github.com/instana/nodejs/commit/d512793f64fcbfac7867d1fee7c716b2191b2676))
15+
16+
17+
18+
19+
620
# [6.2.0](https://github.com/instana/nodejs/compare/v6.1.1...v6.2.0) (2026-06-10)
721

822

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": "6.2.0",
3+
"version": "6.2.1",
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+
## [6.2.1](https://github.com/instana/nodejs/compare/v6.2.0...v6.2.1) (2026-06-19)
7+
8+
**Note:** Version bump only for package @instana/autoprofile
9+
10+
11+
12+
13+
614
# [6.2.0](https://github.com/instana/nodejs/compare/v6.1.1...v6.2.0) (2026-06-10)
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": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Automatic Node.js Profiler",
55
"author": {
66
"name": "Dmitri Melikyan",
@@ -49,7 +49,7 @@
4949
}
5050
],
5151
"dependencies": {
52-
"@instana/core": "6.2.0",
52+
"@instana/core": "6.2.1",
5353
"detect-libc": "^2.1.2",
5454
"nan": "^2.27.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+
## [6.2.1](https://github.com/instana/nodejs/compare/v6.2.0...v6.2.1) (2026-06-19)
7+
8+
**Note:** Version bump only for package @instana/aws-fargate
9+
10+
11+
12+
13+
614
# [6.2.0](https://github.com/instana/nodejs/compare/v6.1.1...v6.2.0) (2026-06-10)
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": "6.2.0",
3+
"version": "6.2.1",
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": "6.2.0",
70-
"@instana/metrics-util": "6.2.0",
71-
"@instana/serverless": "6.2.0"
69+
"@instana/core": "6.2.1",
70+
"@instana/metrics-util": "6.2.1",
71+
"@instana/serverless": "6.2.1"
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+
## [6.2.1](https://github.com/instana/nodejs/compare/v6.2.0...v6.2.1) (2026-06-19)
7+
8+
**Note:** Version bump only for package instana-aws-lambda-auto-wrap
9+
10+
11+
12+
13+
614
# [6.2.0](https://github.com/instana/nodejs/compare/v6.1.1...v6.2.0) (2026-06-10)
715

816

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": "6.2.0",
3+
"version": "6.2.1",
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": "6.2.0",
69-
"@instana/core": "6.2.0",
68+
"@instana/aws-lambda": "6.2.1",
69+
"@instana/core": "6.2.1",
7070
"semver": "^7.8.1"
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+
## [6.2.1](https://github.com/instana/nodejs/compare/v6.2.0...v6.2.1) (2026-06-19)
7+
8+
**Note:** Version bump only for package @instana/aws-lambda
9+
10+
11+
12+
13+
614
# [6.2.0](https://github.com/instana/nodejs/compare/v6.1.1...v6.2.0) (2026-06-10)
715

816

0 commit comments

Comments
 (0)