Skip to content

Commit 723bd04

Browse files
author
Martin Kuba
committed
docs: Updated changelog for v1.25.5
1 parent a774cc5 commit 723bd04

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

NEWS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
117
### v1.25.4 (2016-02-24):
218

319
* Added more HTTP request/response parameters to transactions.

0 commit comments

Comments
 (0)