diff --git a/NEWS.md b/NEWS.md index f1d47dde..4178f70a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,12 @@ 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.1 +- Add support for SSL connections in JavaScript driver + - this means you can connect to heroku postgres locally without the native bindings! +- [Add field metadata to result object](https://github.com/brianc/node-postgres/blob/master/test/integration/client/row-description-on-results-tests.js) +- [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) + ### v2.0 - Properly handle various PostgreSQL to JavaScript type conversions to avoid data loss: