Skip to content

Commit 654046c

Browse files
author
IBM/Instana/Team Node.js
committed
v3.15.2
1 parent 43dc781 commit 654046c

File tree

31 files changed

+157
-81
lines changed

31 files changed

+157
-81
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [3.15.2](https://github.com/instana/nodejs/compare/v3.15.1...v3.15.2) (2024-08-27)
7+
8+
### Bug Fixes
9+
10+
- **aws-lambda:** improved debug logs for number of spans ([c7a3c34](https://github.com/instana/nodejs/commit/c7a3c3407ea83eeac2d54419163a0b2265a94bb6))
11+
- deprecated q library ([#1282](https://github.com/instana/nodejs/issues/1282)) ([d86f939](https://github.com/instana/nodejs/commit/d86f939e9bc20c06dead85376eb90b42def5c9c4))
12+
613
## [3.15.1](https://github.com/instana/nodejs/compare/v3.15.0...v3.15.1) (2024-08-19)
714

815
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "3.15.1",
3+
"version": "3.15.2",
44
"command": {
55
"publish": {
66
"forcePublish": "*",

package-lock.json

+40-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/autoprofile/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [3.15.2](https://github.com/instana/nodejs/compare/v3.15.1...v3.15.2) (2024-08-27)
7+
8+
**Note:** Version bump only for package @instana/autoprofile
9+
610
## [3.15.1](https://github.com/instana/nodejs/compare/v3.15.0...v3.15.1) (2024-08-19)
711

812
**Note:** Version bump only for package @instana/autoprofile

packages/autoprofile/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instana/autoprofile",
3-
"version": "3.15.1",
3+
"version": "3.15.2",
44
"description": "Automatic Node.js Profiler",
55
"author": {
66
"name": "Dmitri Melikyan",
@@ -49,7 +49,7 @@
4949
}
5050
],
5151
"dependencies": {
52-
"@instana/core": "3.15.1",
52+
"@instana/core": "3.15.2",
5353
"detect-libc": "^2.0.2",
5454
"nan": "^2.14.2",
5555
"node-gyp-build": "^4.7.1",

packages/aws-fargate/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [3.15.2](https://github.com/instana/nodejs/compare/v3.15.1...v3.15.2) (2024-08-27)
7+
8+
### Bug Fixes
9+
10+
- **aws-lambda:** improved debug logs for number of spans ([c7a3c34](https://github.com/instana/nodejs/commit/c7a3c3407ea83eeac2d54419163a0b2265a94bb6))
11+
612
## [3.15.1](https://github.com/instana/nodejs/compare/v3.15.0...v3.15.1) (2024-08-19)
713

814
**Note:** Version bump only for package @instana/aws-fargate

packages/aws-fargate/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instana/aws-fargate",
3-
"version": "3.15.1",
3+
"version": "3.15.2",
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": "3.15.1",
70-
"@instana/metrics-util": "3.15.1",
71-
"@instana/serverless": "3.15.1"
69+
"@instana/core": "3.15.2",
70+
"@instana/metrics-util": "3.15.2",
71+
"@instana/serverless": "3.15.2"
7272
},
7373
"engines": {
7474
"node": ">=14.0.0"

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

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [3.15.2](https://github.com/instana/nodejs/compare/v3.15.1...v3.15.2) (2024-08-27)
7+
8+
**Note:** Version bump only for package instana-aws-lambda-auto-wrap
9+
610
## [3.15.1](https://github.com/instana/nodejs/compare/v3.15.0...v3.15.1) (2024-08-19)
711

812
**Note:** Version bump only for package instana-aws-lambda-auto-wrap

packages/aws-lambda-auto-wrap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instana-aws-lambda-auto-wrap",
3-
"version": "3.15.1",
3+
"version": "3.15.2",
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": "3.15.1",
68-
"@instana/core": "3.15.1"
67+
"@instana/aws-lambda": "3.15.2",
68+
"@instana/core": "3.15.2"
6969
}
7070
}

packages/aws-lambda/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [3.15.2](https://github.com/instana/nodejs/compare/v3.15.1...v3.15.2) (2024-08-27)
7+
8+
### Bug Fixes
9+
10+
- **aws-lambda:** improved debug logs for number of spans ([c7a3c34](https://github.com/instana/nodejs/commit/c7a3c3407ea83eeac2d54419163a0b2265a94bb6))
11+
612
## [3.15.1](https://github.com/instana/nodejs/compare/v3.15.0...v3.15.1) (2024-08-19)
713

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

packages/aws-lambda/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instana/aws-lambda",
3-
"version": "3.15.1",
3+
"version": "3.15.2",
44
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas",
55
"author": {
66
"name": "Bastian Krol",
@@ -69,7 +69,7 @@
6969
},
7070
"license": "MIT",
7171
"dependencies": {
72-
"@instana/core": "3.15.1",
73-
"@instana/serverless": "3.15.1"
72+
"@instana/core": "3.15.2",
73+
"@instana/serverless": "3.15.2"
7474
}
7575
}

packages/azure-container-services/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [3.15.2](https://github.com/instana/nodejs/compare/v3.15.1...v3.15.2) (2024-08-27)
7+
8+
**Note:** Version bump only for package @instana/azure-container-services
9+
610
## [3.15.1](https://github.com/instana/nodejs/compare/v3.15.0...v3.15.1) (2024-08-19)
711

812
**Note:** Version bump only for package @instana/azure-container-services

packages/azure-container-services/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instana/azure-container-services",
3-
"version": "3.15.1",
3+
"version": "3.15.2",
44
"description": "Instana tracing and monitoring for Node.js based Azure Container Services",
55
"author": {
66
"name": "Arya Mohanan",
@@ -66,7 +66,7 @@
6666
},
6767
"license": "MIT",
6868
"dependencies": {
69-
"@instana/core": "3.15.1",
70-
"@instana/serverless": "3.15.1"
69+
"@instana/core": "3.15.2",
70+
"@instana/serverless": "3.15.2"
7171
}
7272
}

packages/collector/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [3.15.2](https://github.com/instana/nodejs/compare/v3.15.1...v3.15.2) (2024-08-27)
7+
8+
### Bug Fixes
9+
10+
- deprecated q library ([#1282](https://github.com/instana/nodejs/issues/1282)) ([d86f939](https://github.com/instana/nodejs/commit/d86f939e9bc20c06dead85376eb90b42def5c9c4))
11+
612
## [3.15.1](https://github.com/instana/nodejs/compare/v3.15.0...v3.15.1) (2024-08-19)
713

814
**Note:** Version bump only for package @instana/collector

0 commit comments

Comments
 (0)