Skip to content

Commit 3ca9536

Browse files
committed
5.0.0
* README: add info about LTS policy (Miroslav Bajtoš) * Upgrade dev dependencies (Miroslav Bajtoš) * [SEMVER-MAJOR] Upgrade `pg` to `8.0` (Miroslav Bajtoš) * Update dependencies (Miroslav Bajtoš) * Add Node.js 13.x to Travis CI matrix (Miroslav Bajtoš) * Drop support for Node.js 8.x (Miroslav Bajtoš) * chore: update strong-globalize version (Diana Lau)
1 parent 0f00046 commit 3ca9536

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGES.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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+
135
2020-03-19, Version 3.9.1
236
=========================
337

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudN
613613

614614
| Version | Status | Published | EOL |
615615
| ---------- | --------------- | --------- | -------------------- |
616-
| 4.x | Current | Mar 2017 | Apr 2023 _(minimum)_ |
616+
| 5.x | Current | Apr 2020 | Apr 2023 _(minimum)_ |
617617
| 3.x | Active LTS | Mar 2017 | Apr 2022 |
618618

619619
Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-postgresql",
3-
"version": "3.9.1",
3+
"version": "5.0.0",
44
"description": "Loopback PostgreSQL Connector",
55
"engines": {
66
"node": ">=10"

0 commit comments

Comments
 (0)