responses v0.16.0 Release Notes

    • ๐Ÿ›  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.