Skip to content

Releases: hgschmie/pg-embedded

Release 5.1.0

23 Oct 01:51
b019b95
Compare
Choose a tag to compare

[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

20 Oct 23:51
9a96ea6
Compare
Choose a tag to compare

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

26 May 16:31
ab93d40
Compare
Choose a tag to compare

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

13 Feb 02:40
2eb4b62
Compare
Choose a tag to compare

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

30 Nov 19:50
6b0c9a9
Compare
Choose a tag to compare

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