Skip to content

v4.10.0

Compare
Choose a tag to compare
@dhui dhui released this 15 Mar 02:37
5cc28f0

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