Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.9.0 #1900

Merged
merged 1 commit into from Nov 30, 2020
Merged

3.9.0 #1900

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 3 additions & 4 deletions CHANGELOG.asciidoc
Expand Up @@ -30,10 +30,8 @@ Notes:
=== Node.js Agent version 3.x


==== Unreleased

[float]
===== Breaking changes
[[release-notes-3.9.0]]
==== 3.9.0 - 2020/11/30

[float]
===== Features
Expand All @@ -53,6 +51,7 @@ Notes:
[float]
===== Bug fixes

* fix: treat set-cookie in response headers as sensitive data {pull}1886[#1886]
* fix: Synchronous spans would never have `span.sync == true`. {pull}1879[#1879]


Expand Down
1 change: 1 addition & 0 deletions docs/upgrading.asciidoc
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.9.x |2022-05-30 |3.10.0
|3.8.x |2022-05-09 |3.9.0
|3.7.x |2022-02-10 |3.8.0
|3.6.x |2021-11-18 |3.7.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "elastic-apm-node",
"version": "3.8.0",
"version": "3.9.0",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down