File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 1+ 2020-05-06, Version 5.0.1
2+ =========================
3+
4+ * Fix serialization of arrays of string in update (#428 ) (Selim Arsever)
5+
6+
172020-04-21, Version 5.0.0
28=========================
39
1521
1622 * chore: update strong-globalize version (Diana Lau)
1723
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-
3424
35252020-03-19, Version 3.9.1
3626=========================
Original file line number Diff line number Diff line change 11{
22 "name" : " loopback-connector-postgresql" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "description" : " Loopback PostgreSQL Connector" ,
55 "engines" : {
66 "node" : " >=10"
You can’t perform that action at this time.
0 commit comments