Skip to content

Commit 1e04fdb

Browse files
committed
Add changes for v6.3.0
1 parent b5b49eb commit 1e04fdb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
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+
### 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+
713
### v6.2.0
814

915
- Add support for [parsing `replicationStart` messages](https://github.com/brianc/node-postgres/pull/1271/files).

0 commit comments

Comments
 (0)