File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
0.17.0
2
2
------
3
3
4
- * This release is the last one to support Python 2.7.
4
+ * This release is the last to support Python 2.7.
5
5
* Fixed issue when `response.iter_content` when `chunk_size=None` entered infinite loop
6
6
* Fixed issue when `passthru_prefixes` persisted across tests.
7
7
Now `add_passthru` is valid only within a context manager or for a single function and
8
8
cleared on exit
9
- * Deprecate `` match_querystring`` argument in `` Response`` and `` CallbackResponse` `.
9
+ * Deprecate `match_querystring` argument in `Response`` and `CallbackResponse`.
10
10
Use `responses.matchers.query_param_matcher` or `responses.matchers.query_string_matcher`
11
11
* Added support for non-UTF-8 bytes in `responses.matchers.multipart_matcher`
12
12
* Added `responses.registries`. Now user can create custom registries to
You can’t perform that action at this time.
0 commit comments