diff --git a/CHANGELOG.md b/CHANGELOG.md index 69042e3cd7..224c8ee8c7 100644 --- a/CHANGELOG.md +++ b/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.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +### Bug Fixes + +- resolved esm loader issue for manual instrumentation node v18.19.0 and above ([#1063](https://github.com/instana/nodejs/issues/1063)) ([d69aff8](https://github.com/instana/nodejs/commit/d69aff86016a8b671a4ca97956d910b0ad51c99a)) +- **security:** resolved security vulnerability in the tar package. ([#1106](https://github.com/instana/nodejs/issues/1106)) ([d863aa8](https://github.com/instana/nodejs/commit/d863aa8acae7b891cd625c92b6dbc5bf8b2c4f1b)) + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 29821ba443..c4ebbe7d05 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "3.3.0", + "version": "3.3.1", "command": { "publish": { "forcePublish": "*", diff --git a/package-lock.json b/package-lock.json index 38919ded27..9f474cb837 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37346,11 +37346,11 @@ }, "packages/autoprofile": { "name": "@instana/autoprofile", - "version": "3.3.0", + "version": "3.3.1", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { - "@instana/core": "3.3.0", + "@instana/core": "3.3.1", "detect-libc": "^2.0.2", "nan": "^2.14.2" } @@ -37365,12 +37365,12 @@ }, "packages/aws-fargate": { "name": "@instana/aws-fargate", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", - "@instana/metrics-util": "3.3.0", - "@instana/serverless": "3.3.0" + "@instana/core": "3.3.1", + "@instana/metrics-util": "3.3.1", + "@instana/serverless": "3.3.1" }, "engines": { "node": ">=14.0.0" @@ -37378,11 +37378,11 @@ }, "packages/aws-lambda": { "name": "@instana/aws-lambda", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", - "@instana/serverless": "3.3.0" + "@instana/core": "3.3.1", + "@instana/serverless": "3.3.1" }, "engines": { "node": ">=14.0.0" @@ -37390,29 +37390,29 @@ }, "packages/aws-lambda-auto-wrap": { "name": "instana-aws-lambda-auto-wrap", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { - "@instana/aws-lambda": "3.3.0", - "@instana/core": "3.3.0" + "@instana/aws-lambda": "3.3.1", + "@instana/core": "3.3.1" } }, "packages/azure-container-services": { "name": "@instana/azure-container-services", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", - "@instana/serverless": "3.3.0" + "@instana/core": "3.3.1", + "@instana/serverless": "3.3.1" } }, "packages/collector": { "name": "@instana/collector", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", - "@instana/shared-metrics": "3.3.0", + "@instana/core": "3.3.1", + "@instana/shared-metrics": "3.3.1", "bunyan": "^1.8.15", "semver": "^7.5.4", "serialize-error": "^8.1.0" @@ -37429,7 +37429,7 @@ "node": ">=14.0.0" }, "optionalDependencies": { - "@instana/autoprofile": "3.3.0" + "@instana/autoprofile": "3.3.1" } }, "packages/collector/node_modules/brace-expansion": { @@ -37836,7 +37836,7 @@ }, "packages/core": { "name": "@instana/core", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { "@opentelemetry/api": "1.4.1", @@ -37998,12 +37998,12 @@ }, "packages/google-cloud-run": { "name": "@instana/google-cloud-run", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", - "@instana/metrics-util": "3.3.0", - "@instana/serverless": "3.3.0" + "@instana/core": "3.3.1", + "@instana/metrics-util": "3.3.1", + "@instana/serverless": "3.3.1" }, "engines": { "node": ">=14.0.0" @@ -38011,26 +38011,26 @@ }, "packages/metrics-util": { "name": "@instana/metrics-util", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", - "@instana/serverless": "3.3.0", - "@instana/shared-metrics": "3.3.0", + "@instana/core": "3.3.1", + "@instana/serverless": "3.3.1", + "@instana/shared-metrics": "3.3.1", "node-fetch": "^2.6.7" } }, "packages/opentelemetry-exporter": { "name": "@instana/opentelemetry-exporter", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { - "@instana/serverless": "3.3.0", + "@instana/serverless": "3.3.1", "@opentelemetry/api": "1.4.1", "@opentelemetry/core": "1.17.1" }, "devDependencies": { - "@instana/core": "3.3.0", + "@instana/core": "3.3.1", "@opentelemetry/auto-instrumentations-node": "0.40.2", "@opentelemetry/resources": "1.14.0", "@opentelemetry/sdk-node": "0.49.1", @@ -39344,13 +39344,13 @@ }, "packages/opentelemetry-sampler": { "name": "@instana/opentelemetry-sampler", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { "@opentelemetry/api": "1.4.1" }, "devDependencies": { - "@instana/core": "3.3.0", + "@instana/core": "3.3.1", "@opentelemetry/auto-instrumentations-node": "0.40.2", "@opentelemetry/exporter-trace-otlp-http": "0.44.0", "@opentelemetry/propagator-instana": "0.3.1", @@ -40797,20 +40797,20 @@ }, "packages/serverless": { "name": "@instana/serverless", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", + "@instana/core": "3.3.1", "agent-base": "^6.0.2", "https-proxy-agent": "^7.0.2" } }, "packages/shared-metrics": { "name": "@instana/shared-metrics", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", + "@instana/core": "3.3.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 7def12d6b0..88f87d054b 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.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +**Note:** Version bump only for package @instana/autoprofile + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) **Note:** Version bump only for package @instana/autoprofile diff --git a/packages/autoprofile/package.json b/packages/autoprofile/package.json index bdcb9b87d4..64fe03c9ed 100644 --- a/packages/autoprofile/package.json +++ b/packages/autoprofile/package.json @@ -1,6 +1,6 @@ { "name": "@instana/autoprofile", - "version": "3.3.0", + "version": "3.3.1", "description": "Automatic Node.js Profiler", "author": { "name": "Dmitri Melikyan", @@ -49,7 +49,7 @@ } ], "dependencies": { - "@instana/core": "3.3.0", + "@instana/core": "3.3.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 1078de30d0..708ea515fe 100644 --- a/packages/aws-fargate/CHANGELOG.md +++ b/packages/aws-fargate/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +### Bug Fixes + +- resolved esm loader issue for manual instrumentation node v18.19.0 and above ([#1063](https://github.com/instana/nodejs/issues/1063)) ([d69aff8](https://github.com/instana/nodejs/commit/d69aff86016a8b671a4ca97956d910b0ad51c99a)) + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) **Note:** Version bump only for package @instana/aws-fargate diff --git a/packages/aws-fargate/package.json b/packages/aws-fargate/package.json index 61940524f0..8ecb5cff23 100644 --- a/packages/aws-fargate/package.json +++ b/packages/aws-fargate/package.json @@ -1,6 +1,6 @@ { "name": "@instana/aws-fargate", - "version": "3.3.0", + "version": "3.3.1", "description": "Instana tracing and monitoring for Node.js based AWS Fargate tasks", "author": { "name": "Bastian Krol", @@ -66,9 +66,9 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", - "@instana/metrics-util": "3.3.0", - "@instana/serverless": "3.3.0" + "@instana/core": "3.3.1", + "@instana/metrics-util": "3.3.1", + "@instana/serverless": "3.3.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 259b0ae8b2..d73f71dbb1 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.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +**Note:** Version bump only for package instana-aws-lambda-auto-wrap + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) **Note:** Version bump only for package instana-aws-lambda-auto-wrap diff --git a/packages/aws-lambda-auto-wrap/package.json b/packages/aws-lambda-auto-wrap/package.json index 08d3a40912..296ccfe13c 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.3.0", + "version": "3.3.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.3.0", - "@instana/core": "3.3.0" + "@instana/aws-lambda": "3.3.1", + "@instana/core": "3.3.1" } } diff --git a/packages/aws-lambda/CHANGELOG.md b/packages/aws-lambda/CHANGELOG.md index c28425d827..2febdfdc39 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.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +**Note:** Version bump only for package @instana/aws-lambda + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) **Note:** Version bump only for package @instana/aws-lambda diff --git a/packages/aws-lambda/package.json b/packages/aws-lambda/package.json index b11912613c..659f16d4e8 100644 --- a/packages/aws-lambda/package.json +++ b/packages/aws-lambda/package.json @@ -1,6 +1,6 @@ { "name": "@instana/aws-lambda", - "version": "3.3.0", + "version": "3.3.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.3.0", - "@instana/serverless": "3.3.0" + "@instana/core": "3.3.1", + "@instana/serverless": "3.3.1" } } diff --git a/packages/azure-container-services/CHANGELOG.md b/packages/azure-container-services/CHANGELOG.md index d9de568454..a9e57e1430 100644 --- a/packages/azure-container-services/CHANGELOG.md +++ b/packages/azure-container-services/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +### Bug Fixes + +- resolved esm loader issue for manual instrumentation node v18.19.0 and above ([#1063](https://github.com/instana/nodejs/issues/1063)) ([d69aff8](https://github.com/instana/nodejs/commit/d69aff86016a8b671a4ca97956d910b0ad51c99a)) + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) **Note:** Version bump only for package @instana/azure-container-services diff --git a/packages/azure-container-services/package.json b/packages/azure-container-services/package.json index 49a0f4a26e..19c5812f7b 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.3.0", + "version": "3.3.1", "description": "Instana tracing and monitoring for Node.js based Azure Container Services", "author": { "name": "Arya Mohanan", @@ -63,7 +63,7 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", - "@instana/serverless": "3.3.0" + "@instana/core": "3.3.1", + "@instana/serverless": "3.3.1" } } diff --git a/packages/collector/CHANGELOG.md b/packages/collector/CHANGELOG.md index dcb897a909..3313f0a2ea 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.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +### Bug Fixes + +- resolved esm loader issue for manual instrumentation node v18.19.0 and above ([#1063](https://github.com/instana/nodejs/issues/1063)) ([d69aff8](https://github.com/instana/nodejs/commit/d69aff86016a8b671a4ca97956d910b0ad51c99a)) +- **security:** resolved security vulnerability in the tar package. ([#1106](https://github.com/instana/nodejs/issues/1106)) ([d863aa8](https://github.com/instana/nodejs/commit/d863aa8acae7b891cd625c92b6dbc5bf8b2c4f1b)) + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) ### Bug Fixes diff --git a/packages/collector/package.json b/packages/collector/package.json index ec0f53e290..cbdccc955f 100644 --- a/packages/collector/package.json +++ b/packages/collector/package.json @@ -1,6 +1,6 @@ { "name": "@instana/collector", - "version": "3.3.0", + "version": "3.3.1", "description": "The Instana Node.js metrics and trace data collector", "author": { "name": "Ben Ripkens", @@ -78,14 +78,14 @@ "url": "https://github.com/instana/nodejs/issues" }, "dependencies": { - "@instana/core": "3.3.0", - "@instana/shared-metrics": "3.3.0", + "@instana/core": "3.3.1", + "@instana/shared-metrics": "3.3.1", "bunyan": "^1.8.15", "semver": "^7.5.4", "serialize-error": "^8.1.0" }, "optionalDependencies": { - "@instana/autoprofile": "3.3.0" + "@instana/autoprofile": "3.3.1" }, "devDependencies": { "@types/bunyan": "^1.8.8", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 51753e3b9a..d16a1a802b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +### Bug Fixes + +- resolved esm loader issue for manual instrumentation node v18.19.0 and above ([#1063](https://github.com/instana/nodejs/issues/1063)) ([d69aff8](https://github.com/instana/nodejs/commit/d69aff86016a8b671a4ca97956d910b0ad51c99a)) + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 168a40dd95..9f97440c9f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@instana/core", - "version": "3.3.0", + "version": "3.3.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 ef7dcb20bf..0b8441b76e 100644 --- a/packages/google-cloud-run/CHANGELOG.md +++ b/packages/google-cloud-run/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +### Bug Fixes + +- resolved esm loader issue for manual instrumentation node v18.19.0 and above ([#1063](https://github.com/instana/nodejs/issues/1063)) ([d69aff8](https://github.com/instana/nodejs/commit/d69aff86016a8b671a4ca97956d910b0ad51c99a)) + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) **Note:** Version bump only for package @instana/google-cloud-run diff --git a/packages/google-cloud-run/package.json b/packages/google-cloud-run/package.json index d863082cf4..ae281c6d74 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.3.0", + "version": "3.3.1", "description": "Instana tracing and monitoring for Node.js based Google Cloud Run services", "author": { "name": "Bastian Krol", @@ -66,9 +66,9 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", - "@instana/metrics-util": "3.3.0", - "@instana/serverless": "3.3.0" + "@instana/core": "3.3.1", + "@instana/metrics-util": "3.3.1", + "@instana/serverless": "3.3.1" }, "engines": { "node": ">=14.0.0" diff --git a/packages/metrics-util/CHANGELOG.md b/packages/metrics-util/CHANGELOG.md index d0aba5f303..81dba1a682 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.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +**Note:** Version bump only for package @instana/metrics-util + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) **Note:** Version bump only for package @instana/metrics-util diff --git a/packages/metrics-util/package.json b/packages/metrics-util/package.json index 22664d9faf..0608d02d50 100644 --- a/packages/metrics-util/package.json +++ b/packages/metrics-util/package.json @@ -1,6 +1,6 @@ { "name": "@instana/metrics-util", - "version": "3.3.0", + "version": "3.3.1", "description": "Internal utility library for Instana metric collection", "author": { "name": "Bastian Krol", @@ -60,9 +60,9 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "3.3.0", - "@instana/serverless": "3.3.0", - "@instana/shared-metrics": "3.3.0", + "@instana/core": "3.3.1", + "@instana/serverless": "3.3.1", + "@instana/shared-metrics": "3.3.1", "node-fetch": "^2.6.7" } } diff --git a/packages/opentelemetry-exporter/CHANGELOG.md b/packages/opentelemetry-exporter/CHANGELOG.md index 5859186e69..36505ae77d 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.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +**Note:** Version bump only for package @instana/opentelemetry-exporter + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) **Note:** Version bump only for package @instana/opentelemetry-exporter diff --git a/packages/opentelemetry-exporter/package.json b/packages/opentelemetry-exporter/package.json index 3608a0eda0..5c329b3eb5 100644 --- a/packages/opentelemetry-exporter/package.json +++ b/packages/opentelemetry-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@instana/opentelemetry-exporter", - "version": "3.3.0", + "version": "3.3.1", "description": "OpenTelemetry Instana Exporter", "keywords": [ "opentelemetry", @@ -56,12 +56,12 @@ } ], "dependencies": { - "@instana/serverless": "3.3.0", + "@instana/serverless": "3.3.1", "@opentelemetry/api": "1.4.1", "@opentelemetry/core": "1.17.1" }, "devDependencies": { - "@instana/core": "3.3.0", + "@instana/core": "3.3.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 05dafaf892..53ce36c656 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.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +**Note:** Version bump only for package @instana/opentelemetry-sampler + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) **Note:** Version bump only for package @instana/opentelemetry-sampler diff --git a/packages/opentelemetry-sampler/package.json b/packages/opentelemetry-sampler/package.json index 443ad3ab8f..a458766041 100644 --- a/packages/opentelemetry-sampler/package.json +++ b/packages/opentelemetry-sampler/package.json @@ -1,6 +1,6 @@ { "name": "@instana/opentelemetry-sampler", - "version": "3.3.0", + "version": "3.3.1", "description": "OpenTelemetry Instana sampler", "keywords": [ "opentelemetry", @@ -55,7 +55,7 @@ "@opentelemetry/api": "1.4.1" }, "devDependencies": { - "@instana/core": "3.3.0", + "@instana/core": "3.3.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 249c968ce5..07df8357d2 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.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +**Note:** Version bump only for package @instana/serverless + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) **Note:** Version bump only for package @instana/serverless diff --git a/packages/serverless/package.json b/packages/serverless/package.json index 76be35a082..812f8f051e 100644 --- a/packages/serverless/package.json +++ b/packages/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@instana/serverless", - "version": "3.3.0", + "version": "3.3.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.3.0", + "@instana/core": "3.3.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 726962fe98..3a9dd41c70 100644 --- a/packages/shared-metrics/CHANGELOG.md +++ b/packages/shared-metrics/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.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) + +### Bug Fixes + +- resolved esm loader issue for manual instrumentation node v18.19.0 and above ([#1063](https://github.com/instana/nodejs/issues/1063)) ([d69aff8](https://github.com/instana/nodejs/commit/d69aff86016a8b671a4ca97956d910b0ad51c99a)) +- **security:** resolved security vulnerability in the tar package. ([#1106](https://github.com/instana/nodejs/issues/1106)) ([d863aa8](https://github.com/instana/nodejs/commit/d863aa8acae7b891cd625c92b6dbc5bf8b2c4f1b)) + # [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) **Note:** Version bump only for package @instana/shared-metrics diff --git a/packages/shared-metrics/package.json b/packages/shared-metrics/package.json index 6e532fa109..46fb4d0ac7 100644 --- a/packages/shared-metrics/package.json +++ b/packages/shared-metrics/package.json @@ -1,6 +1,6 @@ { "name": "@instana/shared-metrics", - "version": "3.3.0", + "version": "3.3.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.3.0", + "@instana/core": "3.3.1", "detect-libc": "^2.0.2", "event-loop-lag": "^1.4.0", "recursive-copy": "^2.0.13",