Skip to content
Merged

3.37.0 #2830

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
9 changes: 2 additions & 7 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ Notes:
=== Node.js Agent version 3.x


==== Unreleased

[float]
===== Breaking changes
[[release-notes-3.37.0]]
==== 3.37.0 2022/07/18

[float]
===== Features
Expand All @@ -51,9 +49,6 @@ the, now deprecated, <<async-hooks,`asyncHooks`>> configuration option. If
you experience problems with the new AsyncLocalStorage-based tracking, you can
restore the older behavior with `contextManager: "asynchooks"`.

[float]
===== Bug fixes

[float]
===== Chores

Expand Down
1 change: 1 addition & 0 deletions docs/upgrading.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The table below is a simplified description of this policy.
[options="header"]
|====
|Agent version |EOL Date |Maintained until
|3.37.x |2024-01-18 |3.38.0
|3.36.x |2023-12-15 |3.37.0
|3.35.x |2023-12-01 |3.36.0
|3.34.x |2023-11-26 |3.35.0
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": "3.36.0",
"version": "3.37.0",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down