VCR.py v2.0.0 Release Notes

Release Date: 2018-09-19 // over 5 years ago
    • ๐Ÿ‘Œ Support python 3.7 (fix httplib2 and urllib2, thanks @felixonmars)
    • [#356] Fixes before_record_response so the original response isn't changed (thanks @kgraves)
    • ๐Ÿ›  Fix requests stub when using proxy (thanks @samuelfekete @daneoshiga)
    • ๐Ÿ‘ (only for aiohttp stub) Drop support to python 3.4 asyncio.coroutine (aiohttp doesn't support python it anymore)
    • ๐Ÿ›  Fix aiohttp stub to work with aiohttp client (thanks @stj)
    • ๐Ÿ›  Fix aiohttp stub to accept content type passed
    • ๐Ÿ‘Œ Improve docs (thanks @adamchainz)