Skip to content

Releases: amacneil/dbmate

v1.9.0

25 Jun 21:07
2b61b43
Compare
Choose a tag to compare
  • Support for unix sockets with PostgreSQL and MySQL (#131, #136)
  • Add --verbose output flag to print last insert ID and rows affected (#138)
  • Add --wait-timeout flag (#127)

v1.8.0

29 Apr 00:25
a45d03a
Compare
Choose a tag to compare
  • Add dbmate status command to list applied and pending migrations (#120, #124)
  • Add --wait flag to all commands to wait for the database to be ready before proceeding (#112)
  • Fixed integration test failures with latest docker postgres images due to unset default password (#121)
  • Improved code linting (#113)

v1.7.0

25 Sep 05:11
e5ade06
Compare
Choose a tag to compare
  • Publish binaries for Windows and macOS (#89)
  • Fix dbmate wait command on PostgreSQL servers with no postgres schema (#90)
  • Improve error messages while loading .env files (#80)
  • Build with Go 1.13 (#89)

v1.6.0

27 May 20:42
5a8b38b
Compare
Choose a tag to compare
  • Require presence of a -- migrate:up directive in migration files (#72)
  • Explicitly fail if any sql statements precede the -- migrate:up directive (#77)
  • Fix error when using special characters in mysql passwords (#76)

v1.5.0

20 May 03:11
a31e06b
Compare
Choose a tag to compare

v1.4.1

04 Sep 04:41
abc544b
Compare
Choose a tag to compare
  • Explicitly specify public schema for schema_migrations table (fixes error importing schema.sql in PostgreSQL 9.6.8+) (#49, #52)

v1.4.0

07 May 01:55
4710a35
Compare
Choose a tag to compare
  • Add dbmate wait command (#35, docs)
  • Move cmd package to project root directory (#29)
  • Upgrade to Go 1.10 (#38)

v1.3.0

24 Jan 01:54
Compare
Choose a tag to compare
  • Add dbmate dump command and automatic schema.sql file generation support (#23)
  • Create official docker release image (#21)
  • Add default port 3306 for MySQL connections (#13)
  • Upgrade to Go 1.9 (#19)
  • Separate cmd/dbmate and pkg/dbmate packages for easier importing (#11)
  • Add proper cgo build constraints to remove SQLite support in musl binary (#25)
  • Migrate to dep for dependency management (#26)

v1.2.1

01 Mar 05:56
Compare
Choose a tag to compare
  • Go 1.8.0
  • Add musl target for Alpine linux support

v1.2.0

16 Aug 06:22
Compare
Choose a tag to compare
  • Fixed migrations being applied in the wrong order
  • Updated references from codegangsta/cli to urfave/cli