- [postgresql] Avoid DDL when checking for versions table (#23)
- [postgresql] Start switching to sqlx to write cleaner code
- [postgresql] Transactions can be disabled per migration file
- [cassandra] Add disable_init_host_lookup url param (@GeorgeMac / #17)
- [crate] Add Crate database support, based on the Crate sql driver by herenow (@dereulenspiegel / #16)
- [sqlite] Allow multiple statements per migration (dklimkin / #11)
- Make MySQL driver aware of SSL certificates for TLS connection by scanning ENV variables (https://github.com/mattes/migrate/pull/117/files)
- Initial changelog release
- Timestamp migration, instead of increments (mattes/migrate#102)
- Versions will now be tagged
- Added consistency parameter to cassandra connection string (mattes/migrate#114)