mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Update changelog for 5.0
This commit is contained in:
parent
01e5d726da
commit
f0e1622d4c
@ -4,6 +4,16 @@ For richer information consult the commit log on github with referenced pull req
|
||||
|
||||
We do not include break-fix version release in this file.
|
||||
|
||||
### v5.0.0
|
||||
|
||||
#### Breaking Changes
|
||||
- `require('pg').native` now returns null if the native bindings cannot be found; previously, this threw an exception.
|
||||
|
||||
#### New Features
|
||||
- better error message when passing `undefined` as a query parameter
|
||||
- support for `defaults.connectionString`
|
||||
- support for `returnToHead` being passed to [generic pool](https://github.com/coopernurse/node-pool)
|
||||
|
||||
### v4.5.0
|
||||
- Add option to parse JS date objects in query parameters as [UTC](https://github.com/brianc/node-postgres/pull/943)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user