Skip to content

Releases: aws-samples/mwaa-disaster-recovery

v2.1.1

14 Feb 01:21
f021f74

Choose a tag to compare

See CHANGELOG for details.

v2.0.1

22 Aug 13:49
eaf8e84

Choose a tag to compare

See CHANGELOG for details.

v2.0.0

21 Aug 20:15
3f96a9d

Choose a tag to compare

See CHANGELOG for details.

v1.0.1

26 Jul 19:41
ba3970a

Choose a tag to compare

See CHANGELOG for details.

v1.0.0

03 Jul 15:58
16c538e

Choose a tag to compare

See CHANGELOG for details.

v0.4.0

26 Jun 20:11
dbc5edf

Choose a tag to compare

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

25 Jun 17:47
7512e76

Choose a tag to compare

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.sh script to include publishing commands
  • Updates to README and PYPIDOC

v0.2.4

20 Jun 14:31
84b9e08

Choose a tag to compare

0.2.4 - 2024-06-19

Changed

  • Updating backup_matadata and restore_metadata script to use the new framework access pattern
  • Updated PYPIDOC to include the backup and restore workflow sample runs

v0.2.3

20 Jun 03:37
221de34

Choose a tag to compare

0.2.3 - 2024-06-19

Changed

  • Further fix for the DAG detection bug while using the mwaa-dr library in client DAGs
  • Updated the examples and documentation in PYPIDOC to reflect the new usage pattern

v0.2.2

20 Jun 00:59
959a92b

Choose a tag to compare

0.2.2 - 2024-06-19

Changed

  • Fixed the DAG detection bug while using the mwaa-dr library in client DAGs
  • Updated the examples and documentation in README and PYPIDOC to reflect the new usage pattern