diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f4f7e35e..25c8d2fc06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + + +### Bug Fixes + +* **sqs, sns:** do not add message attributes if that would violate limit ([23c8ca1](https://github.com/instana/nodejs/commit/23c8ca15f82d2e9ea917d710311f6261bbbd6a53)) + + + + + # 2.7.0 (2022-08-31) diff --git a/lerna.json b/lerna.json index 55e45209f5..2253f731b4 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "2.7.0", + "version": "2.7.1", "command": { "publish": { "forcePublish": "*", diff --git a/packages/autoprofile/CHANGELOG.md b/packages/autoprofile/CHANGELOG.md index 02047d8b13..fc2f9498d5 100644 --- a/packages/autoprofile/CHANGELOG.md +++ b/packages/autoprofile/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. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + +**Note:** Version bump only for package @instana/autoprofile + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/autoprofile/package-lock.json b/packages/autoprofile/package-lock.json index 240d0adc21..9213e624c2 100644 --- a/packages/autoprofile/package-lock.json +++ b/packages/autoprofile/package-lock.json @@ -1,6 +1,6 @@ { "name": "@instana/autoprofile", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/autoprofile/package.json b/packages/autoprofile/package.json index d041f08c0d..3d652c65bb 100644 --- a/packages/autoprofile/package.json +++ b/packages/autoprofile/package.json @@ -1,6 +1,6 @@ { "name": "@instana/autoprofile", - "version": "2.7.0", + "version": "2.7.1", "description": "Automatic Node.js Profiler", "author": { "name": "Dmitri Melikyan", diff --git a/packages/aws-fargate/CHANGELOG.md b/packages/aws-fargate/CHANGELOG.md index e038c4316e..35532eb487 100644 --- a/packages/aws-fargate/CHANGELOG.md +++ b/packages/aws-fargate/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. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + +**Note:** Version bump only for package @instana/aws-fargate + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/aws-fargate/package-lock.json b/packages/aws-fargate/package-lock.json index 4b219a7e7a..05d2355f9c 100644 --- a/packages/aws-fargate/package-lock.json +++ b/packages/aws-fargate/package-lock.json @@ -1,6 +1,6 @@ { "name": "@instana/aws-fargate", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/aws-fargate/package.json b/packages/aws-fargate/package.json index 23764e1e9c..78488f50a4 100644 --- a/packages/aws-fargate/package.json +++ b/packages/aws-fargate/package.json @@ -1,6 +1,6 @@ { "name": "@instana/aws-fargate", - "version": "2.7.0", + "version": "2.7.1", "description": "Instana tracing and monitoring for Node.js based AWS Fargate tasks", "author": { "name": "Bastian Krol", @@ -63,9 +63,9 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "2.7.0", - "@instana/metrics-util": "2.7.0", - "@instana/serverless": "2.7.0" + "@instana/core": "2.7.1", + "@instana/metrics-util": "2.7.1", + "@instana/serverless": "2.7.1" }, "devDependencies": { "no-code2": "2.0.0" diff --git a/packages/aws-lambda-auto-wrap/CHANGELOG.md b/packages/aws-lambda-auto-wrap/CHANGELOG.md index 8791bee0ce..5271ec33ac 100644 --- a/packages/aws-lambda-auto-wrap/CHANGELOG.md +++ b/packages/aws-lambda-auto-wrap/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. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + +**Note:** Version bump only for package instana-aws-lambda-auto-wrap + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/aws-lambda-auto-wrap/package-lock.json b/packages/aws-lambda-auto-wrap/package-lock.json index 034ebdf122..471c8c33bb 100644 --- a/packages/aws-lambda-auto-wrap/package-lock.json +++ b/packages/aws-lambda-auto-wrap/package-lock.json @@ -1,6 +1,6 @@ { "name": "instana-aws-lambda-auto-wrap", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/aws-lambda-auto-wrap/package.json b/packages/aws-lambda-auto-wrap/package.json index e6ef6d252b..ded23ead17 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": "2.7.0", + "version": "2.7.1", "description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.", "author": { "name": "Bastian Krol", @@ -63,7 +63,7 @@ "url": "https://github.com/instana/nodejs/issues" }, "dependencies": { - "@instana/aws-lambda": "2.7.0" + "@instana/aws-lambda": "2.7.1" }, "devDependencies": { "no-code2": "2.0.0" diff --git a/packages/aws-lambda/CHANGELOG.md b/packages/aws-lambda/CHANGELOG.md index e247171dca..93e8746441 100644 --- a/packages/aws-lambda/CHANGELOG.md +++ b/packages/aws-lambda/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. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + +**Note:** Version bump only for package @instana/aws-lambda + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/aws-lambda/package-lock.json b/packages/aws-lambda/package-lock.json index 737a328be7..03110078d2 100644 --- a/packages/aws-lambda/package-lock.json +++ b/packages/aws-lambda/package-lock.json @@ -1,6 +1,6 @@ { "name": "@instana/aws-lambda", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/aws-lambda/package.json b/packages/aws-lambda/package.json index 6105e16eaf..09b601b5ea 100644 --- a/packages/aws-lambda/package.json +++ b/packages/aws-lambda/package.json @@ -1,6 +1,6 @@ { "name": "@instana/aws-lambda", - "version": "2.7.0", + "version": "2.7.1", "description": "Instana tracing and monitoring for Node.js based AWS Lambdas", "author": { "name": "Bastian Krol", @@ -68,8 +68,8 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "2.7.0", - "@instana/serverless": "2.7.0" + "@instana/core": "2.7.1", + "@instana/serverless": "2.7.1" }, "devDependencies": { "no-code2": "2.0.0" diff --git a/packages/collector/CHANGELOG.md b/packages/collector/CHANGELOG.md index d9449297bf..11ff0e9d61 100644 --- a/packages/collector/CHANGELOG.md +++ b/packages/collector/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + + +### Bug Fixes + +* **sqs, sns:** do not add message attributes if that would violate limit ([23c8ca1](https://github.com/instana/nodejs/commit/23c8ca15f82d2e9ea917d710311f6261bbbd6a53)) + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/collector/package-lock.json b/packages/collector/package-lock.json index e5b9a17689..cc68138f4e 100644 --- a/packages/collector/package-lock.json +++ b/packages/collector/package-lock.json @@ -1,6 +1,6 @@ { "name": "@instana/collector", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/collector/package.json b/packages/collector/package.json index 44e53d6856..810c7c684b 100644 --- a/packages/collector/package.json +++ b/packages/collector/package.json @@ -1,6 +1,6 @@ { "name": "@instana/collector", - "version": "2.7.0", + "version": "2.7.1", "description": "The Instana Node.js metrics and trace data collector", "author": { "name": "Ben Ripkens", @@ -134,15 +134,15 @@ "url": "https://github.com/instana/nodejs/issues" }, "dependencies": { - "@instana/core": "2.7.0", - "@instana/shared-metrics": "2.7.0", + "@instana/core": "2.7.1", + "@instana/shared-metrics": "2.7.1", "bunyan": "^1.8.15", "semver": "7.3.3", "serialize-error": "^3.0.0", "shimmer": "1.2.1" }, "optionalDependencies": { - "@instana/autoprofile": "2.7.0" + "@instana/autoprofile": "2.7.1" }, "devDependencies": { "@types/bunyan": "^1.8.8", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5cb57ad84c..a223cd2e62 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + + +### Bug Fixes + +* **sqs, sns:** do not add message attributes if that would violate limit ([23c8ca1](https://github.com/instana/nodejs/commit/23c8ca15f82d2e9ea917d710311f6261bbbd6a53)) + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index ae059d6773..96393b6777 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@instana/core", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/core/package.json b/packages/core/package.json index 7444d08357..3e79a90df2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@instana/core", - "version": "2.7.0", + "version": "2.7.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 e2c330c83e..3ce30911c8 100644 --- a/packages/google-cloud-run/CHANGELOG.md +++ b/packages/google-cloud-run/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. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + +**Note:** Version bump only for package @instana/google-cloud-run + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/google-cloud-run/package-lock.json b/packages/google-cloud-run/package-lock.json index 2e9296dd03..6f93cd7918 100644 --- a/packages/google-cloud-run/package-lock.json +++ b/packages/google-cloud-run/package-lock.json @@ -1,6 +1,6 @@ { "name": "@instana/google-cloud-run", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/google-cloud-run/package.json b/packages/google-cloud-run/package.json index 54fd3f7a6b..564bedfbe0 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": "2.7.0", + "version": "2.7.1", "description": "Instana tracing and monitoring for Node.js based Google Cloud Run services", "author": { "name": "Bastian Krol", @@ -63,9 +63,9 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "2.7.0", - "@instana/metrics-util": "2.7.0", - "@instana/serverless": "2.7.0", + "@instana/core": "2.7.1", + "@instana/metrics-util": "2.7.1", + "@instana/serverless": "2.7.1", "uuid": "^8.3.2" }, "devDependencies": { diff --git a/packages/metrics-util/CHANGELOG.md b/packages/metrics-util/CHANGELOG.md index c05b2eae91..309f52f363 100644 --- a/packages/metrics-util/CHANGELOG.md +++ b/packages/metrics-util/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. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + +**Note:** Version bump only for package @instana/metrics-util + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/metrics-util/package-lock.json b/packages/metrics-util/package-lock.json index b0f6f34b33..54f46bc436 100644 --- a/packages/metrics-util/package-lock.json +++ b/packages/metrics-util/package-lock.json @@ -1,6 +1,6 @@ { "name": "@instana/metrics-util", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/metrics-util/package.json b/packages/metrics-util/package.json index ecca39d63d..0c371e20d6 100644 --- a/packages/metrics-util/package.json +++ b/packages/metrics-util/package.json @@ -1,6 +1,6 @@ { "name": "@instana/metrics-util", - "version": "2.7.0", + "version": "2.7.1", "description": "Internal utility library for Instana metric collection", "author": { "name": "Bastian Krol", @@ -59,9 +59,9 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "2.7.0", - "@instana/serverless": "2.7.0", - "@instana/shared-metrics": "2.7.0", + "@instana/core": "2.7.1", + "@instana/serverless": "2.7.1", + "@instana/shared-metrics": "2.7.1", "node-fetch": "^2.6.7" }, "devDependencies": { diff --git a/packages/opentelemetry-exporter/CHANGELOG.md b/packages/opentelemetry-exporter/CHANGELOG.md index 212c88b749..bfbd0edab3 100644 --- a/packages/opentelemetry-exporter/CHANGELOG.md +++ b/packages/opentelemetry-exporter/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. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + +**Note:** Version bump only for package @instana/opentelemetry-exporter + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/opentelemetry-exporter/package-lock.json b/packages/opentelemetry-exporter/package-lock.json index 5b500e24ce..8e3d1f44ee 100644 --- a/packages/opentelemetry-exporter/package-lock.json +++ b/packages/opentelemetry-exporter/package-lock.json @@ -1,6 +1,6 @@ { "name": "@instana/opentelemetry-exporter", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/opentelemetry-exporter/package.json b/packages/opentelemetry-exporter/package.json index 05f3056e7d..a6dfc49264 100644 --- a/packages/opentelemetry-exporter/package.json +++ b/packages/opentelemetry-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@instana/opentelemetry-exporter", - "version": "2.7.0", + "version": "2.7.1", "description": "OpenTelemetry Instana Exporter", "keywords": [ "opentelemetry", @@ -56,12 +56,12 @@ } ], "dependencies": { - "@instana/serverless": "2.7.0", + "@instana/serverless": "2.7.1", "@opentelemetry/api": "1.0.4", "@opentelemetry/core": "1.4.0" }, "devDependencies": { - "@instana/core": "2.7.0", + "@instana/core": "2.7.1", "@opentelemetry/auto-instrumentations-node": "0.27.1", "@opentelemetry/instrumentation": "0.27.0", "@opentelemetry/instrumentation-http": "0.27.0", diff --git a/packages/opentelemetry-sampler/CHANGELOG.md b/packages/opentelemetry-sampler/CHANGELOG.md index 3758ab40bf..03f6ba55cc 100644 --- a/packages/opentelemetry-sampler/CHANGELOG.md +++ b/packages/opentelemetry-sampler/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. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + +**Note:** Version bump only for package @instana/opentelemetry-sampler + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/opentelemetry-sampler/package-lock.json b/packages/opentelemetry-sampler/package-lock.json index e78aa6bf14..87615185b5 100644 --- a/packages/opentelemetry-sampler/package-lock.json +++ b/packages/opentelemetry-sampler/package-lock.json @@ -1,6 +1,6 @@ { "name": "@instana/opentelemetry-sampler", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/opentelemetry-sampler/package.json b/packages/opentelemetry-sampler/package.json index 8c59794b6b..76d7640341 100644 --- a/packages/opentelemetry-sampler/package.json +++ b/packages/opentelemetry-sampler/package.json @@ -1,6 +1,6 @@ { "name": "@instana/opentelemetry-sampler", - "version": "2.7.0", + "version": "2.7.1", "description": "OpenTelemetry Instana sampler", "keywords": [ "opentelemetry", @@ -55,7 +55,7 @@ "@opentelemetry/api": "1.1.0" }, "devDependencies": { - "@instana/core": "2.7.0", + "@instana/core": "2.7.1", "@opentelemetry/auto-instrumentations-node": "0.31.0", "@opentelemetry/exporter-trace-otlp-http": "^0.30.0", "@opentelemetry/instrumentation": "0.30.0", diff --git a/packages/serverless/CHANGELOG.md b/packages/serverless/CHANGELOG.md index 00b6fb0756..cd145ca24f 100644 --- a/packages/serverless/CHANGELOG.md +++ b/packages/serverless/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. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + +**Note:** Version bump only for package @instana/serverless + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/serverless/package-lock.json b/packages/serverless/package-lock.json index 9778fb4291..c8d7ab698a 100644 --- a/packages/serverless/package-lock.json +++ b/packages/serverless/package-lock.json @@ -1,6 +1,6 @@ { "name": "@instana/serverless", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/serverless/package.json b/packages/serverless/package.json index 2f56f5e70b..99d4bca7c4 100644 --- a/packages/serverless/package.json +++ b/packages/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@instana/serverless", - "version": "2.7.0", + "version": "2.7.1", "description": "Internal utility package for serverless Node.js tracing and monitoring with Instana", "author": { "name": "Bastian Krol", @@ -64,7 +64,7 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "2.7.0", + "@instana/core": "2.7.1", "agent-base": "^6.0.2", "https-proxy-agent": "^5.0.0", "semver": "7.3.3" diff --git a/packages/shared-metrics/CHANGELOG.md b/packages/shared-metrics/CHANGELOG.md index 36f1282e99..bf11ebaa07 100644 --- a/packages/shared-metrics/CHANGELOG.md +++ b/packages/shared-metrics/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. +## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05) + +**Note:** Version bump only for package @instana/shared-metrics + + + + + # 2.7.0 (2022-08-31) diff --git a/packages/shared-metrics/package-lock.json b/packages/shared-metrics/package-lock.json index f4b31a08bd..5304311b01 100644 --- a/packages/shared-metrics/package-lock.json +++ b/packages/shared-metrics/package-lock.json @@ -1,6 +1,6 @@ { "name": "@instana/shared-metrics", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/shared-metrics/package.json b/packages/shared-metrics/package.json index ac361e4dd1..a3d8f86f50 100644 --- a/packages/shared-metrics/package.json +++ b/packages/shared-metrics/package.json @@ -1,6 +1,6 @@ { "name": "@instana/shared-metrics", - "version": "2.7.0", + "version": "2.7.1", "description": "Internal metrics plug-in package for Node.js monitoring with Instana", "author": { "name": "Bastian Krol", @@ -67,7 +67,7 @@ }, "license": "MIT", "dependencies": { - "@instana/core": "2.7.0", + "@instana/core": "2.7.1", "detect-libc": "^1.0.3", "event-loop-lag": "^1.4.0", "recursive-copy": "^2.0.13",