migrate v4.14.1 Release Notes

Release Date: 2020-11-22 // over 3 years ago
  • ๐Ÿ”„ Changes

    Source Drivers

    • โœ‚ Remove iofs driver (#472) since it was breaking go mod tidy. Thanks to @zikaeroh for reporting the issue (#480) and @johejo for the revert PR (#481)

Previous changes from v4.14.0

  • ๐Ÿ”„ Changes

    Source Drivers

    • โž• Add BitBucket as a source thanks to @Doctor-X (#450)
    • ๐Ÿ‘Œ Improve error message readability when the source driver is missing thanks to @olicuzo (#454)
    • โž• Add iofs source driver (Go 1.16+ only) fixing #471 thanks to @johejo (#472)

    Database Drivers

    • Spanner
      • Add local locks for Spanner (fa3e119)
      • Run tests against in-memory emulator fixing #410
    • MySQL
      • Fix issue (#411) connecting to MySQL with custom TLS parameters. Thanks @Chronojam for the detailed bug report!
      • Fix issue with ANSI or ANSI_QUOTES sql_mode (#475) thanks to @MacTynow (#476)
    • Properly handle all errors when running drop thanks to @hypnoglow (#456)
    • โšก๏ธ Update dhui/dktest to update docker client which uses the module compatible version of logrus

    CLI

    • โž• Add help option (-h) to every migrate command thanks to @yageek (#460)

    ๐Ÿ“„ Docs

    • Warn about installing migrate via go get from within a module fixing #257
    • Document postgres search_path issues thanks to @veger (#414)
    • ๐Ÿ›  Typo fixed thanks to @xortive (#458)
    • Document -f option for the drop command thanks to @neomantra (#459)