What's Changed
- Bug/container crash loop by @Cameronsplaze in #77
- Switched out Instance Count with looking at Netork Metric, to reduce cloudwatch API calls by @Cameronsplaze in #79
- [chore/docs-rewrite] Rewrite Docs to be more clear. Updated Diagrams of project by @Cameronsplaze in #82
- [optimization/combine hosted zones] Moved HostedZone from Leaf Stack, to Base Stack by @Cameronsplaze in #83
Breaking Changes
- Changed how Watchdog works, you'll have to go in and check the
Threshold
for each of your existing leaf-stacks. - Moved LeafStack's HostedZone to a BaseStack. Not sure if a "breaking" change, but huge. You might have to delete-redeploy everything.
- Info on everything is in the root README.md. I re-wrote all the docs so they should have more structure now too.
Full Changelog: v0.2.0...v0.3.0