Posts by
Mikiel Agutu

Mikiel Agutu

28 September 2020

Mikiel Agutu

28 September 2020

Flyway 7.0.0 Released

Flyway 7.0.0 is out! It contains many new features and improvements over Flyway 6.5.7. This version also adds more features and fixes on top of the V7 beta release. Highlights Most of the bigger changes are already detailed in the V7 beta blog post. Highlights of the new changes since the beta are: You can find a detailed... Read more

Mikiel Agutu

16 July 2020

Mikiel Agutu

16 July 2020

Configure resource providers

In May we received request from our friends at Quarkus asking that we allow users more control over how Flyway looks up resources. By resources, we mean things like migrations, callbacks, and so on. They were even kind enough to provide a Pull Request! The Pull Request was merged, and the changes released in Flyway 6.5. In this... Read more

Mikiel Agutu

8 June 2020

Mikiel Agutu

8 June 2020

JVM Properties

At its core, Flyway is a Java library, though it hooks into many clients which are frequently used in non-Java contexts. For non-Java contexts we’d like Flyway to be as platform-agnostic as possible. Nonetheless, some Java-specific concepts have to be exposed, like our use of Java Database Connectivity (JDBC) drivers. The Flyway Command Line... Read more