Skip to content

Releases: mattermost/morph

v1.1.0

19 Dec 09:07
c59c176
Compare
Choose a tag to compare

What's Changed

  • simplify the API by reducing any alternative approaches by @isacikgoz in #15
  • add initial test helper for the morph engine by @isacikgoz in #16
  • Add official logo by @azigler in #18
  • commands: move generate under new command with new subcommand by @isacikgoz in #20
  • Add diff and rollback for migrations by @isacikgoz in #17
  • commands: add plan sub commands by @isacikgoz in #21
  • [MM-51811]Add fail scenario for mysql version saving issue by @isacikgoz in #22
  • [MM-52417] add min args for plan apply by @isacikgoz in #26
  • [MM-52224] Feature: Allow callers to register interceptors by @isacikgoz in #23
  • [MM-52231] Add testing framework by @isacikgoz in #24
  • Revert "[MM-52231] Add testing framework (#24)" by @isacikgoz in #27
  • MM-52335: Enable non-transactional migrations by @agnivade in #28
  • fix example for command's help by @pacop in #30
  • fix --timezone default value by @pacop in #31

New Contributors

Full Changelog: v1.0.4...v1.1.0

v1.0.4

29 Aug 08:46
6a9f982
Compare
Choose a tag to compare

What's Changed

  • Add sqlite3 driver by @isacikgoz in #1
  • drivers: remove advisory locks by @isacikgoz in #2
  • Make sqlite driver lock methods unexported by @isacikgoz in #4
  • Renaming from go-bindata to embedded source by @jespino in #5
  • sources/embedded: avoid using filepath.Join by @isacikgoz in #7
  • sources: remove open and close methods from interface by @isacikgoz in #8
  • drivers/lock: remove LockWithContext method and use Lock with a context by @isacikgoz in #6
  • drivers/lock: bugfix on lock expiration by @isacikgoz in #9
  • drivers/sqlite: fix race on the applied migrations test by @isacikgoz in #10
  • fix an issue where a driver trying to re-apply a migration by @isacikgoz in #12

New Contributors

Full Changelog: https://github.com/mattermost/morph/commits/v1.0.4