Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IBM/Instana/Team Node.js committed Apr 29, 2024
1 parent c929727 commit 7379a55
Show file tree
Hide file tree
Showing 29 changed files with 138 additions and 75 deletions.
8 changes: 8 additions & 0 deletions 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.

# [3.6.0](https://github.com/instana/nodejs/compare/v3.5.0...v3.6.0) (2024-04-29)

### Features

- added support for node-rdkafka v3 ([#1123](https://github.com/instana/nodejs/issues/1123)) ([a519d75](https://github.com/instana/nodejs/commit/a519d75bec6798f0891365752b15c8df9a80a9db))
- added support for pino v9 ([#1130](https://github.com/instana/nodejs/issues/1130)) ([6a6565c](https://github.com/instana/nodejs/commit/6a6565c7463bb820d6495d07728dba0b12aa5156))
- added support for sqs-consumer v10 ([#1134](https://github.com/instana/nodejs/issues/1134)) ([c929727](https://github.com/instana/nodejs/commit/c929727beca86c3084d94380ccc160c22c7a2a38))

# [3.5.0](https://github.com/instana/nodejs/compare/v3.4.0...v3.5.0) (2024-04-24)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "3.5.0",
"version": "3.6.0",
"command": {
"publish": {
"forcePublish": "*",
Expand Down
74 changes: 37 additions & 37 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/autoprofile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0](https://github.com/instana/nodejs/compare/v3.5.0...v3.6.0) (2024-04-29)

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

# [3.5.0](https://github.com/instana/nodejs/compare/v3.4.0...v3.5.0) (2024-04-24)

**Note:** Version bump only for package @instana/autoprofile
Expand Down
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": "3.5.0",
"version": "3.6.0",
"description": "Automatic Node.js Profiler",
"author": {
"name": "Dmitri Melikyan",
Expand Down Expand Up @@ -49,7 +49,7 @@
}
],
"dependencies": {
"@instana/core": "3.5.0",
"@instana/core": "3.6.0",
"detect-libc": "^2.0.2",
"nan": "^2.14.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/aws-fargate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0](https://github.com/instana/nodejs/compare/v3.5.0...v3.6.0) (2024-04-29)

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

# [3.5.0](https://github.com/instana/nodejs/compare/v3.4.0...v3.5.0) (2024-04-24)

**Note:** Version bump only for package @instana/aws-fargate
Expand Down
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": "3.5.0",
"version": "3.6.0",
"description": "Instana tracing and monitoring for Node.js based AWS Fargate tasks",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -66,9 +66,9 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "3.5.0",
"@instana/metrics-util": "3.5.0",
"@instana/serverless": "3.5.0"
"@instana/core": "3.6.0",
"@instana/metrics-util": "3.6.0",
"@instana/serverless": "3.6.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.6.0](https://github.com/instana/nodejs/compare/v3.5.0...v3.6.0) (2024-04-29)

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

# [3.5.0](https://github.com/instana/nodejs/compare/v3.4.0...v3.5.0) (2024-04-24)

**Note:** Version bump only for package instana-aws-lambda-auto-wrap
Expand Down
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": "3.5.0",
"version": "3.6.0",
"description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -64,7 +64,7 @@
"url": "https://github.com/instana/nodejs/issues"
},
"dependencies": {
"@instana/aws-lambda": "3.5.0",
"@instana/core": "3.5.0"
"@instana/aws-lambda": "3.6.0",
"@instana/core": "3.6.0"
}
}
4 changes: 4 additions & 0 deletions packages/aws-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0](https://github.com/instana/nodejs/compare/v3.5.0...v3.6.0) (2024-04-29)

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

# [3.5.0](https://github.com/instana/nodejs/compare/v3.4.0...v3.5.0) (2024-04-24)

**Note:** Version bump only for package @instana/aws-lambda
Expand Down
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": "3.5.0",
"version": "3.6.0",
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "3.5.0",
"@instana/serverless": "3.5.0"
"@instana/core": "3.6.0",
"@instana/serverless": "3.6.0"
}
}
4 changes: 4 additions & 0 deletions packages/azure-container-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0](https://github.com/instana/nodejs/compare/v3.5.0...v3.6.0) (2024-04-29)

**Note:** Version bump only for package @instana/azure-container-services

# [3.5.0](https://github.com/instana/nodejs/compare/v3.4.0...v3.5.0) (2024-04-24)

**Note:** Version bump only for package @instana/azure-container-services
Expand Down
6 changes: 3 additions & 3 deletions packages/azure-container-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/azure-container-services",
"version": "3.5.0",
"version": "3.6.0",
"description": "Instana tracing and monitoring for Node.js based Azure Container Services",
"author": {
"name": "Arya Mohanan",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "3.5.0",
"@instana/serverless": "3.5.0"
"@instana/core": "3.6.0",
"@instana/serverless": "3.6.0"
}
}
7 changes: 7 additions & 0 deletions packages/collector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0](https://github.com/instana/nodejs/compare/v3.5.0...v3.6.0) (2024-04-29)

### Features

- added support for node-rdkafka v3 ([#1123](https://github.com/instana/nodejs/issues/1123)) ([a519d75](https://github.com/instana/nodejs/commit/a519d75bec6798f0891365752b15c8df9a80a9db))
- added support for pino v9 ([#1130](https://github.com/instana/nodejs/issues/1130)) ([6a6565c](https://github.com/instana/nodejs/commit/6a6565c7463bb820d6495d07728dba0b12aa5156))

# [3.5.0](https://github.com/instana/nodejs/compare/v3.4.0...v3.5.0) (2024-04-24)

### Features
Expand Down
Loading

0 comments on commit 7379a55

Please sign in to comment.