Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IBM/Instana/Team Node.js committed Sep 20, 2022
1 parent 129f701 commit 13ba5f5
Show file tree
Hide file tree
Showing 38 changed files with 172 additions and 45 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/instana/nodejs/compare/v2.7.1...v2.8.0) (2022-09-20)


### Bug Fixes

* **aws-lambda:** reduced backend retries & timeout ([#611](https://github.com/instana/nodejs/issues/611)) ([cab67dd](https://github.com/instana/nodejs/commit/cab67dd10b0f0b7ccfce2787b95e5a020d831cff))
* **db2:** redact password also from the end of the connection string ([ac4c46d](https://github.com/instana/nodejs/commit/ac4c46db11298dcdcc12017e4543972a93263f84)), closes [#614](https://github.com/instana/nodejs/issues/614)


### Features

* **dynamodb:** capture region as annotation ([4ba64f4](https://github.com/instana/nodejs/commit/4ba64f4d8155b365c0fd4540c1abdbe15b572fb5))





## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.7.1",
"version": "2.8.0",
"command": {
"publish": {
"forcePublish": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/autoprofile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/instana/nodejs/compare/v2.7.1...v2.8.0) (2022-09-20)

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





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/autoprofile/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/autoprofile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/autoprofile",
"version": "2.7.1",
"version": "2.8.0",
"description": "Automatic Node.js Profiler",
"author": {
"name": "Dmitri Melikyan",
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-fargate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/instana/nodejs/compare/v2.7.1...v2.8.0) (2022-09-20)

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





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-fargate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/aws-fargate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/aws-fargate",
"version": "2.7.1",
"version": "2.8.0",
"description": "Instana tracing and monitoring for Node.js based AWS Fargate tasks",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -63,9 +63,9 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "2.7.1",
"@instana/metrics-util": "2.7.1",
"@instana/serverless": "2.7.1"
"@instana/core": "2.8.0",
"@instana/metrics-util": "2.8.0",
"@instana/serverless": "2.8.0"
},
"devDependencies": {
"no-code2": "2.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-lambda-auto-wrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/instana/nodejs/compare/v2.7.1...v2.8.0) (2022-09-20)

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





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-lambda-auto-wrap/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/aws-lambda-auto-wrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instana-aws-lambda-auto-wrap",
"version": "2.7.1",
"version": "2.8.0",
"description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -63,7 +63,7 @@
"url": "https://github.com/instana/nodejs/issues"
},
"dependencies": {
"@instana/aws-lambda": "2.7.1"
"@instana/aws-lambda": "2.8.0"
},
"devDependencies": {
"no-code2": "2.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/instana/nodejs/compare/v2.7.1...v2.8.0) (2022-09-20)


### Bug Fixes

* **aws-lambda:** reduced backend retries & timeout ([#611](https://github.com/instana/nodejs/issues/611)) ([cab67dd](https://github.com/instana/nodejs/commit/cab67dd10b0f0b7ccfce2787b95e5a020d831cff))





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-lambda/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/aws-lambda",
"version": "2.7.1",
"version": "2.8.0",
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -68,8 +68,8 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "2.7.1",
"@instana/serverless": "2.7.1"
"@instana/core": "2.8.0",
"@instana/serverless": "2.8.0"
},
"devDependencies": {
"no-code2": "2.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/collector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/instana/nodejs/compare/v2.7.1...v2.8.0) (2022-09-20)


### Features

* **dynamodb:** capture region as annotation ([4ba64f4](https://github.com/instana/nodejs/commit/4ba64f4d8155b365c0fd4540c1abdbe15b572fb5))





## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/collector/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/collector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/collector",
"version": "2.7.1",
"version": "2.8.0",
"description": "The Instana Node.js metrics and trace data collector",
"author": {
"name": "Ben Ripkens",
Expand Down Expand Up @@ -134,15 +134,15 @@
"url": "https://github.com/instana/nodejs/issues"
},
"dependencies": {
"@instana/core": "2.7.1",
"@instana/shared-metrics": "2.7.1",
"@instana/core": "2.8.0",
"@instana/shared-metrics": "2.8.0",
"bunyan": "^1.8.15",
"semver": "7.3.3",
"serialize-error": "^3.0.0",
"shimmer": "1.2.1"
},
"optionalDependencies": {
"@instana/autoprofile": "2.7.1"
"@instana/autoprofile": "2.8.0"
},
"devDependencies": {
"@types/bunyan": "^1.8.8",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/instana/nodejs/compare/v2.7.1...v2.8.0) (2022-09-20)


### Bug Fixes

* **db2:** redact password also from the end of the connection string ([ac4c46d](https://github.com/instana/nodejs/commit/ac4c46db11298dcdcc12017e4543972a93263f84)), closes [#614](https://github.com/instana/nodejs/issues/614)


### Features

* **dynamodb:** capture region as annotation ([4ba64f4](https://github.com/instana/nodejs/commit/4ba64f4d8155b365c0fd4540c1abdbe15b572fb5))





## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/core",
"version": "2.7.1",
"version": "2.8.0",
"description": "Core library for Instana's Node.js packages",
"main": "src/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-run/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/instana/nodejs/compare/v2.7.1...v2.8.0) (2022-09-20)

**Note:** Version bump only for package @instana/google-cloud-run





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-run/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/google-cloud-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/google-cloud-run",
"version": "2.7.1",
"version": "2.8.0",
"description": "Instana tracing and monitoring for Node.js based Google Cloud Run services",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -63,9 +63,9 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "2.7.1",
"@instana/metrics-util": "2.7.1",
"@instana/serverless": "2.7.1",
"@instana/core": "2.8.0",
"@instana/metrics-util": "2.8.0",
"@instana/serverless": "2.8.0",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/metrics-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/instana/nodejs/compare/v2.7.1...v2.8.0) (2022-09-20)

**Note:** Version bump only for package @instana/metrics-util





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics-util/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/metrics-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/metrics-util",
"version": "2.7.1",
"version": "2.8.0",
"description": "Internal utility library for Instana metric collection",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -59,9 +59,9 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "2.7.1",
"@instana/serverless": "2.7.1",
"@instana/shared-metrics": "2.7.1",
"@instana/core": "2.8.0",
"@instana/serverless": "2.8.0",
"@instana/shared-metrics": "2.8.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/instana/nodejs/compare/v2.7.1...v2.8.0) (2022-09-20)

**Note:** Version bump only for package @instana/opentelemetry-exporter





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-exporter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 13ba5f5

Please sign in to comment.