Releases: hgschmie/pg-embedded
Releases · hgschmie/pg-embedded
Release 5.1.0
[If the 5.0 release works for you, there is no need to update. This is only build and dependency changes ]
- dropped support for Postgres 9.x and 10 (obsolete by postgresql.org)
- dependency updates, build fixes
- switch to three digit versioning
Release 5.0
Removed
- remove deprecated
DatabasePreparer
code and all related methods - remove deprecated
EmbeddedPostgres.BuilderCustomizer
code - remove deprecated
EmbeddedPostgres#addLocaleConfiguration()
method - remove deprecated
FlywayPreparer#customize()
method
Changed
- fixed obscure NPE when postgres does not start
- MacOS default is now to use native binaries, not x86_64
- update maven loader to 2.1.0
Release 4.2
Changed
This release is function-wise identical to the 4.1 release. It inlines the xz
and compress
dependencies to avoid clashes with other libraries.
Release 4.1
Added
- RequirePostgresVersion annotation for JUnit5
- Update documentation
Changed
- fix some problems with output logging
- improve installation version checking
- enhance CI builds, push SNAPSHOT directly to the snapshot repo
- use maven 3.8.4 for embedded maven version
- some bug fixes and enhancements
Release 4.0
First release for public consumption
- Full documentation site
- Supports PostgreSQL 9.6+
- Supports x86_64, aarch32, aarch64
- Significantly reduce download size, loads native binaries from Maven Central