Skip to content

Releases: amacneil/dbmate

v2.1.0

18 Mar 23:10
7429d92
Compare
Choose a tag to compare

Added

Removed

Misc

v2.0.1

28 Feb 04:58
80d8791
Compare
Choose a tag to compare

Fixed

  • Fix issue with rollback trying to revert unapplied migrations by @sunaurus in #405
  • Fix support for absolute migration directory by @amacneil in #406

Changed

Thanks to @sunaurus and @blinktag for reporting issues in the v2.0.0 release.

v2.0.0

27 Feb 16:12
c0d15db
Compare
Choose a tag to compare

What's new in v2

  • Migration files must always define both a -- migrate:up block and a --migrate:down block (even if the down block is empty), preventing errors such as #108.
  • The schema_migrations table version column is now created as varchar(128) instead of varchar(256). Existing tables will not be modified.
  • Dbmate use as a Go library (including embedded filesystem migrations) is now documented, with some minor changes to the public API.
  • Dbmate now has an npm package.

Added

Changed

Fixed

Other

v1.16.2

31 Jan 06:44
Compare
Choose a tag to compare

v1.16.1

31 Jan 03:53
Compare
Choose a tag to compare

v1.16.0

22 Oct 23:55
649e03f
Compare
Choose a tag to compare

v1.15.0

25 Mar 17:08
Compare
Choose a tag to compare
  • Move sqlite driver import behind build constraint by @cloneable in #287

v1.14.0

04 Feb 05:15
519f186
Compare
Choose a tag to compare

Changed

  • Make status command read only (#242)

Fixed

  • Fix whitespace issues in SQLite absolute paths in DATABASE_URL (#266)
  • Append .exe to Windows release builds (#270)

Testing & Docs

  • Add scoop install instructions for windows (#263)
  • sqlite: Add test for two slashes in URL (#269)

v1.13.0

18 Jan 18:07
5cd9e25
Compare
Choose a tag to compare

v1.12.1

22 Jul 22:42
511336d
Compare
Choose a tag to compare