mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
merge with upstream
This commit is contained in:
commit
1d261962c0
3
NEWS.md
3
NEWS.md
@ -4,6 +4,9 @@ For richer information consult the commit log on github with referenced pull req
|
||||
|
||||
We do not include break-fix version release in this file.
|
||||
|
||||
### v2.10.0
|
||||
- Add support for [the password file](http://www.postgresql.org/docs/9.3/static/libpq-pgpass.html)
|
||||
|
||||
### v2.9.0
|
||||
- Add better support for [unix domain socket](https://github.com/brianc/node-postgres/pull/487) connections
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg",
|
||||
"version": "2.9.0",
|
||||
"version": "2.10.0",
|
||||
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
||||
"keywords": [
|
||||
"postgres",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user