Releases: zonkyio/embedded-postgres
Releases · zonkyio/embedded-postgres
v2.1.0
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
Changes:
- Upgrade to PostgreSQL JDBC Driver 42.7.3 (#129)
- Upgrade to Apache Commons Compress 1.26.0 (#127)
v2.0.6
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
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
Changes:
- Upgrade to PostgreSQL 14.8 (#112)
v2.0.3
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
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
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
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
Changes:
- Upgrade to PostgreSQL 10.18 (#71)
- Upgrade to Apache Commons Compress 1.21 (#69)