Skip to content

Commit 8d49895

Browse files
committed
Update changelog
1 parent 6e386eb commit 8d49895

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
## pg@8.8.0
8+
9+
- Bump minimum required version of [native bindings](https://github.com/brianc/node-postgres/pull/2787)
10+
- Catch previously uncatchable errors thrown in [`pool.query`](https://github.com/brianc/node-postgres/pull/2569)
11+
- Prevent the pool from blocking the event loop if all clients are [idle](https://github.com/brianc/node-postgres/pull/2721) (and `allowExitOnIdle` is enabled)
12+
- Support `lock_timeout` in [client config](https://github.com/brianc/node-postgres/pull/2779)
13+
- Fix errors thrown in callbacks from [interfering with cleanup](https://github.com/brianc/node-postgres/pull/2753)
14+
715
### pg-pool@3.5.0
816

917
- Add connection [lifetime limit](https://github.com/brianc/node-postgres/pull/2698) config option.

0 commit comments

Comments
 (0)