From cac14d4c9f5efa60edee223d45d6220a79336508 Mon Sep 17 00:00:00 2001 From: "IBM/Instana/Team Node.js" Date: Tue, 14 Jan 2025 13:49:14 +0000 Subject: [PATCH] v4.5.3 --- CHANGELOG.md | 6 ++ lerna.json | 2 +- package-lock.json | 80 +++++++++---------- packages/autoprofile/CHANGELOG.md | 4 + packages/autoprofile/package.json | 4 +- packages/aws-fargate/CHANGELOG.md | 6 ++ packages/aws-fargate/package.json | 8 +- packages/aws-lambda-auto-wrap/CHANGELOG.md | 4 + packages/aws-lambda-auto-wrap/package.json | 6 +- packages/aws-lambda/CHANGELOG.md | 6 ++ packages/aws-lambda/package.json | 6 +- .../azure-container-services/CHANGELOG.md | 6 ++ .../azure-container-services/package.json | 6 +- packages/collector/CHANGELOG.md | 6 ++ packages/collector/package.json | 8 +- packages/core/CHANGELOG.md | 6 ++ packages/core/package.json | 2 +- packages/google-cloud-run/CHANGELOG.md | 6 ++ packages/google-cloud-run/package.json | 8 +- packages/metrics-util/CHANGELOG.md | 4 + packages/metrics-util/package.json | 8 +- packages/opentelemetry-exporter/CHANGELOG.md | 4 + packages/opentelemetry-exporter/package.json | 6 +- packages/opentelemetry-sampler/CHANGELOG.md | 4 + packages/opentelemetry-sampler/package.json | 4 +- packages/serverless-collector/CHANGELOG.md | 6 ++ packages/serverless-collector/package.json | 6 +- packages/serverless/CHANGELOG.md | 6 ++ packages/serverless/package.json | 4 +- packages/shared-metrics/CHANGELOG.md | 6 ++ packages/shared-metrics/package.json | 4 +- 31 files changed, 161 insertions(+), 81 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5da1f109..460227e14d 100644 --- a/CHANGELOG.md +++ b/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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +### Bug Fixes + +- resolved more logging objects structure ([#1510](https://github.com/instana/nodejs/issues/1510)) ([bd4c9bb](https://github.com/instana/nodejs/commit/bd4c9bbda2c82aee7f6c59fcca03ac5588566839)) + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9b862a4264..bfb65b17fe 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "4.5.2", + "version": "4.5.3", "command": { "publish": { "forcePublish": "*", diff --git a/package-lock.json b/package-lock.json index 213018da6d..01f84348f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57372,11 +57372,11 @@ }, "packages/autoprofile": { "name": "@instana/autoprofile", - "version": "4.5.2", + "version": "4.5.3", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { - "@instana/core": "4.5.2", + "@instana/core": "4.5.3", "detect-libc": "^2.0.2", "nan": "^2.14.2", "node-gyp-build": "^4.7.1", @@ -57406,12 +57406,12 @@ }, "packages/aws-fargate": { "name": "@instana/aws-fargate", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", - "@instana/metrics-util": "4.5.2", - "@instana/serverless": "4.5.2" + "@instana/core": "4.5.3", + "@instana/metrics-util": "4.5.3", + "@instana/serverless": "4.5.3" }, "engines": { "node": ">=18.0.0" @@ -57419,11 +57419,11 @@ }, "packages/aws-lambda": { "name": "@instana/aws-lambda", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", - "@instana/serverless": "4.5.2" + "@instana/core": "4.5.3", + "@instana/serverless": "4.5.3" }, "engines": { "node": ">=18.0.0" @@ -57431,20 +57431,20 @@ }, "packages/aws-lambda-auto-wrap": { "name": "instana-aws-lambda-auto-wrap", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { - "@instana/aws-lambda": "4.5.2", - "@instana/core": "4.5.2" + "@instana/aws-lambda": "4.5.3", + "@instana/core": "4.5.3" } }, "packages/azure-container-services": { "name": "@instana/azure-container-services", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", - "@instana/serverless": "4.5.2" + "@instana/core": "4.5.3", + "@instana/serverless": "4.5.3" }, "engines": { "node": ">=18.0.0" @@ -57452,11 +57452,11 @@ }, "packages/collector": { "name": "@instana/collector", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", - "@instana/shared-metrics": "4.5.2", + "@instana/core": "4.5.3", + "@instana/shared-metrics": "4.5.3", "pino": "^9.6.0", "semver": "^7.5.4", "serialize-error": "^8.1.0" @@ -57472,7 +57472,7 @@ "node": ">=18.0.0" }, "optionalDependencies": { - "@instana/autoprofile": "4.5.2" + "@instana/autoprofile": "4.5.3" } }, "packages/collector/node_modules/bl": { @@ -57938,7 +57938,7 @@ }, "packages/core": { "name": "@instana/core", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { "@opentelemetry/api": "1.9.0", @@ -58287,12 +58287,12 @@ }, "packages/google-cloud-run": { "name": "@instana/google-cloud-run", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", - "@instana/metrics-util": "4.5.2", - "@instana/serverless": "4.5.2" + "@instana/core": "4.5.3", + "@instana/metrics-util": "4.5.3", + "@instana/serverless": "4.5.3" }, "engines": { "node": ">=18.0.0" @@ -58300,12 +58300,12 @@ }, "packages/metrics-util": { "name": "@instana/metrics-util", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", - "@instana/serverless": "4.5.2", - "@instana/shared-metrics": "4.5.2", + "@instana/core": "4.5.3", + "@instana/serverless": "4.5.3", + "@instana/shared-metrics": "4.5.3", "node-fetch": "^2.6.7" } }, @@ -58349,15 +58349,15 @@ }, "packages/opentelemetry-exporter": { "name": "@instana/opentelemetry-exporter", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { - "@instana/serverless": "4.5.2", + "@instana/serverless": "4.5.3", "@opentelemetry/api": "1.4.1", "@opentelemetry/core": "1.17.1" }, "devDependencies": { - "@instana/core": "4.5.2", + "@instana/core": "4.5.3", "@opentelemetry/auto-instrumentations-node": "0.40.2", "@opentelemetry/resources": "1.14.0", "@opentelemetry/sdk-node": "0.49.1", @@ -59713,13 +59713,13 @@ }, "packages/opentelemetry-sampler": { "name": "@instana/opentelemetry-sampler", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { "@opentelemetry/api": "1.4.1" }, "devDependencies": { - "@instana/core": "4.5.2", + "@instana/core": "4.5.3", "@opentelemetry/auto-instrumentations-node": "0.40.2", "@opentelemetry/exporter-trace-otlp-http": "0.44.0", "@opentelemetry/propagator-instana": "0.3.1", @@ -61208,29 +61208,29 @@ }, "packages/serverless": { "name": "@instana/serverless", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", + "@instana/core": "4.5.3", "agent-base": "^6.0.2", "https-proxy-agent": "^7.0.2" } }, "packages/serverless-collector": { "name": "@instana/serverless-collector", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", - "@instana/serverless": "4.5.2" + "@instana/core": "4.5.3", + "@instana/serverless": "4.5.3" } }, "packages/shared-metrics": { "name": "@instana/shared-metrics", - "version": "4.5.2", + "version": "4.5.3", "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", + "@instana/core": "4.5.3", "detect-libc": "^2.0.2", "event-loop-lag": "^1.4.0", "semver": "^7.5.4", diff --git a/packages/autoprofile/CHANGELOG.md b/packages/autoprofile/CHANGELOG.md index be36766407..e41af121de 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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +**Note:** Version bump only for package @instana/autoprofile + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) **Note:** Version bump only for package @instana/autoprofile diff --git a/packages/autoprofile/package.json b/packages/autoprofile/package.json index b28fa2858a..8ff2447a41 100644 --- a/packages/autoprofile/package.json +++ b/packages/autoprofile/package.json @@ -1,6 +1,6 @@ { "name": "@instana/autoprofile", - "version": "4.5.2", + "version": "4.5.3", "description": "Automatic Node.js Profiler", "author": { "name": "Dmitri Melikyan", @@ -49,7 +49,7 @@ } ], "dependencies": { - "@instana/core": "4.5.2", + "@instana/core": "4.5.3", "detect-libc": "^2.0.2", "nan": "^2.14.2", "node-gyp-build": "^4.7.1", diff --git a/packages/aws-fargate/CHANGELOG.md b/packages/aws-fargate/CHANGELOG.md index f796f78836..f6e0962398 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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +### Bug Fixes + +- resolved more logging objects structure ([#1510](https://github.com/instana/nodejs/issues/1510)) ([bd4c9bb](https://github.com/instana/nodejs/commit/bd4c9bbda2c82aee7f6c59fcca03ac5588566839)) + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) ### Bug Fixes diff --git a/packages/aws-fargate/package.json b/packages/aws-fargate/package.json index ece1484fa4..3622977653 100644 --- a/packages/aws-fargate/package.json +++ b/packages/aws-fargate/package.json @@ -1,6 +1,6 @@ { "name": "@instana/aws-fargate", - "version": "4.5.2", + "version": "4.5.3", "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": "4.5.2", - "@instana/metrics-util": "4.5.2", - "@instana/serverless": "4.5.2" + "@instana/core": "4.5.3", + "@instana/metrics-util": "4.5.3", + "@instana/serverless": "4.5.3" }, "engines": { "node": ">=18.0.0" diff --git a/packages/aws-lambda-auto-wrap/CHANGELOG.md b/packages/aws-lambda-auto-wrap/CHANGELOG.md index 71c5be8176..74734ec02e 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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +**Note:** Version bump only for package instana-aws-lambda-auto-wrap + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) **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 a80166242d..a8cb9faf99 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": "4.5.2", + "version": "4.5.3", "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": "4.5.2", - "@instana/core": "4.5.2" + "@instana/aws-lambda": "4.5.3", + "@instana/core": "4.5.3" } } diff --git a/packages/aws-lambda/CHANGELOG.md b/packages/aws-lambda/CHANGELOG.md index 42f6e6715b..3ab351cda2 100644 --- a/packages/aws-lambda/CHANGELOG.md +++ b/packages/aws-lambda/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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +### Bug Fixes + +- resolved more logging objects structure ([#1510](https://github.com/instana/nodejs/issues/1510)) ([bd4c9bb](https://github.com/instana/nodejs/commit/bd4c9bbda2c82aee7f6c59fcca03ac5588566839)) + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) ### Bug Fixes diff --git a/packages/aws-lambda/package.json b/packages/aws-lambda/package.json index f9633e09a9..e4208fe752 100644 --- a/packages/aws-lambda/package.json +++ b/packages/aws-lambda/package.json @@ -1,6 +1,6 @@ { "name": "@instana/aws-lambda", - "version": "4.5.2", + "version": "4.5.3", "description": "Instana tracing and monitoring for Node.js based AWS Lambdas", "author": { "name": "Bastian Krol", @@ -69,7 +69,7 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", - "@instana/serverless": "4.5.2" + "@instana/core": "4.5.3", + "@instana/serverless": "4.5.3" } } diff --git a/packages/azure-container-services/CHANGELOG.md b/packages/azure-container-services/CHANGELOG.md index 7ac398c659..4b2b52dd20 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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +### Bug Fixes + +- resolved more logging objects structure ([#1510](https://github.com/instana/nodejs/issues/1510)) ([bd4c9bb](https://github.com/instana/nodejs/commit/bd4c9bbda2c82aee7f6c59fcca03ac5588566839)) + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) **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 25339157f4..2ab32f7f15 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": "4.5.2", + "version": "4.5.3", "description": "Instana tracing and monitoring for Node.js based Azure Container Services", "author": { "name": "Arya Mohanan", @@ -66,7 +66,7 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", - "@instana/serverless": "4.5.2" + "@instana/core": "4.5.3", + "@instana/serverless": "4.5.3" } } diff --git a/packages/collector/CHANGELOG.md b/packages/collector/CHANGELOG.md index 27db7db965..20ef2f8c18 100644 --- a/packages/collector/CHANGELOG.md +++ b/packages/collector/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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +### Bug Fixes + +- resolved more logging objects structure ([#1510](https://github.com/instana/nodejs/issues/1510)) ([bd4c9bb](https://github.com/instana/nodejs/commit/bd4c9bbda2c82aee7f6c59fcca03ac5588566839)) + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) ### Bug Fixes diff --git a/packages/collector/package.json b/packages/collector/package.json index a1f838a1d7..6ed799965f 100644 --- a/packages/collector/package.json +++ b/packages/collector/package.json @@ -1,6 +1,6 @@ { "name": "@instana/collector", - "version": "4.5.2", + "version": "4.5.3", "description": "The Instana Node.js metrics and trace data collector", "author": { "name": "Ben Ripkens", @@ -83,14 +83,14 @@ "url": "https://github.com/instana/nodejs/issues" }, "dependencies": { - "@instana/core": "4.5.2", - "@instana/shared-metrics": "4.5.2", + "@instana/core": "4.5.3", + "@instana/shared-metrics": "4.5.3", "pino": "^9.6.0", "semver": "^7.5.4", "serialize-error": "^8.1.0" }, "optionalDependencies": { - "@instana/autoprofile": "4.5.2" + "@instana/autoprofile": "4.5.3" }, "devDependencies": { "opentracing": "^0.14.5", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8256d3c9a1..df89893865 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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +### Bug Fixes + +- resolved more logging objects structure ([#1510](https://github.com/instana/nodejs/issues/1510)) ([bd4c9bb](https://github.com/instana/nodejs/commit/bd4c9bbda2c82aee7f6c59fcca03ac5588566839)) + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 137024d6cb..2cab8889d4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@instana/core", - "version": "4.5.2", + "version": "4.5.3", "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 e23fc5cf08..46bc30702c 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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +### Bug Fixes + +- resolved more logging objects structure ([#1510](https://github.com/instana/nodejs/issues/1510)) ([bd4c9bb](https://github.com/instana/nodejs/commit/bd4c9bbda2c82aee7f6c59fcca03ac5588566839)) + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) ### Bug Fixes diff --git a/packages/google-cloud-run/package.json b/packages/google-cloud-run/package.json index 766a955abd..3588cfb78f 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": "4.5.2", + "version": "4.5.3", "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": "4.5.2", - "@instana/metrics-util": "4.5.2", - "@instana/serverless": "4.5.2" + "@instana/core": "4.5.3", + "@instana/metrics-util": "4.5.3", + "@instana/serverless": "4.5.3" }, "engines": { "node": ">=18.0.0" diff --git a/packages/metrics-util/CHANGELOG.md b/packages/metrics-util/CHANGELOG.md index eb668415d3..b0b1140361 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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +**Note:** Version bump only for package @instana/metrics-util + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) **Note:** Version bump only for package @instana/metrics-util diff --git a/packages/metrics-util/package.json b/packages/metrics-util/package.json index 4ba43b353c..ee53ec1c52 100644 --- a/packages/metrics-util/package.json +++ b/packages/metrics-util/package.json @@ -1,6 +1,6 @@ { "name": "@instana/metrics-util", - "version": "4.5.2", + "version": "4.5.3", "description": "Internal utility library for Instana metric collection", "author": { "name": "Bastian Krol", @@ -60,9 +60,9 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", - "@instana/serverless": "4.5.2", - "@instana/shared-metrics": "4.5.2", + "@instana/core": "4.5.3", + "@instana/serverless": "4.5.3", + "@instana/shared-metrics": "4.5.3", "node-fetch": "^2.6.7" } } diff --git a/packages/opentelemetry-exporter/CHANGELOG.md b/packages/opentelemetry-exporter/CHANGELOG.md index a9b7d478fe..ef15c303a8 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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +**Note:** Version bump only for package @instana/opentelemetry-exporter + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) **Note:** Version bump only for package @instana/opentelemetry-exporter diff --git a/packages/opentelemetry-exporter/package.json b/packages/opentelemetry-exporter/package.json index c578000384..cedb0f30ac 100644 --- a/packages/opentelemetry-exporter/package.json +++ b/packages/opentelemetry-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@instana/opentelemetry-exporter", - "version": "4.5.2", + "version": "4.5.3", "description": "OpenTelemetry Instana Exporter", "keywords": [ "opentelemetry", @@ -56,12 +56,12 @@ } ], "dependencies": { - "@instana/serverless": "4.5.2", + "@instana/serverless": "4.5.3", "@opentelemetry/api": "1.4.1", "@opentelemetry/core": "1.17.1" }, "devDependencies": { - "@instana/core": "4.5.2", + "@instana/core": "4.5.3", "@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 d1a2cb8307..9ad2657d46 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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +**Note:** Version bump only for package @instana/opentelemetry-sampler + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) **Note:** Version bump only for package @instana/opentelemetry-sampler diff --git a/packages/opentelemetry-sampler/package.json b/packages/opentelemetry-sampler/package.json index b7d2a455ed..be07f2c1b2 100644 --- a/packages/opentelemetry-sampler/package.json +++ b/packages/opentelemetry-sampler/package.json @@ -1,6 +1,6 @@ { "name": "@instana/opentelemetry-sampler", - "version": "4.5.2", + "version": "4.5.3", "description": "OpenTelemetry Instana sampler", "keywords": [ "opentelemetry", @@ -55,7 +55,7 @@ "@opentelemetry/api": "1.4.1" }, "devDependencies": { - "@instana/core": "4.5.2", + "@instana/core": "4.5.3", "@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-collector/CHANGELOG.md b/packages/serverless-collector/CHANGELOG.md index b10c94377d..fd03bfd76e 100644 --- a/packages/serverless-collector/CHANGELOG.md +++ b/packages/serverless-collector/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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +### Bug Fixes + +- resolved more logging objects structure ([#1510](https://github.com/instana/nodejs/issues/1510)) ([bd4c9bb](https://github.com/instana/nodejs/commit/bd4c9bbda2c82aee7f6c59fcca03ac5588566839)) + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) ### Bug Fixes diff --git a/packages/serverless-collector/package.json b/packages/serverless-collector/package.json index fcb97c6087..c76e47c322 100644 --- a/packages/serverless-collector/package.json +++ b/packages/serverless-collector/package.json @@ -1,6 +1,6 @@ { "name": "@instana/serverless-collector", - "version": "4.5.2", + "version": "4.5.3", "description": "The Instana Node.js trace data collector for serverless environments.", "author": { "name": "Joice Joy", @@ -60,7 +60,7 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "4.5.2", - "@instana/serverless": "4.5.2" + "@instana/core": "4.5.3", + "@instana/serverless": "4.5.3" } } diff --git a/packages/serverless/CHANGELOG.md b/packages/serverless/CHANGELOG.md index 999b51ab66..0dfa8e1c38 100644 --- a/packages/serverless/CHANGELOG.md +++ b/packages/serverless/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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +### Bug Fixes + +- resolved more logging objects structure ([#1510](https://github.com/instana/nodejs/issues/1510)) ([bd4c9bb](https://github.com/instana/nodejs/commit/bd4c9bbda2c82aee7f6c59fcca03ac5588566839)) + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) ### Bug Fixes diff --git a/packages/serverless/package.json b/packages/serverless/package.json index c50a68d1b9..0fe5f541fd 100644 --- a/packages/serverless/package.json +++ b/packages/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@instana/serverless", - "version": "4.5.2", + "version": "4.5.3", "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": "4.5.2", + "@instana/core": "4.5.3", "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 a15a022af7..8dbc25c845 100644 --- a/packages/shared-metrics/CHANGELOG.md +++ b/packages/shared-metrics/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. +## [4.5.3](https://github.com/instana/nodejs/compare/v4.5.2...v4.5.3) (2025-01-14) + +### Bug Fixes + +- resolved more logging objects structure ([#1510](https://github.com/instana/nodejs/issues/1510)) ([bd4c9bb](https://github.com/instana/nodejs/commit/bd4c9bbda2c82aee7f6c59fcca03ac5588566839)) + ## [4.5.2](https://github.com/instana/nodejs/compare/v4.5.1...v4.5.2) (2025-01-13) ### Bug Fixes diff --git a/packages/shared-metrics/package.json b/packages/shared-metrics/package.json index 8fdbe7893f..7e7357e472 100644 --- a/packages/shared-metrics/package.json +++ b/packages/shared-metrics/package.json @@ -1,6 +1,6 @@ { "name": "@instana/shared-metrics", - "version": "4.5.2", + "version": "4.5.3", "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": "4.5.2", + "@instana/core": "4.5.3", "detect-libc": "^2.0.2", "event-loop-lag": "^1.4.0", "semver": "^7.5.4",