Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 1.59 KB

Changelog

v0.8.0 (2024-08-18)

Full Changelog

What's Changed:

  • Add option --fake/--no-fake, which can help update schema_version without executing statements from migration files #27. Done by @zifter in #28
  • Add option --migrations which can help to specify explicitly migrations to apply. Done by @zifter in #28

Breaking changes:

  • Drop python 3.8 support. Done by @zifter in #28
  • Option --multi-statement, --dry-run, --secure now working without passing value. Just use --multi-statement/--no-multi-statement, --dry-run/--no-dry-run, --secure/--no-secure for enabling or disabling option. Done by @zifter in #28

v0.7.1 (2024-07-01)

Full Changelog

What's Changed:

  • Allow default db name #24. Done by @zifter in #26

v0.7.0 (2024-07-01)

Full Changelog

What's Changed:

  • #24 Allow connection string for initialization of ClickhouseCluster. Done by @zifter in #25