Skip to content

Releases: zonkyio/embedded-database-spring-test

v1.6.3

10 Feb 17:40
Compare
Choose a tag to compare

Changes:

  • Fixed compatibility with Flyway 7.5.1+ (#149)

v1.6.2

21 Jan 11:17
Compare
Choose a tag to compare

Changes:

  • Upgrade to Embedded Postgres 1.2.10
    • Fixes compatibility issue with macOS Big Sur (#84)
    • Fixes consistency of postgres binaries when the temporary directory was partially deleted (zonkyio/embedded-postgres#50)
  • Support for Flyway 7.4 and 7.5 (#144)
  • Support for Testcontainers 1.15.1 (#142)

v2.0.0-beta1

04 Dec 09:21
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

For full upgrade instructions and new and noteworthy features please see the release notes.

Updated documentation is available here: https://github.com/zonkyio/embedded-database-spring-test/tree/v2.0.0-beta1

Breaking changes:

  • Docker is a default provider (#28)
  • Flyway dependencies are optional (#21)
  • Upgrade to PostgreSQL 11

New features:

  • New refresh mode to refresh the database during tests (#21)
  • Support for Liquibase (#46)
  • Support for Microsoft SQL Server (#25)
  • Support for MySQL database (#23)
  • Support for MariaDB database (#24)

v1.6.1

29 Nov 15:37
Compare
Choose a tag to compare

Changes:

  • Upgrade to Embedded Postgres 1.2.9 (#136)
    • Fixes compatibility issue with macOS Big Sur (#132)
  • Support for Flyway 7.3 (#134)

v1.6.0

13 Nov 19:39
Compare
Choose a tag to compare

Changes:

  • Support for Flyway 7 (#126)

v1.5.5

19 Aug 09:09
Compare
Choose a tag to compare

Changes:

  • Upgrade to Embedded Postgres 1.2.8 (#116)
  • Added support for Flyway 6.1.x, 6.2.x, 6.3.x, 6.4.x, 6.5.x (#114)

v1.5.4

23 May 12:48
Compare
Choose a tag to compare

Changes:

  • Upgrade to Embedded Postgres 1.2.7 (#97)
  • Added support for "max_connections" property to Zonky and OpenTable providers (#93)
  • Fixed that database connections was not being released properly in some cases (#94)

v1.5.3

12 Feb 19:10
Compare
Choose a tag to compare

Changes:

  • Fixed compatibility with Spring Cloud Hoxton (#79)

v1.5.2

19 Nov 11:06
Compare
Choose a tag to compare

Changes:

  • Upgrade to PostgreSQL 10.11 (#71)
  • Fixed compatibility with Flyway 6.0.3+ (#67)
  • Fixed NPE when debug logging is enabled on ReflectionTestUtils (#70)

v1.5.1

13 Sep 10:49
Compare
Choose a tag to compare

Changes:

  • Upgrade to PostgreSQL 10.10 (#60)
  • Added configuration customizer for docker provider (#61)
  • Fixed problem when configuring data source through Flyway properties (#58)
  • Fixed missing libstdc++ and libgcc libraries in alpine binaries (#9)