Releases: golang-migrate/migrate
Releases · golang-migrate/migrate
v3.3.1
Changes:
- Allow non-alphanumeric with the MySQL db driver thanks to @RyanDeng and @bcho (#69)
- Other db drivers may still have this issue as the fix was only applied to the MySQL db driver
 
 - Display more info when Postgres errors are encountered thanks to @dvic (#71)
 - Smaller docker images
 - Ensure that all release binaries are statically built
 
v3.3.0
Changes:
- Cassandra DB driver improvements
- Can now create an instance of the driver using an existing DB instance thanks to @mixedCase and @kenjones-cisco (#30 and #32)
 
 - Timestamp format can be customized in CLI thanks to @bobmeister (#17)
 - Github migration sources parse URL fragments thanks to @thurt (#22)
 - CLI available via docker thanks to @Its-Alex (#24 and #27)
 - Use keyed struct fields for file sources to fix GAE issues thanks to @wmetaw (#43)
 - dep used to manage dependencies
 - Fix postgres driver locking thanks to @Teddy-Schmitz (#13)
 - Loaded source and db drivers displayed in CLI help text
 - Actually support S3, go-bindata, and GCS migration sources in the CLI. Fixes #52
 - Support godoc vfs sources thanks to @SamWhited
 - Build binaries with statically linked libraries. Fixes #45
 - Improve usability of the 
createcommand by making the-extflag required (#53 (comment))- This is not considered a backwards incompatible change as any migration created without an extension would have erred during loading
 
 
v3.2.0
v3.1.0
First release after the fork!
Changes:
- Test improvements
- Unit tests all pass
 - TravisCi builds report coverage to coveralls
 - Unit tests run faster
 
 - Support creating migrations with sequential (strictly monotonically increasing) names
 - Binaries built using Go 1.9
 - Dropped sqlite3 support since it was never working to begin with.