You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)
15
+
- Bump minimum required version of [native bindings](https://github.com/brianc/node-postgres/pull/2787).
16
+
- Catch previously uncatchable errors thrown in [`pool.query`](https://github.com/brianc/node-postgres/pull/2569).
17
+
- 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).
18
+
- Support `lock_timeout` in [client config](https://github.com/brianc/node-postgres/pull/2779).
19
+
- Fix errors thrown in callbacks from [interfering with cleanup](https://github.com/brianc/node-postgres/pull/2753).
0 commit comments