Skip to content

Releases: zonkyio/embedded-postgres

v2.2.2

01 Mar 13:41

Choose a tag to compare

Changes:

  • Upgrade to Embedded Postgres Binaries 14.22.0 (#175)

v2.2.1

25 Feb 00:15

Choose a tag to compare

Changes:

  • Added option to control registering of the shutdown hook (#170)
  • Upgraded dependencies: (#172 #173)
    • Embedded Postgres Binaries to 14.21.0
    • PostgreSQL JDBC Driver to 42.7.10
    • Apache Commons Codec to 1.21.0
    • Apache Commons Lang to 3.20.0
    • Tukaani XZ to 1.11

v2.2.0

14 Nov 15:42

Choose a tag to compare

Changes:

  • Added support for advanced PostgreSQL configuration via data directory customizer (#144)
  • Upgraded dependencies: (#167 #168)
    • Embedded Postgres Binaries to 14.20.0
    • PostgreSQL JDBC Driver to 42.7.8
    • Liquibase to 4.33.0
    • Apache Commons Compress to 1.28.0
    • Apache Commons IO to 2.21.0
    • Apache Commons Codec to 1.20.0
    • Apache Commons Lang to 3.19.0

v2.1.1

23 Aug 12:18

Choose a tag to compare

Changes:

  • Fixed security vulnerabilities CVE-2025-49146 and CVE-2025-48924 (#153 #156 #157)
  • Improved temporary detect_linux_distribution_xxx.sh files cleanup (#155)
  • Added access to the underlying PostgreSQL process (#148)
  • Upgraded dependencies:
    • Embedded Postgres Binaries to 14.19.0 (#160)
    • Apache Commons Lang to 3.18.0 (#157)
    • PostgreSQL JDBC Driver to 42.7.7 (#153)

v2.1.0

29 Nov 13:24

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

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

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

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

Choose a tag to compare

Changes:

  • Upgrade to PostgreSQL 14.8 (#112)

v2.0.3

10 Feb 21:27

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)