| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-15 | 1.0 kB | |
| v8.2.0 source code.tar.gz | 2026-06-15 | 342.9 kB | |
| v8.2.0 source code.zip | 2026-06-15 | 380.4 kB | |
| Totals: 3 Items | 724.3 kB | 2 | |
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: https://github.com/kevin1024/vcrpy/compare/v8.1.1...v8.2.0