Skip to content

3.0.0

Compare
Choose a tag to compare
@richardbiddle richardbiddle released this 21 Jan 03:55
· 12 commits to master since this release
eee37cf

Added change required for connecting to heroku with node-postgres 8
Change default behavior when not specifying rejectUnauthorized with the SSL connection parameters. Previously we defaulted to rejectUnauthorized: false when it was not specifically included. We now default to rejectUnauthorized: true. Manually specify { ssl: { rejectUnauthorized: false } } for old behavior.
https://node-postgres.com/announcements#2020-02-25