Releases: zonkyio/embedded-database-spring-test
Releases · zonkyio/embedded-database-spring-test
v1.5.1
13 Sep 10:49
Compare
Sorry, something went wrong.
No results found
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 )
v1.5.0
12 Jul 16:24
Compare
Sorry, something went wrong.
No results found
Changes:
Upgrade to PostgreSQL 10.9 (#55 )
Initial support for Flyway 6.0.0 (#57 )
v1.4.1
21 Feb 13:04
Compare
Sorry, something went wrong.
No results found
Changes:
Upgrade to PostgreSQL 10.7 (#42 )
Fixed processing migrations when multiple flyway beans are used (#43 )
Fixed database prefetching when Flyway configuration is changed while database tests are running (#44 )
v1.4.0
13 Feb 22:36
Compare
Sorry, something went wrong.
No results found
Changes:
Upgrade to Zonky Embedded Postgres 1.2.2
Added support for dockerized databases
Added support for replaceable database providers
Added support for multiple embedded databases within a single test class
Improved database prefetching to speed up the database initialization
Fixed processing of Flyway repeatable migrations
Some other fixes and improvements
v1.3.4
07 Dec 19:10
Compare
Sorry, something went wrong.
No results found
Changes:
Upgrade to PostgreSQL 10.6
Upgrade to Zonky Embedded Postgres 1.2.1
Improved support for Spring Boot's test annotations
Using @AutoConfigureTestDatabase(replace = NONE) is no longer required
Fixed warnings about using deprecated Flyway API
Some minor fixes and improvements
v1.3.3
24 Oct 20:04
Compare
Sorry, something went wrong.
No results found
Changes:
Added compatibility for Flyway 5.2.x
Migration to Zonky's fork of otj-pg-embedded component that fixes the following issues:
Fixed the logging of initdb process
Fixed the caching of prepared databases
Fixed overriding connection parameters
Fixed overriding locale settings
Improved extracting postgres archives on Windows
v1.3.2
26 Sep 15:42
Compare
Sorry, something went wrong.
No results found
Changes:
Added compatibility for upcoming Spring Boot 2.1.0
Fixed forward compatibility with Flyway 5.1.x ("forward" because the real use is blocked by #59 )
v1.3.1
31 Aug 18:23
Compare
Sorry, something went wrong.
No results found
Changes:
Upgrade to PostgreSQL 10.5
Added logging of jdbc strings to connect to the embedded database
Some minor fixes and improvements
v1.3.0
13 Jun 11:18
Compare
Sorry, something went wrong.
No results found
Changes:
Configurable version of PostgreSQL binaries
Customizable database configuration
Added support for Alpine Linux
Added compatibility for Flyway 5.0.x and 5.1.x
Some minor fixes and improvements
v1.2.0
05 Mar 16:42
Compare
Sorry, something went wrong.
No results found
Changes:
Improved compatibility with various flyway versions
Some minor fixes and improvements