Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IBM/Instana/Team Node.js committed Feb 27, 2024
1 parent c9da253 commit 4e9af9e
Show file tree
Hide file tree
Showing 29 changed files with 178 additions and 75 deletions.
16 changes: 16 additions & 0 deletions 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.

# [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27)

### Bug Fixes

- depreacted request-promise module ([#1017](https://github.com/instana/nodejs/issues/1017)) ([6bb88dd](https://github.com/instana/nodejs/commit/6bb88dd4ca08d2482ff917fb3b9f884f4e4bdf8e))

### Features

- added otel instrumentation for tedious ([#1030](https://github.com/instana/nodejs/issues/1030)) ([87de73d](https://github.com/instana/nodejs/commit/87de73dd5b290a76663405822dc7845315e1d18d))
- added support for ibm_db 3.x ([#1048](https://github.com/instana/nodejs/issues/1048)) ([0ec7cc9](https://github.com/instana/nodejs/commit/0ec7cc92184bb67a3feec285898a5580469f00e0))
- added support for ibm_db v3 ([5d1b9fe](https://github.com/instana/nodejs/commit/5d1b9fecf258e730d3a4fb570daf53b8f61eb0d7))

### Reverts

- Revert "feat: added support for ibm_db 3.x (#1048)" (#1052) ([6aa0fa8](https://github.com/instana/nodejs/commit/6aa0fa8a137b7d726c273801cf40e2548251923c)), closes [#1048](https://github.com/instana/nodejs/issues/1048) [#1052](https://github.com/instana/nodejs/issues/1052)

## [3.1.3](https://github.com/instana/nodejs/compare/v3.1.2...v3.1.3) (2024-01-31)

### Bug Fixes
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.1.3",
"version": "3.2.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.

6 changes: 6 additions & 0 deletions packages/autoprofile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27)

### Bug Fixes

- depreacted request-promise module ([#1017](https://github.com/instana/nodejs/issues/1017)) ([6bb88dd](https://github.com/instana/nodejs/commit/6bb88dd4ca08d2482ff917fb3b9f884f4e4bdf8e))

## [3.1.3](https://github.com/instana/nodejs/compare/v3.1.2...v3.1.3) (2024-01-31)

**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.1.3",
"version": "3.2.0",
"description": "Automatic Node.js Profiler",
"author": {
"name": "Dmitri Melikyan",
Expand Down Expand Up @@ -49,7 +49,7 @@
}
],
"dependencies": {
"@instana/core": "3.1.3",
"@instana/core": "3.2.0",
"detect-libc": "^2.0.2",
"nan": "^2.14.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/aws-fargate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27)

### Bug Fixes

- depreacted request-promise module ([#1017](https://github.com/instana/nodejs/issues/1017)) ([6bb88dd](https://github.com/instana/nodejs/commit/6bb88dd4ca08d2482ff917fb3b9f884f4e4bdf8e))

## [3.1.3](https://github.com/instana/nodejs/compare/v3.1.2...v3.1.3) (2024-01-31)

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

# [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27)

### Bug Fixes

- depreacted request-promise module ([#1017](https://github.com/instana/nodejs/issues/1017)) ([6bb88dd](https://github.com/instana/nodejs/commit/6bb88dd4ca08d2482ff917fb3b9f884f4e4bdf8e))

## [3.1.3](https://github.com/instana/nodejs/compare/v3.1.2...v3.1.3) (2024-01-31)

**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.1.3",
"version": "3.2.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.1.3",
"@instana/core": "3.1.3"
"@instana/aws-lambda": "3.2.0",
"@instana/core": "3.2.0"
}
}
6 changes: 6 additions & 0 deletions packages/aws-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27)

### Bug Fixes

- depreacted request-promise module ([#1017](https://github.com/instana/nodejs/issues/1017)) ([6bb88dd](https://github.com/instana/nodejs/commit/6bb88dd4ca08d2482ff917fb3b9f884f4e4bdf8e))

## [3.1.3](https://github.com/instana/nodejs/compare/v3.1.2...v3.1.3) (2024-01-31)

**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.1.3",
"version": "3.2.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.1.3",
"@instana/serverless": "3.1.3"
"@instana/core": "3.2.0",
"@instana/serverless": "3.2.0"
}
}
6 changes: 6 additions & 0 deletions packages/azure-container-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [3.2.0](https://github.com/instana/nodejs/compare/v3.1.3...v3.2.0) (2024-02-27)

### Bug Fixes

- depreacted request-promise module ([#1017](https://github.com/instana/nodejs/issues/1017)) ([6bb88dd](https://github.com/instana/nodejs/commit/6bb88dd4ca08d2482ff917fb3b9f884f4e4bdf8e))

## [3.1.3](https://github.com/instana/nodejs/compare/v3.1.2...v3.1.3) (2024-01-31)

**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.1.3",
"version": "3.2.0",
"description": "Instana tracing and monitoring for Node.js based Azure Container Services",
"author": {
"name": "Arya Mohanan",
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "3.1.3",
"@instana/serverless": "3.1.3"
"@instana/core": "3.2.0",
"@instana/serverless": "3.2.0"
}
}
Loading

0 comments on commit 4e9af9e

Please sign in to comment.