Releases: zapodot/embedded-db-junit
Releases · zapodot/embedded-db-junit
1.1.2
- fix bug #35 (reported @andham)
- update H2 to v. 1.4.199
- update bytebuddy to v. 1.9.13
- update liquibase to v. 3.6.3
- update guava to 27.1
- update hsqldb to 2.5.0
- update various maven plugins
1.1.1
- made some small fixes to the Flyway plugin
- updated byte-buddy to v. 1.8.11
- updated guava to v. 25.0-jre
- updated mockito to v. 2.18.3
- updated liquibase to v. 3.6.1
1.1.0
Changes in this release:
- requires at least Java 8 to run
- all dependencies are updated
- #13 - support for HyperSQL engine implemented
- #14 - support for multiple initialization SQL scripts implemented
- #16 - the CompatibilityMode enumeration is now part of the public interface
1.0
The first final release of the library including support for database evolutions defined using either Liquibase or Flyway.
Requires at least Java 7 to run