Releases: aws-samples/mwaa-disaster-recovery
Releases · aws-samples/mwaa-disaster-recovery
v2.1.1
v2.0.1
v2.0.0
v1.0.1
v1.0.0
v0.4.0
0.4.0 - 2024-06-26
Added
- Added support for cleaning up the metadata store before running restore operations as a part of the automated restore StepFunctions workflow
- Introduced a new stack parameters,
METADATA_CLEANUP_DAG_NAME, to represent the name of metadata clean up dag for restore operations - Introduced a new stack parameters,
SECONDARY_CLEANUP_COOL_OFF_SECS, to represent the cool of time in secs between the metadata store cleanup operation and the restore operation in the recovery workflow
v0.3.0
0.3.0 - 2024-06-25
Changed
- Bugfixes to the cleanup_metadata DAG
- Bugfixes to the functions module
- Performance optimization of the restore operation -- Moved away from the two-step process of first downloading the file locally and then loading the file into metadata store to directly streaming the file from S3. Introduces API spec changes to
BaseTable - Updates to
build.shscript to include publishing commands - Updates to
READMEandPYPIDOC
v0.2.4
0.2.4 - 2024-06-19
Changed
- Updating
backup_matadataandrestore_metadatascript to use the new framework access pattern - Updated
PYPIDOCto include the backup and restore workflow sample runs
v0.2.3
0.2.3 - 2024-06-19
Changed
- Further fix for the DAG detection bug while using the
mwaa-drlibrary in client DAGs - Updated the examples and documentation in
PYPIDOCto reflect the new usage pattern
v0.2.2
0.2.2 - 2024-06-19
Changed
- Fixed the DAG detection bug while using the
mwaa-drlibrary in client DAGs - Updated the examples and documentation in
READMEandPYPIDOCto reflect the new usage pattern