Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

76 lines (41 loc) · 1.74 KB

Changelog

Changed

  • Modernize the build system to rely on the newer Pypa practices

Added

  • Use toxiproxy_url for defining toxiproxy-api base URL.

Added

  • Build Python 3.7 too
  • Specify readme format for Pypi

Changed

  • Fixed modify_proxy action: Does not error on a successful call and returns proper error message
  • Add support for reset endpoint

Changed

  • delint
  • use the appropriate typing annotation Any instead of any which is a builtin function

Just so that we can re-upload to Pypi...

Added

  • add MANIFEST.in for building a proper Python distribution package

Changed

  • Module name to chaostoxi

Added

  • Travis CI
  • Initial version of code