File tree 2 files changed +7
-17
lines changed
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
+
1
7
2020-04-21, Version 5.0.0
2
8
=========================
3
9
15
21
16
22
* chore: update strong-globalize version (Diana Lau)
17
23
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
24
35
25
2020-03-19, Version 3.9.1
36
26
=========================
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " loopback-connector-postgresql" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
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