3.0.0
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