Skip to content

Releases: zonkyio/embedded-postgres

v2.1.0

29 Nov 13:24
Compare
Choose a tag to compare

Changes:

  • Fixed dependency conflicts with commons-io and commons-compress libraries (#133)
  • Removed unnecessary try-catch handling when extracting PostgreSQL binaries (#136)
  • Upgraded dependencies: (#135 #142 #140 #130 #128)
    • Flyway to 9.22.3
    • Liquibase to 4.30.0
    • PostgreSQL JDBC Driver to 42.7.4
    • Embedded Postgres Binaries to 14.15.0
    • Apache Commons Compress to 1.26.2
    • Apache Commons IO to 2.16.1
    • Apache Commons Codec to 1.17.1
    • Apache Commons Lang to 3.15.0
    • Tukaani XZ to 1.10

v2.0.7

09 Apr 09:47
Compare
Choose a tag to compare

Changes:

  • Upgrade to PostgreSQL JDBC Driver 42.7.3 (#129)
  • Upgrade to Apache Commons Compress 1.26.0 (#127)

v2.0.6

05 Dec 12:04
Compare
Choose a tag to compare

Release notes

This is a bugfix version that fixes missing libintl library in Embedded Postgres Binaries (zonkyio/embedded-postgres-binaries#75). The issue is specific only to version 14.10 (the default version) for the macOS platform. If you are using the library with a different version of PostgreSQL, the problem should not affect you.

v2.0.5

24 Nov 13:12
Compare
Choose a tag to compare

Warning

This version contains a critical bug (zonkyio/embedded-postgres-binaries#75) and should not be used anymore. Please use version 2.0.6 instead.

Changes:

  • Upgrade to PostgreSQL 14.10 (#121)
  • Support for x86 emulation on Windows ARM platform (#116)

v2.0.4

16 May 13:03
Compare
Choose a tag to compare

Changes:

  • Upgrade to PostgreSQL 14.8 (#112)

v2.0.3

10 Feb 21:27
Compare
Choose a tag to compare

Changes:

  • Upgrade to PostgreSQL 14.7 (#109)
  • Extend FlywayPreparer by a new factory method accepting a configuration map (#96)
  • Fix issues that occurred when using Linux ARM binaries in Docker on M1 Macs (#99 #95)

v2.0.2

07 Dec 16:58
Compare
Choose a tag to compare

Changes:

  • Upgrade to PostgreSQL 14.6 (#101)
  • Extend LiquibasePreparer by a new forFile factory method (#98)
  • Fix a rare permission issue occurring when starting a postgres process on the Windows platform (#66 #97)

v2.0.1

20 Aug 10:04
Compare
Choose a tag to compare

Changes:

  • Upgrade to PostgreSQL 14.5 (#93)
  • Fix using unshare wrapper when the wrapper user does not have a valid name (#81 #84)

v2.0.0

25 Jun 13:21
Compare
Choose a tag to compare

Breaking changes:

  • Upgrade to PostgreSQL 14.3 (#78)

Other changes:

  • Upgrade to PostgreSQL JDBC Driver 42.3.5 (#88)
  • Upgrade to Apache Commons Lang 3.12.0 (#88)
  • Upgrade to Apache Commons IO 2.11.0 (#88)
  • Upgrade to Apache Commons Codec 1.15 (#88)
  • Upgrade to SLF4J API 1.7.36 (#88)
  • Upgrade to Tukaani XZ 1.9 (#88)

v1.3.1

22 Aug 16:13
Compare
Choose a tag to compare

Changes:

  • Upgrade to PostgreSQL 10.18 (#71)
  • Upgrade to Apache Commons Compress 1.21 (#69)