Skip to content

Releases: tlhunter/mig

v0.4.2

14 Aug 01:20
Compare
Choose a tag to compare
  • attempting to fix macos builds

Important
These macOS release binaries have broken SQLite support. To support SQLite for now you'll need to build them locally.

v0.4.1

13 Aug 04:20
Compare
Choose a tag to compare
  • fixes a bug where an unconfigured mig exits without displaying errors

Important
These macOS release binaries have broken SQLite support. To support SQLite for now you'll need to build them locally.

v0.4.0

21 Feb 01:24
Compare
Choose a tag to compare
  • adds support for sqlite

Important
These macOS release binaries have broken SQLite support. To support SQLite for now you'll need to build them locally.

v0.3.1

18 Feb 06:25
Compare
Choose a tag to compare
  • replaces hand-rolled transactions with library-provided transactions
  • fixes a bug where calling mig without arguments would crash instead of displaying error
  • commands that run mysql migrations (up, upto, all) now return timestamps
  • mig status now returns non zero exit status codes when tables are missing
  • fixes a bunch of unhandled errors during uncommon situations

v0.3.0

06 Feb 04:04
Compare
Choose a tag to compare
  • add support for --json flag
  • fix bug where upto command fails if no migrations have been run yet
  • removed a double slash in file path for create command output

v0.2.3

14 Jan 03:36
Compare
Choose a tag to compare
  • fix mig version so it can always run even with no config

v0.2.2

07 Jan 02:13
Compare
Choose a tag to compare
  • all errors give a non-zero exit status

v0.2.1

05 Jan 04:49
Compare
Choose a tag to compare
  • mig upto <migration name>
  • consistent TLS flag regardless of underlying driver

v0.2.0

01 Jan 20:12
Compare
Choose a tag to compare
  • first version that works start to finish
  • add support for mysql (which doubled binary sizes)
  • add support for --file="foo.migrc"
  • sanitize migration filenames created by mig create
  • separate test directories for testing built binaries

v0.1.1

29 Dec 06:11
Compare
Choose a tag to compare
  • added mig version
  • shrink binary sizes