Skip to content

v2.0.0

Choose a tag to compare

@ibm-devx-automation ibm-devx-automation released this 10 Apr 20:01
· 280 commits to main since this release

2.0.0 (2020-04-10)

Features

  • Add type annotations to parameters and return values (5d4ef81)
  • Get error status phrase from status code (d60ae58)
  • Only override content-type if it is none (b1177f2)
  • Require optional parameters to be keyword-specified (d9aa1d4)
  • Update python super call to newer version (f038e10)

BREAKING CHANGES

  • Type annotations new in Python3
  • Added super call feature new to Python3
  • HTTPStatus is new in Python3
  • Keyword-specific optional parameters are new in Python3