Skip to content

Commit 1c4d97d

Browse files
jannyHouSAMIBETTAYEB
authored andcommitted
5.0.1
* Fix serialization of arrays of string in update (loopbackio#428) (Selim Arsever) Signed-off-by: SAMI BETTAYEB <sami3639@gmail.com>
1 parent 007cdfa commit 1c4d97d

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

Diff for: CHANGES.md

+6-16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2020-05-06, Version 5.0.1
2+
=========================
3+
4+
* Fix serialization of arrays of string in update (#428) (Selim Arsever)
5+
6+
17
2020-04-21, Version 5.0.0
28
=========================
39

@@ -15,22 +21,6 @@
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

3525
2020-03-19, Version 3.9.1
3626
=========================

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)