Releases: zonkyio/embedded-postgres
Releases · zonkyio/embedded-postgres
v1.3.0
Changes:
- Support for Rosetta 2 emulation on Macs with Apple Silicon (M1) (#52)
- Upgrade to Flyway 7 (#46)
v1.2.10
Changes:
- Fixed compatibility issue with macOS Big Sur (#32)
- Fixed consistency of postgres binaries when the temporary directory was partially deleted (#50)
v1.2.9
Changes:
- Fixed compatibility issue with macOS Big Sur (#47)
- Improved JUnit 5 support (#45)
v1.2.8
Changes:
- Allow the embedded database to run as root when
ushare
command is available (#39)
v1.2.7
Changes:
- Fixed access to database binaries when the database is used from multiple user accounts (#27)
v1.2.6
Changes:
- Merged changes from upstream (up to
otj-pg-embedded:0.13.3
)
- Upgrade to PostgreSQL 10.11 (#18)
- Upgrade to Flyway 6 API (#19)
- Fixed process logging (#16)
v1.2.5
Changes:
- Upgrade to PostgreSQL 10.10 (#12)
v1.2.4
Changes:
- Upgrade to PostgreSQL 10.9
v1.2.3
Changes:
- Upgrade to PostgreSQL 10.7
v1.2.2
Changes:
- Merged changes from upstream (up to
otj-pg-embedded:0.13.2
)
- Added support for Liquibase
- Some other minor fixes and improvements