Changelog
### 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.
```
### 0.10.11
```
-------
- Fixed invalid README formatted.
- Fixed string formatting in error message.
```
### 0.10.10
```
------
- Added Python 3.8 support
- Remove Python 3.4 from test suite matrix.
- The `response.request` object now has a `params` attribute that contains the query string parameters from the request that was captured.
- `add_passthru` now supports `re` pattern objects to match URLs.
- ConnectionErrors raised by responses now include more details on the request that was attempted and the mocks registered.
```
### 0.10.9
```
------
- Fixed regression with `add_callback()` and content-type header.
- Fixed implicit dependency on urllib3>1.23.0
```
### 0.10.8
```
------
- Fixed cookie parsing and enabled multiple cookies to be set by using a list of
tuple values.
```
### 0.10.7
```
------
- Added pypi badges to README.
- Fixed formatting issues in README.
- Quoted cookie values are returned correctly now.
- Improved compatibility for pytest 5
- Module level method names are no longer generated dynamically improving IDE navigation.
```
Links
- PyPI: https://pypi.org/project/responses
- Changelog: https://pyup.io/changelogs/responses/
- Repo: https://github.com/getsentry/responses
This PR updates responses from 0.10.6 to 0.10.14.
Changelog
### 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. ``` ### 0.10.11 ``` ------- - Fixed invalid README formatted. - Fixed string formatting in error message. ``` ### 0.10.10 ``` ------ - Added Python 3.8 support - Remove Python 3.4 from test suite matrix. - The `response.request` object now has a `params` attribute that contains the query string parameters from the request that was captured. - `add_passthru` now supports `re` pattern objects to match URLs. - ConnectionErrors raised by responses now include more details on the request that was attempted and the mocks registered. ``` ### 0.10.9 ``` ------ - Fixed regression with `add_callback()` and content-type header. - Fixed implicit dependency on urllib3>1.23.0 ``` ### 0.10.8 ``` ------ - Fixed cookie parsing and enabled multiple cookies to be set by using a list of tuple values. ``` ### 0.10.7 ``` ------ - Added pypi badges to README. - Fixed formatting issues in README. - Quoted cookie values are returned correctly now. - Improved compatibility for pytest 5 - Module level method names are no longer generated dynamically improving IDE navigation. ```Links
- PyPI: https://pypi.org/project/responses - Changelog: https://pyup.io/changelogs/responses/ - Repo: https://github.com/getsentry/responses