This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
Releases: blacklocus/aurora-echo
Releases · blacklocus/aurora-echo
Release 2.1.1
Release 2.0.1
Fix missing dependency in binary 🔧
Release 2.0.0
- New lifecycle stage:
modify
- 🌟 All db's must pass through the modify stage, even if no changes are applied
- Modify supports adding IAM roles to a cluster
Release 1.2.0
- Add
clone
as an alternative tonew
. See AWS docs on cloning for more information. - Both
clone
andnew
will leave the db in stagenew
so thatpromote
will operate on it as usual.
Release 1.1.0
- Allow multiple hosted zones such that the same record set can be upserted in all of them
- Paginate through record sets in a hosted zone.
list_resource_record_sets
previously only returned 100 records. - Allow insertion of new record sets, removing the useless requirement that it already had to exist
Aurora Echo Release 1.0.0
First release! ✨
- Works with AWS Aurora databases
- Supports three lifecycle stages:
new
,promoted
,retired