Skip to content

Commit 3f25358

Browse files
authored
release 4.5.1 (#3966)
1 parent 526486f commit 3f25358

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

CHANGELOG.asciidoc

+3-11
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,8 @@ Notes:
3333
3434
See the <<upgrade-to-v4>> guide.
3535
36-
==== Unreleased
37-
38-
[float]
39-
===== Breaking changes
40-
41-
[float]
42-
===== Features
36+
[[release-notes-4.5.1]]
37+
==== 4.5.1 - 2024/04/11
4338
4439
[float]
4540
===== Bug fixes
@@ -49,14 +44,11 @@ See the <<upgrade-to-v4>> guide.
4944
* Fix span names for `getMore` command of mongodb. ({pull}3919[#3919])
5045
* Fix undici instrumentation to cope with a bug in [email protected] where
5146
`request.addHeader()` was accidentally removed. (It was re-added in
52-
47+
[email protected].) ({pull}3963[#3963])
5348
* Update undici instrumentation to avoid possibly adding a *second*
5449
'traceparent' header to outgoing HTTP requests, because this can break
5550
Elasticsearch requests. ({issues}3964[#3964])
5651
57-
[float]
58-
===== Chores
59-
6052
6153
[[release-notes-4.5.0]]
6254
==== 4.5.0 - 2024/03/13

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.5.0",
3+
"version": "4.5.1",
44
"description": "The official Elastic APM agent for Node.js",
55
"type": "commonjs",
66
"main": "index.js",

0 commit comments

Comments
 (0)