Skip to content
Merged

3.24.0 #2435

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Notes:
[[release-notes-3.x]]
=== Node.js Agent version 3.x

==== Unreleased
[[release-notes-3.24.0]]
==== 3.24.0 2021/11/09

[float]
===== Breaking changes
Expand Down Expand Up @@ -80,7 +81,6 @@ This is similar to <<disable-send, `disableSend`>>, but differs in that
One consequence of this change is that `apm.getServiceName()` will return
`undefined` until the agent is started (check with `apm.isStarted()`).


[float]
===== Bug fixes

Expand Down
1 change: 1 addition & 0 deletions docs/upgrading.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The table below is a simplified description of this policy.
[options="header"]
|====
|Agent version |EOL Date |Maintained until
|3.24.x |2023-05-09 |3.25.0
|3.23.x |2023-04-25 |3.24.0
|3.22.x |2023-04-21 |3.23.0
|3.21.x |2023-03-15 |3.22.0
Expand Down
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": "3.23.0",
"version": "3.24.0",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down