Skip to content

Commit adbe86d

Browse files
committed
Update changelog
1 parent 20a243e commit adbe86d

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ 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+
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+
713
814

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).
1420

1521
1622

0 commit comments

Comments
 (0)