Releases: getsentry/responses
Releases · getsentry/responses
0.26.0
- When using
assert_all_requests_are_fired=True, assertions about
unfired requests are now raised even when an exception occurs in the context manager or
decorated function. Previously, these assertions were suppressed when exceptions occurred.
This new behavior provides valuable debugging context about which mocked requests were
or weren't called. - Consider the
Retry-Afterheader when handling retries
0.25.8
0.25.7
- Added support for python 3.13
0.25.6
release: 0.25.6
0.25.5
release: 0.25.5
0.25.3
0.25.2
Responses 0.25.1
What's Changed
- Use pytest.mark.asyncio by @markstory in #707
- fix mocked HEAD response when content-length header is present by @ddarricau in #712
- fix(matchers): Don't sort failed matches when printing error message by @mgaligniana in #711
New Contributors
- @ddarricau made their first contribution in #712
- @mgaligniana made their first contribution in #711
Full Changelog: 0.25.0...0.25.1