Skip to content

Releases: amacneil/dbmate

v2.7.0

27 Oct 04:56
8bbf517
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

26 Aug 05:47
6245b8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

23 Jun 04:15
eac105f
Compare
Choose a tag to compare

What's Changed

v2.4.0

31 May 03:07
9ae6172
Compare
Choose a tag to compare

What's Changed

New Contributors

v2.3.0

12 May 07:32
f4610da
Compare
Choose a tag to compare

What's Changed

  • Support multiple --migrations-dir directories by @dossy in #428

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

21 Mar 22:44
02a1790
Compare
Choose a tag to compare

What's Changed

Changed

Misc

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