Skip to content

Commit 42282ea

Browse files
author
IBM/Instana/Team Node.js
committed
v4.3.0
1 parent ab683e0 commit 42282ea

File tree

31 files changed

+160
-81
lines changed

31 files changed

+160
-81
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.3.0](https://github.com/instana/nodejs/compare/v4.2.0...v4.3.0) (2024-12-10)
7+
8+
### Features
9+
10+
- added support for mysql2 v3.11.5 ([#1467](https://github.com/instana/nodejs/issues/1467)) ([45414f5](https://github.com/instana/nodejs/commit/45414f502a7be304ce475ad1a0a46e2d2bb2652f))
11+
- added support for prisma v6 ([#1464](https://github.com/instana/nodejs/issues/1464)) ([d2996e1](https://github.com/instana/nodejs/commit/d2996e184e648ecb727eda73fac1fb382c1b8faa))
12+
- **redis:** added endpoint filtering ([#1448](https://github.com/instana/nodejs/issues/1448)) ([2f45ff7](https://github.com/instana/nodejs/commit/2f45ff75d68fd782ac511448bad6fc5e484cecb8))
13+
- **serverless-collector:** added service name detection ([#1468](https://github.com/instana/nodejs/issues/1468)) ([5491461](https://github.com/instana/nodejs/commit/54914613bf40c6e81c652801899f2d3136308073))
14+
15+
### Reverts
16+
17+
- Revert "test: upgraded the mysql docker image for M1 compatibility (#1469)" ([50b8e6a](https://github.com/instana/nodejs/commit/50b8e6a1fe674310f2e121ce99916fc3785f8c4d)), closes [#1469](https://github.com/instana/nodejs/issues/1469)
18+
619
# [4.2.0](https://github.com/instana/nodejs/compare/v4.1.0...v4.2.0) (2024-11-22)
720

821
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"command": {
55
"publish": {
66
"forcePublish": "*",

package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/autoprofile/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.3.0](https://github.com/instana/nodejs/compare/v4.2.0...v4.3.0) (2024-12-10)
7+
8+
**Note:** Version bump only for package @instana/autoprofile
9+
610
# [4.2.0](https://github.com/instana/nodejs/compare/v4.1.0...v4.2.0) (2024-11-22)
711

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

packages/autoprofile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instana/autoprofile",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Automatic Node.js Profiler",
55
"author": {
66
"name": "Dmitri Melikyan",
@@ -49,7 +49,7 @@
4949
}
5050
],
5151
"dependencies": {
52-
"@instana/core": "4.2.0",
52+
"@instana/core": "4.3.0",
5353
"detect-libc": "^2.0.2",
5454
"nan": "^2.14.2",
5555
"node-gyp-build": "^4.7.1",

packages/aws-fargate/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.3.0](https://github.com/instana/nodejs/compare/v4.2.0...v4.3.0) (2024-12-10)
7+
8+
**Note:** Version bump only for package @instana/aws-fargate
9+
610
# [4.2.0](https://github.com/instana/nodejs/compare/v4.1.0...v4.2.0) (2024-11-22)
711

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

packages/aws-fargate/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instana/aws-fargate",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Instana tracing and monitoring for Node.js based AWS Fargate tasks",
55
"author": {
66
"name": "Bastian Krol",
@@ -66,9 +66,9 @@
6666
},
6767
"license": "MIT",
6868
"dependencies": {
69-
"@instana/core": "4.2.0",
70-
"@instana/metrics-util": "4.2.0",
71-
"@instana/serverless": "4.2.0"
69+
"@instana/core": "4.3.0",
70+
"@instana/metrics-util": "4.3.0",
71+
"@instana/serverless": "4.3.0"
7272
},
7373
"engines": {
7474
"node": ">=18.0.0"

packages/aws-lambda-auto-wrap/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.3.0](https://github.com/instana/nodejs/compare/v4.2.0...v4.3.0) (2024-12-10)
7+
8+
**Note:** Version bump only for package instana-aws-lambda-auto-wrap
9+
610
# [4.2.0](https://github.com/instana/nodejs/compare/v4.1.0...v4.2.0) (2024-11-22)
711

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

packages/aws-lambda-auto-wrap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instana-aws-lambda-auto-wrap",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.",
55
"author": {
66
"name": "Bastian Krol",
@@ -64,7 +64,7 @@
6464
"url": "https://github.com/instana/nodejs/issues"
6565
},
6666
"dependencies": {
67-
"@instana/aws-lambda": "4.2.0",
68-
"@instana/core": "4.2.0"
67+
"@instana/aws-lambda": "4.3.0",
68+
"@instana/core": "4.3.0"
6969
}
7070
}

packages/aws-lambda/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.3.0](https://github.com/instana/nodejs/compare/v4.2.0...v4.3.0) (2024-12-10)
7+
8+
**Note:** Version bump only for package @instana/aws-lambda
9+
610
# [4.2.0](https://github.com/instana/nodejs/compare/v4.1.0...v4.2.0) (2024-11-22)
711

812
### Features

0 commit comments

Comments
 (0)