Skip to content

0.16.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 16 Nov 15:29
· 223 commits to master since this release
  • Fixed regression with stream parameter deprecation, requests.session() and cookie handling.
  • Replaced adhoc URL parsing with urllib.parse.
  • Added match parameter to add_callback method
  • Added responses.matchers.fragment_identifier_matcher. This matcher allows you
    to match request URL fragment identifier.
  • Improved test coverage.
  • Fixed failing test in python 2.7 when python-future is also installed.