Skip to content

Releases: getsentry/responses

Responses 0.10.3

08 Nov 16:18
Compare
Choose a tag to compare
  • Fixed deprecation warnings in python 3.7 for inspect module usage.

Responses 0.10.2

25 Oct 15:06
Compare
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
Compare
Choose a tag to compare
  • Fix release tooling to publish wheels as well.

Responses 0.10.0

18 Oct 14:02
Compare
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
Compare
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
Compare
Choose a tag to compare
0.1.0

Correct modules declr