Skip to content

Commit 7a3f826

Browse files
authored
release 4.9.0 (#4357)
1 parent 12d6d66 commit 7a3f826

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.asciidoc

+4-5
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,18 @@ Notes:
3333
3434
See the <<upgrade-to-v4>> guide.
3535
36-
==== Unreleased
37-
38-
[float]
39-
===== Breaking changes
36+
[[release-notes-4.9.0]]
37+
==== 4.9.0 - 2024/12/09
4038
4139
[float]
4240
===== Features
4341
44-
* add support for `undici` v7. ({pull}4336[#4336])
42+
* Add support for `undici` v7. ({pull}4336[#4336])
4543
4644
[float]
4745
===== Bug fixes
4846
47+
* Fix to support a internal refactor in `mysql2` v3.11.5. ({pull}4334[#4334])
4948
* Guard against a possible encoding error of tracing data in the APM client,
5049
before it is sent. It is *possible* this could wedge the APM client,
5150
resulting in the APM agent no longer sending tracing data.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "4.8.1",
3+
"version": "4.9.0",
44
"description": "The official Elastic APM agent for Node.js",
55
"type": "commonjs",
66
"main": "index.js",

0 commit comments

Comments
 (0)