We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c5c57e + d59d2d2 commit 1d26196Copy full SHA for 1d26196
NEWS.md
@@ -4,6 +4,9 @@ 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
+### v2.10.0
8
+- Add support for [the password file](http://www.postgresql.org/docs/9.3/static/libpq-pgpass.html)
9
+
10
### v2.9.0
11
- Add better support for [unix domain socket](https://github.com/brianc/node-postgres/pull/487) connections
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pg",
3
- "version": "2.9.0",
+ "version": "2.10.0",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"postgres",
0 commit comments