Skip to content

Releases: fergusstrange/embedded-postgres

v1.19.0

09 Oct 10:56
b03c7f6
Compare
Choose a tag to compare

Upgrade Postgres versions and set the default version to v14.

What's Changed

Full Changelog: v1.18.0...v1.19.0

v1.18.0

21 Sep 10:08
f9d296f
Compare
Choose a tag to compare

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

Full Changelog: v1.17.0...v1.18.0

v1.17.0

14 Jun 01:14
1d2eeea
Compare
Choose a tag to compare

Add SHA256 validation on download

v1.16.0

07 Jun 05:39
9f87ef1
Compare
Choose a tag to compare

Upgrade Postgres versions
Upgrade some dependencies that have fallen behind

v1.15.0

02 Mar 04:34
ad24f6e
Compare
Choose a tag to compare

Upgrade Postgres versions.
Add new maven repository binary override configuration.

v1.14.0

06 Feb 09:53
6c3027c
Compare
Choose a tag to compare

Fixes for leaks within connection closure.

v1.13.0

15 Jan 03:27
62494bc
Compare
Choose a tag to compare

Upgrade Postgres versions, including major v14 which supports ARM based Mac hardware.

v1.12.0

22 Nov 02:35
b5602a5
Compare
Choose a tag to compare

Remove a lot of redundant dependencies in favour of using the underlying xz extraction library

v1.11.0

03 Oct 11:06
94eb2ca
Compare
Choose a tag to compare
  • Update xz dependency to resolve CVE-2020-16845.
  • Ensure any custom logger using io.Writer interface works.

v1.10.0

17 Sep 01:25
c1bd5f3
Compare
Choose a tag to compare

Add option to select pre-existing binaries path for starting a Postgres instance without having to download and extract it.