Skip to content

Releases: getsentry/responses

Responses 0.10.7

25 Nov 16:12

Choose a tag to compare

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

15 Mar 15:59

Choose a tag to compare

  • 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.py is no longer part of the installation targets.

Responses 0.10.5

17 Dec 19:41

Choose a tag to compare

  • Fix callback exception mocking.
  • Improve test coverage
  • Improve build configuration.

Responses 0.10.4

15 Nov 02:28

Choose a tag to compare

  • Fixed generated wrapper when using @responses.activate in Python 3.6+
    when decorated functions use parameter and/or return annotations.

Responses 0.10.3

08 Nov 16:18

Choose a tag to compare

  • Fixed deprecation warnings in python 3.7 for inspect module usage.

Responses 0.10.2

25 Oct 15:06

Choose a tag to compare

  • 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. Instead http.cookies is being used.

Responses 0.10.1

18 Oct 17:52

Choose a tag to compare

  • Fix release tooling to publish wheels as well.

Responses 0.10.0

18 Oct 14:02

Choose a tag to compare

  • Improve documentation
  • Fix warnings in Python 3.7
  • The match_querystring argument for responses.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

25 Jul 21:56

Choose a tag to compare

  • 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

26 Nov 00:20

Choose a tag to compare

0.1.0

Correct modules declr