Releases: cdent/gabbi
Releases · cdent/gabbi
3.0.0
2.10.0
What's Changed
- Update docs building for readthedocs by @cdent in #323
- remove six dependency by @a-detiste in #324
New Contributors
- @a-detiste made their first contribution in #324
Full Changelog: 2.9.0...2.10.0
2.3.0
- For the
$ENVIRON
and$RESPONSE
:ref:substitutions <state-substitution>
it is now possible to :ref:cast <casting>
the value to a type ofint
,float
,str
, orbool
. - 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.