Releases: skpr/mtk
Releases · skpr/mtk
v2.1.0
What's Changed
- Adds functional test by @nickschuch in #31
- Add optional S3 export/import capability by @fubarhouse in #28
- Initial add of revive by @nickschuch in #32
Full Changelog: v2.0.3...v2.1.0
v2.0.3
What's Changed
- Updated dependencies and bumped go to 1.23 by @nicksantamaria in #30
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
- Improve import performance by increasing default batch size from 100 to 1000.
- Adds MYSQL_* environment variables for portability.
- Adds Github package build with tag.
v2.0.0
A new version targeted towards streamlining the project and focusing on the tool for dumping databases.
- Promote the
dump
command to a first class CLI - Remove unused images
- Migrate to Github Actions
Initial Release
Initial release of the core components:
- MySQL - Base MySQL image.
- Dump - Component for dumping an database using a ruleset.
- Build - Builds a database image.