Skip to content

Commit 8a5e908

Browse files
authored
3.8.0 (#1864)
1 parent 98c8315 commit 8a5e908

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

CHANGELOG.asciidoc

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,29 @@ endif::[]
2121
[[release-notes-3.x]]
2222
=== Node.js Agent version 3.x
2323
24+
[[release-notes-3.8.0]]
25+
==== 3.8.0 - 2020/11/09
26+
27+
[float]
28+
===== Features
29+
30+
* feat: expand k8s pod ID discovery regex {pull}1863[#1863]
31+
* feat: implements tracestate {pull}1828[#1828] +
32+
Expands support for the W3C Trace Context specification by adding a tracestate
33+
header implementation, and uses this new header to track the Elastic
34+
transaction sample rate across a trace's service boundaries.
35+
* feat: add span and transaction outcome {pull}1824[#1824] +
36+
This adds an "outcome" field to HTTP(S)
37+
https://github.com/elastic/apm/blob/master/specs/agents/tracing-transactions.md#transaction-outcome[transactions]
38+
and https://github.com/elastic/apm/blob/master/specs/agents/tracing-spans.md#span-outcome[spans].
39+
40+
[float]
41+
===== Bug fixes
42+
43+
* fix(pg): prevent unhandled promise rejection {pull}1846[#1846]
44+
* fix: redis@2.x instrumentation was broken {pull}1852[#1852]
45+
* A number of fixes to the test suite.
46+
2447
[[release-notes-3.7.0]]
2548
==== 3.7.0 - 2020/8/10
2649
@@ -379,14 +402,14 @@ endif::[]
379402
380403
[float]
381404
===== Bug fixes
382-
* fix(metrics): ensure NaN becomes 0, not null {pull}837[#837]
405+
* fix(metrics): ensure NaN becomes 0, not null {pull}837[#837]
383406
384407
[[release-notes-2.5.0]]
385408
==== 2.5.0 - 2019/1/29
386409
387410
[float]
388411
===== Features
389-
* feat(metrics): added basic metrics gathering {pull}731[#731]
412+
* feat(metrics): added basic metrics gathering {pull}731[#731]
390413
391414
[[release-notes-2.4.0]]
392415
==== 2.4.0 - 2019/1/24

docs/upgrading.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The table below is a simplified description of this policy.
3131
[options="header"]
3232
|====
3333
|Agent version |EOL Date |Maintained until
34+
|3.8.x |2022-05-09 |3.9.0
3435
|3.7.x |2022-02-10 |3.8.0
3536
|3.6.x |2021-11-18 |3.7.0
3637
|3.5.x |2021-09-09 |3.6.0

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "3.7.0",
3+
"version": "3.8.0",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -195,9 +195,5 @@
195195
"squash-pr",
196196
"@commitlint/config-conventional"
197197
]
198-
},
199-
"coordinates": [
200-
56.038184,
201-
12.61979
202-
]
198+
}
203199
}

0 commit comments

Comments
 (0)