- Add the following new methods to the
Response
class:check_header
require_header
assert_header
check_headers
require_headers
assert_headers
check_json
require_json
assert_json
- Improve
is_Nxx
matcher descriptions (for instanceis between 200 and 299
becomesis 2xx
) - Improve the way the content-type hint is displayed in request & response bodies
- Fix wrong URL formatting when the
params
argument contains multivalued parameters (simply use the full URL already computed by requests throughPreparedRequest
) - Drop Python 3.6 support
- Fix incorrect dependencies
- Add
Logger.debug
to control whether logging is done with 'debug' or 'info' level - Add official support for Python 3.10
- Fix possible duplicated query string parameters in logged URLs
- First release