All Versions
46
Latest Version
Avg Release Cycle
46 days
Latest Release
-

Changelog History
Page 5

  • v0.6.1 Changes

    • โช Restored adding_headers compatibility (GH-160).
  • v0.6.0 Changes

    • ๐Ÿ‘ 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.
  • v0.5.1 Changes

    • โž• Add LICENSE, README and CHANGES to the PyPI distribution (GH-97).
  • v0.5.0 Changes

    • ๐Ÿ‘ Allow passing a JSON body to response.add (GH-82)
    • ๐Ÿ‘Œ Improve ConnectionError emulation (GH-73)
    • Correct assertion in assert_all_requests_are_fired (GH-71)
  • v0.4.0 Changes

    • Requests 2.0+ is required
    • ๐Ÿคก Mocking now happens on the adapter instead of the session
  • v0.3.0 Changes

    • โž• Add the ability to mock errors (GH-22)
    • โž• Add responses.mock context manager (GH-36)
    • ๐Ÿ‘Œ Support custom adapters (GH-33)
    • โž• Add support for regexp error matching (GH-25)
    • โž• Add support for dynamic bodies via responses.add_callback (GH-24)
    • Preserve argspec when using responses.activate decorator (GH-18)