migrate v4.10.0 Release Notes

Release Date: 2020-03-15 // about 4 years ago
  • ๐Ÿ”„ Changes

    Drivers

    • ๐Ÿ”ง Make automatic transaction-wrapping of SQLite migrations configurable, fixing #346 thanks to @saj (#350)
    • โšก๏ธ Update CockroachDB driver fixing #308

    CLI

    • ๐Ÿ›  Fixed path issues (#238) thanks to @13k and @r3code (#352)
      • Refactored/cleaned up migration creation code and increased test coverage!

    ๐Ÿ— Builds

    • โž• Add support for Go 1.14 and drop support for Go 1.12
      • Pre-built binaries are now built using Go 1.14
    • ๐Ÿ”„ Changed CLI path in Docker image fixing #304 thanks to @jace-ys (#356)

    ๐Ÿ“„ Docs

    • โž• Add Windows install instructions using scoop thanks to @martinlindhe (#348)
    • โž• Add docs for SQLite thanks to @saj