Embedded Database Spring Test Versions Save

A library for creating isolated embedded databases for Spring-powered integration tests.

v1.6.3

3 years ago

Changes:

  • Fixed compatibility with Flyway 7.5.1+ (#149)

v1.6.2

3 years ago

Changes:

  • Upgrade to Embedded Postgres 1.2.10
  • Support for Flyway 7.4 and 7.5 (#144)
  • Support for Testcontainers 1.15.1 (#142)

v2.0.0-beta1

3 years ago

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

3 years ago

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

3 years ago

Changes:

  • Support for Flyway 7 (#126)

v1.5.5

3 years ago

Changes:

v1.5.4

4 years ago

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

4 years ago

Changes:

  • Fixed compatibility with Spring Cloud Hoxton (#79)

v1.5.2

4 years ago

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

4 years ago

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)