File tree 3 files changed +36
-2
lines changed
3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2020-04-21, Version 5.0.0
2
+ =========================
3
+
4
+ * README: add info about LTS policy (Miroslav Bajtoš)
5
+
6
+ * Upgrade dev dependencies (Miroslav Bajtoš)
7
+
8
+ * [ SEMVER-MAJOR] Upgrade ` pg ` to ` 8.0 ` (Miroslav Bajtoš)
9
+
10
+ * Update dependencies (Miroslav Bajtoš)
11
+
12
+ * Add Node.js 13.x to Travis CI matrix (Miroslav Bajtoš)
13
+
14
+ * Drop support for Node.js 8.x (Miroslav Bajtoš)
15
+
16
+ * chore: update strong-globalize version (Diana Lau)
17
+
18
+ ## Breaking changes
19
+
20
+ The client library ` pg ` was upgraded to ` 8.0 ` with the following notable changes:
21
+
22
+ - Change default behavior when not specifying ` rejectUnauthorized ` with the
23
+ SSL connection parameters. Previously we defaulted to
24
+ ` rejectUnauthorized: false ` when it was not specifically included. We now
25
+ default to ` rejectUnauthorized: true ` . Manually specify
26
+ ` { ssl: { rejectUnauthorized: false } } ` for old behavior.
27
+
28
+ - Change default database when not specified to use the ` user ` config option
29
+ if available. Previously ` process.env.USER ` was used.
30
+
31
+ See pg's changelog for the full list of breaking changes.
32
+ https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md#pg800
33
+
34
+
1
35
2020-03-19, Version 3.9.1
2
36
=========================
3
37
Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudN
613
613
614
614
| Version | Status | Published | EOL |
615
615
| ---------- | --------------- | --------- | -------------------- |
616
- | 4 .x | Current | Mar 2017 | Apr 2023 _ (minimum)_ |
616
+ | 5 .x | Current | Apr 2020 | Apr 2023 _ (minimum)_ |
617
617
| 3.x | Active LTS | Mar 2017 | Apr 2022 |
618
618
619
619
Learn more about our LTS plan in [ docs] ( https://loopback.io/doc/en/contrib/Long-term-support.html ) .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " loopback-connector-postgresql" ,
3
- "version" : " 3.9.1 " ,
3
+ "version" : " 5.0.0 " ,
4
4
"description" : " Loopback PostgreSQL Connector" ,
5
5
"engines" : {
6
6
"node" : " >=10"
You can’t perform that action at this time.
0 commit comments