Skip to content

Commit

Permalink
release 4.5.0 (#3903)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Mar 13, 2024
1 parent 489fc50 commit 587e98d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
19 changes: 6 additions & 13 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,27 @@ Notes:
See the <<upgrade-to-v4>> guide.
==== Unreleased
[float]
===== Breaking changes
[[release-notes-4.5.0]]
==== 4.5.0 - 2024/03/13
[float]
===== Features
* Update <<opentelemetry-bridge>> 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
* 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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 587e98d

Please sign in to comment.