We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e5d72 commit f0e1622Copy full SHA for f0e1622
NEWS.md renamed to CHANGELOG.md
@@ -4,6 +4,16 @@ 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
+### v5.0.0
8
+
9
+#### Breaking Changes
10
+- `require('pg').native` now returns null if the native bindings cannot be found; previously, this threw an exception.
11
12
+#### New Features
13
+- better error message when passing `undefined` as a query parameter
14
+- support for `defaults.connectionString`
15
+- support for `returnToHead` being passed to [generic pool](https://github.com/coopernurse/node-pool)
16
17
### v4.5.0
18
- Add option to parse JS date objects in query parameters as [UTC](https://github.com/brianc/node-postgres/pull/943)
19
0 commit comments