File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,21 @@ endif::[]
21
21
[[release-notes-3.x]]
22
22
=== Node.js Agent version 3.x
23
23
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
+
24
39
[[release-notes-3.0.0]]
25
40
==== 3.0.0 - 2019/9/30
26
41
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " elastic-apm-node" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " The official Elastic APM agent for Node.js" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments