Skip to content

Latest commit

 

History

History
83 lines (46 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

83 lines (46 loc) · 2.05 KB

Journey Changelog

2.2.6 - 2020-02-17

  • Update urfave/cli dependency to v2

2.2.5 - 2020-02-16

  • Update cronjobs and migrate dependencies

2.2.4 - 2019-12-09

  • Update cronjobs dependency

2.2.3 - 2019-11-29

  • Update dependencies

2.2.2 - 2019-11-04

  • Update dependencies, fix compilation for go >= 1.11

2.2.1 - 2019-09-14

  • Add go modules support

2.2.0 - 2018-01-22

  • Update to migrate v2.0.0
  • [Feature] apply specific version (run up migration)
  • [Feature] rollback specific version (run down migration)

2.1.1 - 2017-12-12

  • Fix docker image building

2.1.0 - 2017-07-07

  • [migrate] Add templating support in migration files
  • [scheduler] Add jobs duration to log

2.0.0 - 2017-04-06

This is a breaking change release. The cli now expose two main commands:

  • "migrate", the old behaviour
  • "cronjobs", added in this release

ie: old params and commands are working if using journey migrate [...]

1.4.2 - 2017-02-07

  • Split repos from gemnasium/migrate (a fork of mattes/migrate)

v1.4.1 - 2016-12-16

v1.4.0 - 2016-11-22

  • [crate] Add Crate database support, based on the Crate sql driver by herenow (@dereulenspiegel / #16)

v1.3.2 - 2016-11-11

  • [sqlite] Allow multiple statements per migration (dklimkin / #11)

v1.3.1 - 2016-08-16

v1.3.0 - 2016-08-15

  • Initial changelog release
  • Timestamp migration, instead of increments (mattes/migrate#102)
  • Versions will now be tagged
  • Added consistency parameter to cassandra connection string (mattes/migrate#114)