Releases: lundberg/respx
Releases · lundberg/respx
Version 0.18.2
0.18.2 (22nd October 2021)
Fixed
- Include extensions when instantiating request in HTTPCoreMocker (#176)
Version 0.18.1
Version 0.18.0
Version 0.18.0b0
0.18.0b0 (15th September 2021)
Changed
- Deprecate RESPX MockTransport in favour of HTTPX MockTransport. (#152)
Fixed
- Support HTTPX 1.0.0b0. (#164)
- Allow tuples as params to align with httpx, thanks @shelbylsmith. (#151)
- Fix xfail marked tests. (#153)
- Only publish docs for upstream repo, thanks @hugovk. (#161)
Added
- Add optional route arg to side effects. (#158)