responses v0.26.1 Release Notes
Release Date: 2026-05-21 // 21 days ago-
- ➕ Added Spanish translation of the README (
README.es.rst) - 🤡 When both
content_typeandheaders['content-type']are in a response mock file,
content_typeis now used. - Added strict_match to urlencoded_params_matcher, enabling partial request parameter
matching.
- ➕ Added Spanish translation of the README (
Previous changes from v0.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
- When using