Releases: zonkyio/embedded-database-spring-test
Releases · zonkyio/embedded-database-spring-test
v2.5.1
v2.5.0
v2.4.0
v2.3.0
v2.2.0
Changes:
- Upgrade to Embedded Postgres 2.0.2 (#222)
- Upgrade to Testcontainers 1.17.6 (#162)
- Added support for Flyway 8 and 9 (#207)
- Added support for Microsoft SQL Server 2022 (#209)
- Fixed compatibility with MariaDB Java Client 3 (#208)
- Fixed warnings that a database cannot be released occurring at the end of the test suite (#211)
v2.1.2
v2.1.1
Changes:
- Add support for Liquibase 4 (#179)
- Allow using custom images in conjunction with MSSQL, MySQL and MariaDB providers (#181)
- Fix letter case of MSSQL username that stops working when case-sensitive collation is enabled (#180)
- Fix using inter-bean dependencies defined by direct calls of
@Bean
methods in@Configuration
classes (#11)
v2.1.0
Changes:
- Upgrade to Embedded Postgres 1.3.1 (#176)
- Upgrade to PostgreSQL 10.18 (zonkyio/embedded-postgres#71)
- Upgrade to Apache Commons Compress 1.21 (zonkyio/embedded-postgres#69)
- Support for H2 database (#173)
- Fixed compatibility with Flyway 7.9+ (#172)
v2.0.1
Changes:
- Upgrade to Embedded Postgres 1.3.0 (#165)
- Support for Rosetta 2 emulation on Macs with Apple Silicon (M1) (zonkyio/embedded-postgres#52)
- Upgrade to Flyway 7 (zonkyio/embedded-postgres#46)
- Fixed that database replace mode was not working properly when configured via application properties (#163)
v2.0.0
For full upgrade instructions and new and noteworthy features please see the release notes.
Breaking changes:
New features:
- New refresh mode to reset 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)
Other changes:
- Remove Guava and Apache Commons transitive dependencies (#27)
- Some other minor changes