VCR.py v3.0.0 Release Notes

Release Date: 2019-12-14 // over 4 years ago
  • v3.0.0

    • ๐Ÿš€ This release is a breaking change as it changes how aiohttp follows redirects and your cassettes may need to be re-recorded with this update.
    • ๐Ÿ›  Fix multiple requests being replayed per single request in aiohttp stub #495 (@nickdirienzo)
    • โž• Add support for request_info on mocked responses in aiohttp stub #495 (@nickdirienzo)
    • ๐Ÿ›  doc: fixed variable name (a -> cass) in an example for rewind #492 (@yarikoptic)