Skip to content

Commit

Permalink
release 4.9.0 (#4357)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna authored Dec 10, 2024
1 parent 12d6d66 commit 7a3f826
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,18 @@ Notes:
See the <<upgrade-to-v4>> guide.
==== Unreleased
[float]
===== Breaking changes
[[release-notes-4.9.0]]
==== 4.9.0 - 2024/12/09
[float]
===== Features
* add support for `undici` v7. ({pull}4336[#4336])
* Add support for `undici` v7. ({pull}4336[#4336])
[float]
===== Bug fixes
* Fix to support a internal refactor in `mysql2` v3.11.5. ({pull}4334[#4334])
* Guard against a possible encoding error of tracing data in the APM client,
before it is sent. It is *possible* this could wedge the APM client,
resulting in the APM agent no longer sending tracing data.
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.8.1",
"version": "4.9.0",
"description": "The official Elastic APM agent for Node.js",
"type": "commonjs",
"main": "index.js",
Expand Down

0 comments on commit 7a3f826

Please sign in to comment.