Releases: ShahriyarR/MySQL-AutoXtraBackup
v2.0.2
v2.0.2 (2021-05-06)
Increased code coverage and did codebase refactoring, #444 by @ShahriyarR
v2.0.1
v2.0.1 (2021-05-05)
- Added change handler for each release(so-called HISTORY.md), #442 by @ShahriyarR
- Added new version.py file for getting the exact version from one place, #440 by @ShahriyarR
- New option --run-server was added to start API server, #437 by @ShahriyarR
v2.0
The changes:
- Removed the half of redundant code, refactored the project.
- Added type hints, mypy, black, etc. support.
- Shifted from setup.py to pyproject.toml + flit.
v1.5.5
v1.5.4
v1.5.3
v1.5.2
Immediate fix for:
#240
The problem was --test_mode settings which affected overall usage of the tool.
Disabled several checks and disabled --test_mode settings by default.
Fixed -> #243
Fixed -> #246
Now there is 2 new options:
- move_archive = 1 -> Will only move old backups to archive directory and not tar the old backups
- prepare_archive = 1 -> Will prepare old backups prior archiving
Fixed -> #250
Fixed -> #252
Fixed -> #254
Fixed -> #260
Fixed -> #262
Fixed -> #263
Fixed -> #264
Fixed -> #268
Fixed -> #271
Fixed -> #275
v1.5.1
v1.5.0
v1.4.9
#87 -> Fixed
#89 -> Implemented
#91 -> Fixed
#92 -> Fixed
#99 -> Implemented
#101 -> Implemented
#103 -> Implemented
#104 -> Implemented
#107 -> Implemented
#109 -> Implemented
#111 -> Implemented
#113 -> Implemented
#115 -> Implemented
#116 -> Fixed
#117 -> Implemented
#119 -> Implemented
#120 -> Implemented
#122 -> Fixed
#125 -> Implemented
#128 -> Implemented
#130 -> Implemented
#132 -> Implemented
#135 -> Implemented
#138 -> Implemented
Updated documentation.