Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Releases: awslabs/aws-az-failure-chaostoolkit

v0.1.10

21 Oct 14:29
bf6bde4
Compare
Choose a tag to compare

Changed

  • Added support for AWS Profile
  • Minor type compare changes

v0.1.9

03 Apr 12:27
e79f64d
Compare
Choose a tag to compare

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

07 Mar 02:45
8d6f35f
Compare
Choose a tag to compare

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

23 Oct 17:03
Compare
Choose a tag to compare

Changed

  • Multithreaded support for io bounded mq tasks
  • Minor refactoring and removal of broker_ids parameter

v0.1.6

23 Oct 15:23
Compare
Choose a tag to compare

Changed

  • Enhancements to rds.actions.fail_az

v0.1.5

23 Oct 11:10
Compare
Choose a tag to compare

Changed

  • Multithreaded support for io bounded rds tasks

v0.1.4

19 Oct 10:05
Compare
Choose a tag to compare

Added

  • Support for Aurora cluster failover in rds.actions.fail_az

v0.1.3

16 Oct 17:00
Compare
Choose a tag to compare

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