Skip to content

v8.2.0

Latest

Choose a tag to compare

@kevin1024 kevin1024 released this 15 Jun 21:13
· 3 commits to master since this release

What's Changed

  • Add support for httpx 2.x (#993) - thanks @dsfaccini
  • Patch httpx transports instead of httpcore (#972) - thanks @seowalex
  • Fix aiohttp 3.14 compatibility: AsyncStreamReaderMixin removed and ClientResponse now requires stream_writer (#995) - thanks @dsfaccini
  • Account for modified requests when storing played cassettes, so drop_unused_requests honours before_record_request filtering (#962) - thanks @jamesbraza
  • Make the request URL available on VCRHTTPResponse (#976) - thanks @dAnjou
  • Improve error message when a matching request has already been consumed (#985) - thanks @Polandia94
  • Fix body check in convert_body_to_unicode to use an explicit type check (#982) - thanks @Polandia94
  • Add env proxy cassette regression test (#994) - thanks @tine1117
  • Remove milestone references from docs (#984) - thanks @Polandia94
  • CI: bump sphinx-rtd-theme from 3.0.2 to 3.1.0 (#973)

Full Changelog: v8.1.1...v8.2.0