Releases: getsentry/responses
Releases · getsentry/responses
Responses 0.10.3
- Fixed deprecation warnings in python 3.7 for inspect module usage.
Responses 0.10.2
- Fixed build setup to use undeprecated
pytest
bin stub. - Updated
tox
configuration. - Added example of using responses with
pytest.fixture
- Removed dependency on
biscuits
in py3. Insteadhttp.cookies
is being used.
Responses 0.10.1
- Fix release tooling to publish wheels as well.
Responses 0.10.0
- Improve documentation
- Fix warnings in Python 3.7
- The
match_querystring
argument forresponses.add()
now defaults to true if the stubbed URL has a query string. - Pass through requests no longer drop keyword arguments like proxies.
0.6.0
- Allow empty list/dict as json object (GH-100).
- Added
response_callback
(GH-151). - Added
Response
interfaces (GH-155). - Fixed unicode characters in querystring (GH-153).
- Added support for streaming IO buffers (GH-154).
- Added support for empty (unset) Content-Type (GH-139).
- Added reason to mocked responses (GH-132).
yapf
autoformatting now enforced on codebase.
Initial release
0.1.0 Correct modules declr