0.3.2 - 2023-02-27
- Updated build system
- Requires Python 3.7 as other packages
0.3.1 - 2021-10-06
verify
parameter now passed as arequests
parameter and not a query param
0.3.0 - 2021-10-05
- Switched to
black
,flake8
, andisort
for linting & formatting - Ran
pyupgrade --py36-plus
across the codebase - Switch to GitHub Actions instead of TravisCI
- Modified README to fall closer inline to more recently touched CTK packages
- Makefile to abstract away common development tasks
- GitHub Actions workflows
- Added
verify_ssl
argument to probes and actions to allow for disabling SSL verification
0.2.0 - 2018-11-20
- fixed the bug on chaosmonkey_enabled probes when chaosmonkey not enabled.
- refactoring the code to remove duplicate requests calling
0.1.1 - 2018-07-06
- MANIFEST.in
0.1.0 - 2018-07-06
- Initial release