Skip to content

Commit 6ac4e6d

Browse files
committed
update news
1 parent f263fe1 commit 6ac4e6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ For richer information consult the commit log on github with referenced pull req
44

55
We do not include break-fix version release in this file.
66

7+
### v2.1
8+
- Add support for SSL connections in JavaScript driver
9+
- this means you can connect to heroku postgres locally without the native bindings!
10+
- [Add field metadata to result object](https://github.com/brianc/node-postgres/blob/master/test/integration/client/row-description-on-results-tests.js)
11+
- [Add ability for rows to be returned as arrays instead of objects](https://github.com/brianc/node-postgres/blob/master/test/integration/client/results-as-array-tests.js)
12+
713
### v2.0
814

915
- Properly handle various PostgreSQL to JavaScript type conversions to avoid data loss:

0 commit comments

Comments
 (0)