- Added the `match` parameter to `add()`. - Added `responses.urlencoded_params_matcher()` and `responses.json_params_matcher()`.
0.10.16
-------
- Add a requirements pin to urllib3. This helps prevent broken install states where cookie usage fails.
0.10.15
-------
- Added `assert_call_count` to improve ergonomics around ensuring a mock was called. - Fix incorrect handling of paths with query strings. - Add Python 3.9 support to CI matrix.
0.10.14
-------
- Retag of 0.10.13
0.10.13
-------
- Improved README examples. - Improved handling of unicode bodies. The inferred content-type for unicode bodies is now `text/plain; charset=utf-8`. - Streamlined querysting matching code.
0.10.12
-------
- Fixed incorrect content-type in `add_callback()` when headers are provided as a list of tuples.