Skip to content

Version 0.18.0b0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lundberg lundberg released this 15 Sep 08:38
· 67 commits to master since this release

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)