diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9a24730b..e2d6e1b37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +### Bug Fixes + +- **collector:** gracefully shutdown if core module process is not ava… ([#1070](https://github.com/instana/nodejs/issues/1070)) ([3d8196d](https://github.com/instana/nodejs/commit/3d8196d7253c8460e5f704470133f402fc558964)) +- matrix parameters included in URLs ([#1069](https://github.com/instana/nodejs/issues/1069)) ([f1d2862](https://github.com/instana/nodejs/commit/f1d2862613bec31ee45bd7c0380dd2719d36f53f)) +- **sqs:** spans not being captured caused by @aws-sdk/client-sqs@3.481.0 ([#1076](https://github.com/instana/nodejs/issues/1076)) ([aa71aa6](https://github.com/instana/nodejs/commit/aa71aa642b0914e760a7c93a8155f7f780feafaa)) + +### Features + +- added support for sqs-consumer v8, v9 ([#1075](https://github.com/instana/nodejs/issues/1075)) ([832238e](https://github.com/instana/nodejs/commit/832238eb625950360fe2911ffc59d28a65399207)) + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 596d4ab45d..3fff16dae3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "3.2.0", + "version": "3.2.1", "command": { "publish": { "forcePublish": "*", diff --git a/package-lock.json b/package-lock.json index 9ae2ef8dad..bd02356b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40843,11 +40843,11 @@ }, "packages/autoprofile": { "name": "@instana/autoprofile", - "version": "3.2.0", + "version": "3.2.1", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { - "@instana/core": "3.2.0", + "@instana/core": "3.2.1", "detect-libc": "^2.0.2", "nan": "^2.14.2" } @@ -40862,12 +40862,12 @@ }, "packages/aws-fargate": { "name": "@instana/aws-fargate", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", - "@instana/metrics-util": "3.2.0", - "@instana/serverless": "3.2.0" + "@instana/core": "3.2.1", + "@instana/metrics-util": "3.2.1", + "@instana/serverless": "3.2.1" }, "engines": { "node": ">=14.0.0" @@ -40875,11 +40875,11 @@ }, "packages/aws-lambda": { "name": "@instana/aws-lambda", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", - "@instana/serverless": "3.2.0" + "@instana/core": "3.2.1", + "@instana/serverless": "3.2.1" }, "engines": { "node": ">=14.0.0" @@ -40887,29 +40887,29 @@ }, "packages/aws-lambda-auto-wrap": { "name": "instana-aws-lambda-auto-wrap", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { - "@instana/aws-lambda": "3.2.0", - "@instana/core": "3.2.0" + "@instana/aws-lambda": "3.2.1", + "@instana/core": "3.2.1" } }, "packages/azure-container-services": { "name": "@instana/azure-container-services", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", - "@instana/serverless": "3.2.0" + "@instana/core": "3.2.1", + "@instana/serverless": "3.2.1" } }, "packages/collector": { "name": "@instana/collector", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", - "@instana/shared-metrics": "3.2.0", + "@instana/core": "3.2.1", + "@instana/shared-metrics": "3.2.1", "bunyan": "^1.8.15", "semver": "^7.5.4", "serialize-error": "^8.1.0" @@ -40926,7 +40926,7 @@ "node": ">=14.0.0" }, "optionalDependencies": { - "@instana/autoprofile": "3.2.0" + "@instana/autoprofile": "3.2.1" } }, "packages/collector/node_modules/brace-expansion": { @@ -41293,7 +41293,7 @@ }, "packages/core": { "name": "@instana/core", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "@opentelemetry/api": "1.4.1", @@ -41402,12 +41402,12 @@ }, "packages/google-cloud-run": { "name": "@instana/google-cloud-run", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", - "@instana/metrics-util": "3.2.0", - "@instana/serverless": "3.2.0" + "@instana/core": "3.2.1", + "@instana/metrics-util": "3.2.1", + "@instana/serverless": "3.2.1" }, "engines": { "node": ">=14.0.0" @@ -41415,26 +41415,26 @@ }, "packages/metrics-util": { "name": "@instana/metrics-util", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", - "@instana/serverless": "3.2.0", - "@instana/shared-metrics": "3.2.0", + "@instana/core": "3.2.1", + "@instana/serverless": "3.2.1", + "@instana/shared-metrics": "3.2.1", "node-fetch": "^2.6.7" } }, "packages/opentelemetry-exporter": { "name": "@instana/opentelemetry-exporter", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { - "@instana/serverless": "3.2.0", + "@instana/serverless": "3.2.1", "@opentelemetry/api": "1.4.1", "@opentelemetry/core": "1.17.1" }, "devDependencies": { - "@instana/core": "3.2.0", + "@instana/core": "3.2.1", "@opentelemetry/auto-instrumentations-node": "0.40.2", "@opentelemetry/resources": "1.14.0", "@opentelemetry/sdk-node": "0.49.1", @@ -42777,13 +42777,13 @@ }, "packages/opentelemetry-sampler": { "name": "@instana/opentelemetry-sampler", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "@opentelemetry/api": "1.4.1" }, "devDependencies": { - "@instana/core": "3.2.0", + "@instana/core": "3.2.1", "@opentelemetry/auto-instrumentations-node": "0.40.2", "@opentelemetry/exporter-trace-otlp-http": "0.44.0", "@opentelemetry/propagator-instana": "0.3.1", @@ -44119,20 +44119,20 @@ }, "packages/serverless": { "name": "@instana/serverless", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", + "@instana/core": "3.2.1", "agent-base": "^6.0.2", "https-proxy-agent": "^7.0.2" } }, "packages/shared-metrics": { "name": "@instana/shared-metrics", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", + "@instana/core": "3.2.1", "detect-libc": "^2.0.2", "event-loop-lag": "^1.4.0", "recursive-copy": "^2.0.13", diff --git a/packages/autoprofile/CHANGELOG.md b/packages/autoprofile/CHANGELOG.md index 238d365201..d7835cfc6b 100644 --- a/packages/autoprofile/CHANGELOG.md +++ b/packages/autoprofile/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +**Note:** Version bump only for package @instana/autoprofile + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/autoprofile/package.json b/packages/autoprofile/package.json index 39dbf7d6d2..d1c0445c81 100644 --- a/packages/autoprofile/package.json +++ b/packages/autoprofile/package.json @@ -1,6 +1,6 @@ { "name": "@instana/autoprofile", - "version": "3.2.0", + "version": "3.2.1", "description": "Automatic Node.js Profiler", "author": { "name": "Dmitri Melikyan", @@ -49,7 +49,7 @@ } ], "dependencies": { - "@instana/core": "3.2.0", + "@instana/core": "3.2.1", "detect-libc": "^2.0.2", "nan": "^2.14.2" }, diff --git a/packages/aws-fargate/CHANGELOG.md b/packages/aws-fargate/CHANGELOG.md index d29c8cb89f..5bad17adce 100644 --- a/packages/aws-fargate/CHANGELOG.md +++ b/packages/aws-fargate/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +**Note:** Version bump only for package @instana/aws-fargate + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/aws-fargate/package.json b/packages/aws-fargate/package.json index e5639bb357..f503d667d9 100644 --- a/packages/aws-fargate/package.json +++ b/packages/aws-fargate/package.json @@ -1,6 +1,6 @@ { "name": "@instana/aws-fargate", - "version": "3.2.0", + "version": "3.2.1", "description": "Instana tracing and monitoring for Node.js based AWS Fargate tasks", "author": { "name": "Bastian Krol", @@ -65,9 +65,9 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", - "@instana/metrics-util": "3.2.0", - "@instana/serverless": "3.2.0" + "@instana/core": "3.2.1", + "@instana/metrics-util": "3.2.1", + "@instana/serverless": "3.2.1" }, "engines": { "node": ">=14.0.0" diff --git a/packages/aws-lambda-auto-wrap/CHANGELOG.md b/packages/aws-lambda-auto-wrap/CHANGELOG.md index 07cbe89a42..86459696fd 100644 --- a/packages/aws-lambda-auto-wrap/CHANGELOG.md +++ b/packages/aws-lambda-auto-wrap/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +**Note:** Version bump only for package instana-aws-lambda-auto-wrap + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/aws-lambda-auto-wrap/package.json b/packages/aws-lambda-auto-wrap/package.json index a248004c52..8d03b739af 100644 --- a/packages/aws-lambda-auto-wrap/package.json +++ b/packages/aws-lambda-auto-wrap/package.json @@ -1,6 +1,6 @@ { "name": "instana-aws-lambda-auto-wrap", - "version": "3.2.0", + "version": "3.2.1", "description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.", "author": { "name": "Bastian Krol", @@ -64,7 +64,7 @@ "url": "https://github.com/instana/nodejs/issues" }, "dependencies": { - "@instana/aws-lambda": "3.2.0", - "@instana/core": "3.2.0" + "@instana/aws-lambda": "3.2.1", + "@instana/core": "3.2.1" } } diff --git a/packages/aws-lambda/CHANGELOG.md b/packages/aws-lambda/CHANGELOG.md index d339df926c..96bcad4de2 100644 --- a/packages/aws-lambda/CHANGELOG.md +++ b/packages/aws-lambda/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +**Note:** Version bump only for package @instana/aws-lambda + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/aws-lambda/package.json b/packages/aws-lambda/package.json index 26f72b9b1e..22d7a4978f 100644 --- a/packages/aws-lambda/package.json +++ b/packages/aws-lambda/package.json @@ -1,6 +1,6 @@ { "name": "@instana/aws-lambda", - "version": "3.2.0", + "version": "3.2.1", "description": "Instana tracing and monitoring for Node.js based AWS Lambdas", "author": { "name": "Bastian Krol", @@ -69,7 +69,7 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", - "@instana/serverless": "3.2.0" + "@instana/core": "3.2.1", + "@instana/serverless": "3.2.1" } } diff --git a/packages/azure-container-services/CHANGELOG.md b/packages/azure-container-services/CHANGELOG.md index 28897a99da..d7dae6c6f2 100644 --- a/packages/azure-container-services/CHANGELOG.md +++ b/packages/azure-container-services/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +**Note:** Version bump only for package @instana/azure-container-services + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/azure-container-services/package.json b/packages/azure-container-services/package.json index 63c53eca9c..78482d89a3 100644 --- a/packages/azure-container-services/package.json +++ b/packages/azure-container-services/package.json @@ -1,6 +1,6 @@ { "name": "@instana/azure-container-services", - "version": "3.2.0", + "version": "3.2.1", "description": "Instana tracing and monitoring for Node.js based Azure Container Services", "author": { "name": "Arya Mohanan", @@ -62,7 +62,7 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", - "@instana/serverless": "3.2.0" + "@instana/core": "3.2.1", + "@instana/serverless": "3.2.1" } } diff --git a/packages/collector/CHANGELOG.md b/packages/collector/CHANGELOG.md index d69614967a..8c5ae17eff 100644 --- a/packages/collector/CHANGELOG.md +++ b/packages/collector/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +### Bug Fixes + +- **collector:** gracefully shutdown if core module process is not ava… ([#1070](https://github.com/instana/nodejs/issues/1070)) ([3d8196d](https://github.com/instana/nodejs/commit/3d8196d7253c8460e5f704470133f402fc558964)) +- matrix parameters included in URLs ([#1069](https://github.com/instana/nodejs/issues/1069)) ([f1d2862](https://github.com/instana/nodejs/commit/f1d2862613bec31ee45bd7c0380dd2719d36f53f)) + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/collector/package.json b/packages/collector/package.json index 3ae0bfb111..e8754474da 100644 --- a/packages/collector/package.json +++ b/packages/collector/package.json @@ -1,6 +1,6 @@ { "name": "@instana/collector", - "version": "3.2.0", + "version": "3.2.1", "description": "The Instana Node.js metrics and trace data collector", "author": { "name": "Ben Ripkens", @@ -77,14 +77,14 @@ "url": "https://github.com/instana/nodejs/issues" }, "dependencies": { - "@instana/core": "3.2.0", - "@instana/shared-metrics": "3.2.0", + "@instana/core": "3.2.1", + "@instana/shared-metrics": "3.2.1", "bunyan": "^1.8.15", "semver": "^7.5.4", "serialize-error": "^8.1.0" }, "optionalDependencies": { - "@instana/autoprofile": "3.2.0" + "@instana/autoprofile": "3.2.1" }, "devDependencies": { "@types/bunyan": "^1.8.8", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b44c3eb9fb..be4d6cf00b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +### Bug Fixes + +- **collector:** gracefully shutdown if core module process is not ava… ([#1070](https://github.com/instana/nodejs/issues/1070)) ([3d8196d](https://github.com/instana/nodejs/commit/3d8196d7253c8460e5f704470133f402fc558964)) +- matrix parameters included in URLs ([#1069](https://github.com/instana/nodejs/issues/1069)) ([f1d2862](https://github.com/instana/nodejs/commit/f1d2862613bec31ee45bd7c0380dd2719d36f53f)) +- **sqs:** spans not being captured caused by @aws-sdk/client-sqs@3.481.0 ([#1076](https://github.com/instana/nodejs/issues/1076)) ([aa71aa6](https://github.com/instana/nodejs/commit/aa71aa642b0914e760a7c93a8155f7f780feafaa)) + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 997117e54f..ecc6fe46f8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@instana/core", - "version": "3.2.0", + "version": "3.2.1", "description": "Core library for Instana's Node.js packages", "main": "src/index.js", "files": [ diff --git a/packages/google-cloud-run/CHANGELOG.md b/packages/google-cloud-run/CHANGELOG.md index d0734d8f3c..fac2c32e92 100644 --- a/packages/google-cloud-run/CHANGELOG.md +++ b/packages/google-cloud-run/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +**Note:** Version bump only for package @instana/google-cloud-run + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/google-cloud-run/package.json b/packages/google-cloud-run/package.json index d8bcd5ff9f..c8acc93d34 100644 --- a/packages/google-cloud-run/package.json +++ b/packages/google-cloud-run/package.json @@ -1,6 +1,6 @@ { "name": "@instana/google-cloud-run", - "version": "3.2.0", + "version": "3.2.1", "description": "Instana tracing and monitoring for Node.js based Google Cloud Run services", "author": { "name": "Bastian Krol", @@ -65,9 +65,9 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", - "@instana/metrics-util": "3.2.0", - "@instana/serverless": "3.2.0" + "@instana/core": "3.2.1", + "@instana/metrics-util": "3.2.1", + "@instana/serverless": "3.2.1" }, "engines": { "node": ">=14.0.0" diff --git a/packages/metrics-util/CHANGELOG.md b/packages/metrics-util/CHANGELOG.md index 7d0aa8ef33..d4dc0acf78 100644 --- a/packages/metrics-util/CHANGELOG.md +++ b/packages/metrics-util/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +**Note:** Version bump only for package @instana/metrics-util + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/metrics-util/package.json b/packages/metrics-util/package.json index 8efe018c11..4fae4bdc15 100644 --- a/packages/metrics-util/package.json +++ b/packages/metrics-util/package.json @@ -1,6 +1,6 @@ { "name": "@instana/metrics-util", - "version": "3.2.0", + "version": "3.2.1", "description": "Internal utility library for Instana metric collection", "author": { "name": "Bastian Krol", @@ -60,9 +60,9 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", - "@instana/serverless": "3.2.0", - "@instana/shared-metrics": "3.2.0", + "@instana/core": "3.2.1", + "@instana/serverless": "3.2.1", + "@instana/shared-metrics": "3.2.1", "node-fetch": "^2.6.7" } } diff --git a/packages/opentelemetry-exporter/CHANGELOG.md b/packages/opentelemetry-exporter/CHANGELOG.md index b962a714e9..6eeb49baae 100644 --- a/packages/opentelemetry-exporter/CHANGELOG.md +++ b/packages/opentelemetry-exporter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +**Note:** Version bump only for package @instana/opentelemetry-exporter + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/opentelemetry-exporter/package.json b/packages/opentelemetry-exporter/package.json index fa92ff47ca..7efd0c1ec0 100644 --- a/packages/opentelemetry-exporter/package.json +++ b/packages/opentelemetry-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@instana/opentelemetry-exporter", - "version": "3.2.0", + "version": "3.2.1", "description": "OpenTelemetry Instana Exporter", "keywords": [ "opentelemetry", @@ -56,12 +56,12 @@ } ], "dependencies": { - "@instana/serverless": "3.2.0", + "@instana/serverless": "3.2.1", "@opentelemetry/api": "1.4.1", "@opentelemetry/core": "1.17.1" }, "devDependencies": { - "@instana/core": "3.2.0", + "@instana/core": "3.2.1", "@opentelemetry/auto-instrumentations-node": "0.40.2", "@opentelemetry/resources": "1.14.0", "@opentelemetry/sdk-node": "0.49.1", diff --git a/packages/opentelemetry-sampler/CHANGELOG.md b/packages/opentelemetry-sampler/CHANGELOG.md index 334939912d..8071f6fd4f 100644 --- a/packages/opentelemetry-sampler/CHANGELOG.md +++ b/packages/opentelemetry-sampler/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +**Note:** Version bump only for package @instana/opentelemetry-sampler + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/opentelemetry-sampler/package.json b/packages/opentelemetry-sampler/package.json index 34662cd83d..f81c504f38 100644 --- a/packages/opentelemetry-sampler/package.json +++ b/packages/opentelemetry-sampler/package.json @@ -1,6 +1,6 @@ { "name": "@instana/opentelemetry-sampler", - "version": "3.2.0", + "version": "3.2.1", "description": "OpenTelemetry Instana sampler", "keywords": [ "opentelemetry", @@ -55,7 +55,7 @@ "@opentelemetry/api": "1.4.1" }, "devDependencies": { - "@instana/core": "3.2.0", + "@instana/core": "3.2.1", "@opentelemetry/auto-instrumentations-node": "0.40.2", "@opentelemetry/exporter-trace-otlp-http": "0.44.0", "@opentelemetry/propagator-instana": "0.3.1", diff --git a/packages/serverless/CHANGELOG.md b/packages/serverless/CHANGELOG.md index 1c69c5fcda..fd92547a20 100644 --- a/packages/serverless/CHANGELOG.md +++ b/packages/serverless/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +**Note:** Version bump only for package @instana/serverless + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/serverless/package.json b/packages/serverless/package.json index 8e469610b6..e9570275d5 100644 --- a/packages/serverless/package.json +++ b/packages/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@instana/serverless", - "version": "3.2.0", + "version": "3.2.1", "description": "Internal utility package for serverless Node.js tracing and monitoring with Instana", "author": { "name": "Bastian Krol", @@ -65,7 +65,7 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", + "@instana/core": "3.2.1", "agent-base": "^6.0.2", "https-proxy-agent": "^7.0.2" } diff --git a/packages/shared-metrics/CHANGELOG.md b/packages/shared-metrics/CHANGELOG.md index 3485622e5b..f6f88f92e4 100644 --- a/packages/shared-metrics/CHANGELOG.md +++ b/packages/shared-metrics/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/instana/nodejs/compare/v3.2.0...v3.2.1) (2024-03-18) + +**Note:** Version bump only for package @instana/shared-metrics + # [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27) ### Bug Fixes diff --git a/packages/shared-metrics/package.json b/packages/shared-metrics/package.json index 891d586e99..8672675bfa 100644 --- a/packages/shared-metrics/package.json +++ b/packages/shared-metrics/package.json @@ -1,6 +1,6 @@ { "name": "@instana/shared-metrics", - "version": "3.2.0", + "version": "3.2.1", "description": "Internal metrics plug-in package for Node.js monitoring with Instana", "author": { "name": "Bastian Krol", @@ -59,7 +59,7 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "3.2.0", + "@instana/core": "3.2.1", "detect-libc": "^2.0.2", "event-loop-lag": "^1.4.0", "recursive-copy": "^2.0.13",