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
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,34 @@ 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.18.0
8
+
9
+
-[Return the client instance](https://github.com/brianc/node-postgres/pull/3564) as the result of calling `connect` (previously it was `void`).
10
+
11
+
## pg@8.17.0
12
+
13
+
- Throw correct error if database URL parsing [fails](https://github.com/brianc/node-postgres/issues/3513).
14
+
15
+
## pg@8.16.0
16
+
17
+
- Add support for [min connection pool size](https://github.com/brianc/node-postgres/pull/3438).
18
+
19
+
## pg@8.15.0
20
+
21
+
- Add support for [esm](https://github.com/brianc/node-postgres/pull/3423) importing. CommonJS importing is still also supported.
22
+
23
+
## pg@8.14.0
24
+
25
+
- Add support from SCRAM-SAH-256-PLUS i.e. [channel binding](https://github.com/brianc/node-postgres/pull/3356).
26
+
27
+
## pg@8.13.0
28
+
29
+
- Add ability to specify query timeout on [per-query basis](https://github.com/brianc/node-postgres/pull/3074).
30
+
31
+
## pg@8.12.0
32
+
33
+
- Add `queryMode` config option to [force use of the extended query protocol](https://github.com/brianc/node-postgres/pull/3214) on queries without any parameters.
34
+
7
35
## pg-pool@8.10.0
8
36
9
37
- Emit `release` event when client is returned to [the pool](https://github.com/brianc/node-postgres/pull/2845).
@@ -64,7 +92,7 @@ We do not include break-fix version release in this file.
64
92
65
93
### pg@8.2.0
66
94
67
-
- Switch internal protocol parser & serializer to [pg-protocol](https://github.com/brianc/node-postgres/tree/master/packages/pg-protocol). The change is backwards compatible but results in a significant performance improvement across the board, with some queries as much as 50% faster. This is the first work to land in an on-going performance improvment initiative I'm working on. Stay tuned as things are set to get much faster still! :rocket:
95
+
- Switch internal protocol parser & serializer to [pg-protocol](https://github.com/brianc/node-postgres/tree/master/packages/pg-protocol). The change is backwards compatible but results in a significant performance improvement across the board, with some queries as much as 50% faster. This is the first work to land in an on-going performance improvement initiative I'm working on. Stay tuned as things are set to get much faster still! :rocket:
0 commit comments