Releases: getsentry/responses
Releases · getsentry/responses
Responses 0.10.7
Fixes
- Improved formatting of project description in pypi.
- Unicode cookie values are now normalized to URL quoted encoding.
- Module exports are statically defined improving code completion and IDE navigation.
- Improved compatibility with pytest 5
Responses 0.10.6
- Improved documentation.
- Improved installation requirements for py3
- ConnectionError's raised by responses now indicate which request path/method failed to match a mock.
test_responses.pyis no longer part of the installation targets.
Responses 0.10.5
- Fix callback exception mocking.
- Improve test coverage
- Improve build configuration.
Responses 0.10.4
- Fixed generated wrapper when using
@responses.activatein Python 3.6+
when decorated functions use parameter and/or return annotations.
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
pytestbin stub. - Updated
toxconfiguration. - Added example of using responses with
pytest.fixture - Removed dependency on
biscuitsin py3. Insteadhttp.cookiesis 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_querystringargument 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
Responseinterfaces (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).
yapfautoformatting now enforced on codebase.
Initial release
0.1.0 Correct modules declr