Skip to content

Releases: cdent/gabbi

3.0.0

18 Mar 12:57
3.0.0
Compare
Choose a tag to compare

What's Changed

  • Add support for regex in response_strings by @cdent in #327

Full Changelog: 2.11.0...3.0.0

2.10.0

02 Oct 20:43
2.10.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.0...2.10.0

2.3.0

03 Sep 11:57
2.3.0
Compare
Choose a tag to compare
  • For the $ENVIRON and $RESPONSE :ref:substitutions <state-substitution> it is now possible to :ref:cast <casting> the value to a type of int, float, str, or bool.
  • The JSONHandler is now more strict about how it detects that a body content is JSON, avoiding some errors where the content-type header suggests JSON but the content cannot be decoded as such.
  • Better error message when content cannot be decoded.
  • Addition of the disable_response_handler test setting for those cases when the test author has no control over the content-type header and it is wrong.