Skip to content

v4.2.0

Compare
Choose a tag to compare
@dhui dhui released this 03 Jan 20:05
fd50054

Breaking Changes

  • Update github.com/docker/docker checksum in go.sum which is computed differently in Go 1.11.4
    • If you're using Go modules, you'll need to use Go 1.11.4 with this version.

Changes

  • Update github.com/go-sql-driver/mysql from v1.4.0 to v1.4.1 to fix issue with connecting to a MySQL RDBMS w/o a password. Thanks to @fsouza for reporting (#139) and fixing (#141) the issue.
  • More tolerant URL parsing by file source driver thanks to @coolaj86 (#143)
  • Support NilVersion in ClickHouse db driver thanks to @bobrovde (#145)
    • To use this, you'll need to manually ALTER the version column in the schema version table. e.g. ALTER schema_migrations MODIFY COLUMN version Int64