Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

65 lines (36 loc) · 1.63 KB

Changelog

0.3.2 - 2023-02-27

Changed

  • Updated build system
  • Requires Python 3.7 as other packages

0.3.1 - 2021-10-06

Fixed:

  • verify parameter now passed as a requests parameter and not a query param

0.3.0 - 2021-10-05

Changed:

  • Switched to black, flake8, and isort 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

Added:

  • 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

Added

  • 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

Added

  • MANIFEST.in

0.1.0 - 2018-07-06

Added

  • Initial release