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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,19 @@ For richer information consult the commit log on github with referenced pull req
4
4
5
5
We do not include break-fix version release in this file.
6
6
7
+
## pg@8.9.0
8
+
9
+
- Add support for [stream factory](https://github.com/brianc/node-postgres/pull/2898).
10
+
-[Better errors](https://github.com/brianc/node-postgres/pull/2901) for SASL authentication.
11
+
-[Use native crypto module](https://github.com/brianc/node-postgres/pull/2815) for SASL authentication.
12
+
7
13
## pg@8.8.0
8
14
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)
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