Skip to content

Releases: fergusstrange/embedded-postgres

v1.12.0

22 Nov 02:35
b5602a5

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

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

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.

v1.9.0

22 Aug 11:11
c53d7f3

Choose a tag to compare

Minor logging changes

v1.8.0

19 Aug 00:53
19a27f3

Choose a tag to compare

Postgres versions upgraded to latest available versions from https://mvnrepository.com/artifact/io.zonky.test.postgres/embedded-postgres-binaries-bom

v1.7.0

20 May 10:51
06efa36

Choose a tag to compare

Add ARM support and test coverage for OSX and Linux.

v1.6.0

16 Apr 22:57
a50b550

Choose a tag to compare

Add Alpine Linux support

v1.5.0

01 Apr 02:26
1825a12

Choose a tag to compare

Upgrade minor Postgres versions.

v1.4.0

02 Mar 10:19

Choose a tag to compare

Allow the Postgres data directory to be overriden so that the database can be be reused beyond the lifecycle of a test case or single instantiation.

Assists with issues #18 and #15

v1.3.0

28 Jan 11:27
c7d9cea

Choose a tag to compare

Adds custom log handler for all Postgres logging.