diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 64eb32dec4..ec3d2c20d4 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -33,17 +33,15 @@ Notes: See the <> guide. -==== Unreleased - -[float] -===== Breaking changes +[[release-notes-4.5.0]] +==== 4.5.0 - 2024/03/13 [float] ===== Features * Update <> support to `@opentelemetry/api` version 1.8.0. -* Add support for `tedious` versions 17 and 18. ({pull}3901[#3901], {pull}3911[#3911]) -* Add support for `kafkajs` version v2. ({issues}2905[#2905]) +* Update `tedious` instrumentation to support versions 17 and 18. ({pull}3901[#3901], {pull}3911[#3911]) +* Add new `kafkajs` instrumentation. ({issues}2905[#2905]) [float] ===== Bug fixes @@ -51,16 +49,11 @@ See the <> guide. * Fix instrumentation of mongodb to not break mongodb@6.4.0. Mongodb v6.4.0 included changes that resulted in the APM agent's instrumentation breaking it. ({pull}3897[#3897]) - +* Fix hostname detection on Windows in some cases (where a powershell profile + could break collection). ({pull}3899[#3899]) * Fix a path normalization issue that broke (or partially broke) instrumentation of some modules on Windows: Next.js, redis v4+, mongodb. ({pull}3905[#3905]) -[float] -===== Chores - -* update `test-all-versions` to `v6.1.0` which supports include, exclude & mode - in versions configuration. The `update-tav-versions.js` script is not necessary - anymore. [[release-notes-4.4.1]] ==== 4.4.1 - 2024/02/06 diff --git a/package-lock.json b/package-lock.json index 3b6249f7f2..6ce7960ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elastic-apm-node", - "version": "4.4.1", + "version": "4.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elastic-apm-node", - "version": "4.4.1", + "version": "4.5.0", "license": "BSD-2-Clause", "dependencies": { "@elastic/ecs-pino-format": "^1.5.0", diff --git a/package.json b/package.json index b59a83a39e..91d179482d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-apm-node", - "version": "4.4.1", + "version": "4.5.0", "description": "The official Elastic APM agent for Node.js", "type": "commonjs", "main": "index.js",