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:
AsyncStreamReaderMixinremoved andClientResponsenow requiresstream_writer(#995) - thanks @dsfaccini - Account for modified requests when storing played cassettes, so
drop_unused_requestshonoursbefore_record_requestfiltering (#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_unicodeto 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