We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b49eb commit 1e04fdbCopy full SHA for 1e04fdb
CHANGELOG.md
@@ -4,6 +4,12 @@ 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
+### v6.3.0
8
+
9
+- Deprecate `pg.connect` `pg.end` and `pg.cancel` - favor using `new pg.Pool()` instead of pg singleton.
10
+- Deprecate undocumented but possibly used `query.promise()` method. Use the promise returned directly from `client.query` / `pool.query`.
11
+- Deprecate returning an automatically created query result from `client.query`. Instead return more idomatic responses for callback/promise methods.
12
13
### v6.2.0
14
15
- Add support for [parsing `replicationStart` messages](https://github.com/brianc/node-postgres/pull/1271/files).
0 commit comments