Releases: fergusstrange/embedded-postgres
Releases · fergusstrange/embedded-postgres
v1.19.0
Upgrade Postgres versions and set the default version to v14.
What's Changed
- Upgrade versions. by @fergusstrange in #85
Full Changelog: v1.18.0...v1.19.0
v1.18.0
Add error info when 'unable to init db'.
What's Changed
- Add error info in message 'unable to init db' by @dor-utila in #77
New Contributors
- @dor-utila made their first contribution in #77
Full Changelog: v1.17.0...v1.18.0
v1.17.0
Add SHA256 validation on download
v1.16.0
Upgrade Postgres versions
Upgrade some dependencies that have fallen behind
v1.15.0
Upgrade Postgres versions.
Add new maven repository binary override configuration.
v1.14.0
Fixes for leaks within connection closure.
v1.13.0
Upgrade Postgres versions, including major v14 which supports ARM based Mac hardware.
v1.12.0
Remove a lot of redundant dependencies in favour of using the underlying xz extraction library
v1.11.0
- Update xz dependency to resolve CVE-2020-16845.
- Ensure any custom logger using
io.Writer
interface works.
v1.10.0
Add option to select pre-existing binaries path for starting a Postgres instance without having to download and extract it.