We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a774cc5 commit 723bd04Copy full SHA for 723bd04
NEWS.md
@@ -1,3 +1,19 @@
1
+### v1.25.5 (2016-03-09):
2
+
3
+* Added instrumentation of Bluebird promises.
4
5
+ Previously, the transaction state could get lost when multiple promises resolved
6
+ close to each other.
7
8
+* Fixed issue with PostgreSQL native instrumentation.
9
10
+ Previously, calling `require('pg').native` more than once was causing
11
+ the agent to crash.
12
13
+* Fixed issue with hapi instrumentation not returning value from Server.connection().
14
15
+* Various improvements to tests to make them more stable.
16
17
### v1.25.4 (2016-02-24):
18
19
* Added more HTTP request/response parameters to transactions.
0 commit comments