Skip to content

Commit 58d632b

Browse files
committed
3.1.0
1 parent 1b825ef commit 58d632b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.asciidoc

+15
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ endif::[]
2121
[[release-notes-3.x]]
2222
=== Node.js Agent version 3.x
2323
24+
[[release-notes-3.1.0]]
25+
==== 3.1.0 - 2019/10/16
26+
27+
[float]
28+
===== Features
29+
* feat(mongodb): instrumentation {pull}1423[#1423]
30+
* fix(package): update elastic-apm-http-client to version 9.0.0 {pull}1419[#1419]
31+
* perf: cache 'ids' value of transactions and spans {pull}1434[#1434]
32+
33+
[float]
34+
===== Bug fixes
35+
* fix: always end transaction when socket is closed prematurely {pull}1439[#1439]
36+
* fix: change logUncaughtExceptions default to false {pull}1432[#1432]
37+
* fix: write stack trace of uncaught exceptions to STDERR {pull}1429[#1429]
38+
2439
[[release-notes-3.0.0]]
2540
==== 3.0.0 - 2019/9/30
2641

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)