This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Releases: awslabs/aws-az-failure-chaostoolkit
Releases · awslabs/aws-az-failure-chaostoolkit
v0.1.10
v0.1.9
Changed
- Swaped flake8 for ruff to remove an issue with flake8 being stuck with an
old dependency on Python 3.7. Bonus point, ruff is much faster. #12 - Updated Python version pattern matching in
setup.py
to work with most recent
changes in the Python packaging world
Big thanks to @Lawouach for his contributions!
v0.1.8
Changed
- Removed support for python 3.6
- Pinned chaostoolkit-lib to 1.1.2,<1.31.1 due to a breaking change in the library
v0.1.7
Changed
- Multithreaded support for io bounded mq tasks
- Minor refactoring and removal of broker_ids parameter
v0.1.6
Changed
- Enhancements to rds.actions.fail_az
v0.1.5
Changed
- Multithreaded support for io bounded rds tasks
v0.1.4
Added
- Support for Aurora cluster failover in rds.actions.fail_az
v0.1.3
Added
- Unit tests for rds, elasticache, elb, elbv2, mq, asg, eks
- Sorting for imports
Changed
- Pinned core dependencies
- Separated read and write state to helper funcs
- Standardized usage of pagination API
- Reduced ElastiCache waiter delay