Skip to content

Commit

Permalink
v2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IBM/Instana/Team Node.js committed Oct 10, 2023
1 parent ee17edd commit df37c59
Show file tree
Hide file tree
Showing 38 changed files with 224 additions and 59 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.34.0](https://github.com/instana/nodejs/compare/v2.33.1...v2.34.0) (2023-10-10)


### Features

* added esm support for google cloud platform ([#859](https://github.com/instana/nodejs/issues/859)) ([55fd6ff](https://github.com/instana/nodejs/commit/55fd6ff93373d8c8f169fc7360b0c8285a64002a))
* added support for aws sdk v3 lambda ([#871](https://github.com/instana/nodejs/issues/871)) ([eb85c91](https://github.com/instana/nodejs/commit/eb85c91228144084191d12589f3b1152f6e2529d))


### Reverts

* Revert "chore: migrated to npm workspaces and lerna v7 (#876)" ([763ac7e](https://github.com/instana/nodejs/commit/763ac7e69d56742009e18964d267313918813c80)), closes [#876](https://github.com/instana/nodejs/issues/876)
* Revert "chore: fixed lock file" ([ec79043](https://github.com/instana/nodejs/commit/ec79043de6d9c94c0c3983ad9e9b765364abf8e2))





## [2.33.1](https://github.com/instana/nodejs/compare/v2.33.0...v2.33.1) (2023-09-26)


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.33.1",
"version": "2.34.0",
"command": {
"publish": {
"forcePublish": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/autoprofile/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.34.0](https://github.com/instana/nodejs/compare/v2.33.1...v2.34.0) (2023-10-10)


### Reverts

* Revert "chore: migrated to npm workspaces and lerna v7 (#876)" ([763ac7e](https://github.com/instana/nodejs/commit/763ac7e69d56742009e18964d267313918813c80)), closes [#876](https://github.com/instana/nodejs/issues/876)





## [2.33.1](https://github.com/instana/nodejs/compare/v2.33.0...v2.33.1) (2023-09-26)

**Note:** Version bump only for package @instana/autoprofile
Expand Down
4 changes: 2 additions & 2 deletions packages/autoprofile/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/autoprofile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/autoprofile",
"version": "2.33.1",
"version": "2.34.0",
"description": "Automatic Node.js Profiler",
"author": {
"name": "Dmitri Melikyan",
Expand Down Expand Up @@ -48,7 +48,7 @@
}
],
"dependencies": {
"@instana/core": "2.33.1",
"@instana/core": "2.34.0",
"detect-libc": "^1.0.3",
"nan": "^2.14.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-fargate/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.34.0](https://github.com/instana/nodejs/compare/v2.33.1...v2.34.0) (2023-10-10)


### Reverts

* Revert "chore: migrated to npm workspaces and lerna v7 (#876)" ([763ac7e](https://github.com/instana/nodejs/commit/763ac7e69d56742009e18964d267313918813c80)), closes [#876](https://github.com/instana/nodejs/issues/876)





## [2.33.1](https://github.com/instana/nodejs/compare/v2.33.0...v2.33.1) (2023-09-26)

**Note:** Version bump only for package @instana/aws-fargate
Expand Down
4 changes: 2 additions & 2 deletions 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.33.1",
"version": "2.34.0",
"description": "Instana tracing and monitoring for Node.js based AWS Fargate tasks",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -64,9 +64,9 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "2.33.1",
"@instana/metrics-util": "2.33.1",
"@instana/serverless": "2.33.1"
"@instana/core": "2.34.0",
"@instana/metrics-util": "2.34.0",
"@instana/serverless": "2.34.0"
},
"devDependencies": {
"no-code2": "2.0.0"
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.34.0](https://github.com/instana/nodejs/compare/v2.33.1...v2.34.0) (2023-10-10)


### Reverts

* Revert "chore: migrated to npm workspaces and lerna v7 (#876)" ([763ac7e](https://github.com/instana/nodejs/commit/763ac7e69d56742009e18964d267313918813c80)), closes [#876](https://github.com/instana/nodejs/issues/876)





## [2.33.1](https://github.com/instana/nodejs/compare/v2.33.0...v2.33.1) (2023-09-26)

**Note:** Version bump only for package instana-aws-lambda-auto-wrap
Expand Down
4 changes: 2 additions & 2 deletions 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.

6 changes: 3 additions & 3 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.33.1",
"version": "2.34.0",
"description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -63,8 +63,8 @@
"url": "https://github.com/instana/nodejs/issues"
},
"dependencies": {
"@instana/aws-lambda": "2.33.1",
"@instana/core": "2.33.1"
"@instana/aws-lambda": "2.34.0",
"@instana/core": "2.34.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.34.0](https://github.com/instana/nodejs/compare/v2.33.1...v2.34.0) (2023-10-10)


### Reverts

* Revert "chore: migrated to npm workspaces and lerna v7 (#876)" ([763ac7e](https://github.com/instana/nodejs/commit/763ac7e69d56742009e18964d267313918813c80)), closes [#876](https://github.com/instana/nodejs/issues/876)





## [2.33.1](https://github.com/instana/nodejs/compare/v2.33.0...v2.33.1) (2023-09-26)

**Note:** Version bump only for package @instana/aws-lambda
Expand Down
4 changes: 2 additions & 2 deletions 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.33.1",
"version": "2.34.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.33.1",
"@instana/serverless": "2.33.1"
"@instana/core": "2.34.0",
"@instana/serverless": "2.34.0"
},
"devDependencies": {
"no-code2": "2.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/collector/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.34.0](https://github.com/instana/nodejs/compare/v2.33.1...v2.34.0) (2023-10-10)


### Features

* added support for aws sdk v3 lambda ([#871](https://github.com/instana/nodejs/issues/871)) ([eb85c91](https://github.com/instana/nodejs/commit/eb85c91228144084191d12589f3b1152f6e2529d))


### Reverts

* Revert "chore: migrated to npm workspaces and lerna v7 (#876)" ([763ac7e](https://github.com/instana/nodejs/commit/763ac7e69d56742009e18964d267313918813c80)), closes [#876](https://github.com/instana/nodejs/issues/876)





## [2.33.1](https://github.com/instana/nodejs/compare/v2.33.0...v2.33.1) (2023-09-26)

**Note:** Version bump only for package @instana/collector
Expand Down
4 changes: 2 additions & 2 deletions 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.33.1",
"version": "2.34.0",
"description": "The Instana Node.js metrics and trace data collector",
"author": {
"name": "Ben Ripkens",
Expand Down Expand Up @@ -135,14 +135,14 @@
"url": "https://github.com/instana/nodejs/issues"
},
"dependencies": {
"@instana/core": "2.33.1",
"@instana/shared-metrics": "2.33.1",
"@instana/core": "2.34.0",
"@instana/shared-metrics": "2.34.0",
"bunyan": "^1.8.15",
"semver": "7.5.3",
"serialize-error": "^8.1.0"
},
"optionalDependencies": {
"@instana/autoprofile": "2.33.1"
"@instana/autoprofile": "2.34.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.34.0](https://github.com/instana/nodejs/compare/v2.33.1...v2.34.0) (2023-10-10)


### Features

* added support for aws sdk v3 lambda ([#871](https://github.com/instana/nodejs/issues/871)) ([eb85c91](https://github.com/instana/nodejs/commit/eb85c91228144084191d12589f3b1152f6e2529d))


### Reverts

* Revert "chore: migrated to npm workspaces and lerna v7 (#876)" ([763ac7e](https://github.com/instana/nodejs/commit/763ac7e69d56742009e18964d267313918813c80)), closes [#876](https://github.com/instana/nodejs/issues/876)





## [2.33.1](https://github.com/instana/nodejs/compare/v2.33.0...v2.33.1) (2023-09-26)


Expand Down
4 changes: 2 additions & 2 deletions 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.33.1",
"version": "2.34.0",
"description": "Core library for Instana's Node.js packages",
"main": "src/index.js",
"files": [
Expand Down
16 changes: 16 additions & 0 deletions packages/google-cloud-run/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.34.0](https://github.com/instana/nodejs/compare/v2.33.1...v2.34.0) (2023-10-10)


### Features

* added esm support for google cloud platform ([#859](https://github.com/instana/nodejs/issues/859)) ([55fd6ff](https://github.com/instana/nodejs/commit/55fd6ff93373d8c8f169fc7360b0c8285a64002a))


### Reverts

* Revert "chore: migrated to npm workspaces and lerna v7 (#876)" ([763ac7e](https://github.com/instana/nodejs/commit/763ac7e69d56742009e18964d267313918813c80)), closes [#876](https://github.com/instana/nodejs/issues/876)





## [2.33.1](https://github.com/instana/nodejs/compare/v2.33.0...v2.33.1) (2023-09-26)

**Note:** Version bump only for package @instana/google-cloud-run
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-run/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 df37c59

Please sign in to comment.