Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

dbdeployer 1.66.0

Compare
Choose a tag to compare
@datacharmer datacharmer released this 27 Jul 04:32
· 102 commits to master since this release
70a4f1a

NEW FEATURES

  • Add unpack capability to downloads get and downloads get-by-version.
    These commands can use all the options allowed to get-unpack.
  • Add downloads for MySQL 8.0.29 minimal (was skipped in 1.65.0).
  • Add downloads for MySQL 8.0.30.

Code improvements

  • Isolate functions for several commands

  • These changes move the main functionality from the cmd package
    (using cobra.Command and args) to the ops package (using a structure)
    This change makes it easier to test, and to use dbdeployer as a library from other
    packages.

  • Add experimental tests using testscript