Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IBM/Instana/Team Node.js committed Nov 19, 2024
1 parent 94cac7a commit 661e207
Show file tree
Hide file tree
Showing 31 changed files with 161 additions and 81 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.1.0](https://github.com/instana/nodejs/compare/v4.0.1...v4.1.0) (2024-11-19)

### Bug Fixes

- made the latest version of instana-aws-lambda-auto-wrap available on npm ([#1452](https://github.com/instana/nodejs/issues/1452)) ([94cac7a](https://github.com/instana/nodejs/commit/94cac7a86187369f4b109312af5904f4bddef47d))

### Features

- added support for graphql-subscriptions v3 ([#1446](https://github.com/instana/nodejs/issues/1446)) ([e4a978c](https://github.com/instana/nodejs/commit/e4a978cf517de3c3fb1dd8bf27f1ba7c5632017a))

### Reverts

- Revert "test: updated test for aws lambda running in v24 prerelease" ([66e1d10](https://github.com/instana/nodejs/commit/66e1d10dd78f7874e33137c4c3bfaa376643a6e6))
- Revert "ci: removed chinese regions from publishing aws lambda layer" ([d44b619](https://github.com/instana/nodejs/commit/d44b6196ed10c272aa0e5186508bb70f7faee1c5))

## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)

### 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": "4.0.1",
"version": "4.1.0",
"command": {
"publish": {
"forcePublish": "*",
Expand Down
80 changes: 40 additions & 40 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.

# [4.1.0](https://github.com/instana/nodejs/compare/v4.0.1...v4.1.0) (2024-11-19)

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

## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)

**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": "4.0.1",
"version": "4.1.0",
"description": "Automatic Node.js Profiler",
"author": {
"name": "Dmitri Melikyan",
Expand Down Expand Up @@ -49,7 +49,7 @@
}
],
"dependencies": {
"@instana/core": "4.0.1",
"@instana/core": "4.1.0",
"detect-libc": "^2.0.2",
"nan": "^2.14.2",
"node-gyp-build": "^4.7.1",
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.

# [4.1.0](https://github.com/instana/nodejs/compare/v4.0.1...v4.1.0) (2024-11-19)

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

## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)

**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": "4.0.1",
"version": "4.1.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": "4.0.1",
"@instana/metrics-util": "4.0.1",
"@instana/serverless": "4.0.1"
"@instana/core": "4.1.0",
"@instana/metrics-util": "4.1.0",
"@instana/serverless": "4.1.0"
},
"engines": {
"node": ">=18.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.

# [4.1.0](https://github.com/instana/nodejs/compare/v4.0.1...v4.1.0) (2024-11-19)

### Bug Fixes

- made the latest version of instana-aws-lambda-auto-wrap available on npm ([#1452](https://github.com/instana/nodejs/issues/1452)) ([94cac7a](https://github.com/instana/nodejs/commit/94cac7a86187369f4b109312af5904f4bddef47d))

## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)

**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": "4.0.1",
"version": "4.1.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": "4.0.1",
"@instana/core": "4.0.1"
"@instana/aws-lambda": "4.1.0",
"@instana/core": "4.1.0"
}
}
7 changes: 7 additions & 0 deletions packages/aws-lambda/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.

# [4.1.0](https://github.com/instana/nodejs/compare/v4.0.1...v4.1.0) (2024-11-19)

### Reverts

- Revert "test: updated test for aws lambda running in v24 prerelease" ([66e1d10](https://github.com/instana/nodejs/commit/66e1d10dd78f7874e33137c4c3bfaa376643a6e6))
- Revert "ci: removed chinese regions from publishing aws lambda layer" ([d44b619](https://github.com/instana/nodejs/commit/d44b6196ed10c272aa0e5186508bb70f7faee1c5))

## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)

### Bug Fixes
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": "4.0.1",
"version": "4.1.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": "4.0.1",
"@instana/serverless": "4.0.1"
"@instana/core": "4.1.0",
"@instana/serverless": "4.1.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.

# [4.1.0](https://github.com/instana/nodejs/compare/v4.0.1...v4.1.0) (2024-11-19)

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

## [4.0.1](https://github.com/instana/nodejs/compare/v4.0.0...v4.0.1) (2024-10-28)

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

0 comments on commit 661e207

Please sign in to comment.