We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e738b5 commit 163f8b1Copy full SHA for 163f8b1
CHANGES
@@ -1,3 +1,16 @@
1
+0.14.0
2
+------
3
+
4
+* Added `responses.matchers`.
5
+* Moved `responses.json_params_matcher` to `responses.matchers.json_param_matcher`
6
+* Moved `responses.urlencoded_params_matcher` to
7
+ `responses.matchers.urlencoded_param_matcher`
8
+* Added `responses.query_params_matcher`. This matcher allows you to match
9
+ query strings with a dictionary.
10
+* Added `auto_calculate_content_length` option to `responses.add()`. When
11
+ enabled, this option will generate a `Content-Length` header
12
+ based on the number of bytes in the response body.
13
14
0.13.4
15
------
16
0 commit comments