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 684cd09 commit f824d74Copy full SHA for f824d74
CHANGELOG.md
@@ -4,6 +4,15 @@ For richer information consult the commit log on github with referenced pull req
4
5
We do not include break-fix version release in this file.
6
7
+### pg@8.7.0
8
+
9
+- Add optional config to [pool](https://github.com/brianc/node-postgres/pull/2568) to allow process to exit if pool is idle.
10
11
+### pg-cursor@2.7.0
12
13
+- Convert to [es6 class](https://github.com/brianc/node-postgres/pull/2553)
14
+- Add support for promises [to cursor methods](https://github.com/brianc/node-postgres/pull/2554)
15
16
### pg@8.6.0
17
18
- Better [SASL](https://github.com/brianc/node-postgres/pull/2436) error messages & more validation on bad configuration.
0 commit comments