VCR.py v2.1.0 Release Notes

Release Date: 2019-08-08 // over 4 years ago
  • v2.1.0

    โšก๏ธ Updates

    • โž• Add a rewind method to reset a cassette (thanks @khamidou)
    • ๐Ÿ†• New error message with more details on why the cassette failed to play a request (thanks @arthurHamon2, @neozenith)
    • ๐Ÿ– Handle connect tunnel URI (thanks @jeking3)
    • โž• Add code coverage to the project (thanks @neozenith)
    • โฌ‡๏ธ Drop support to python 3.4
    • โž• Add deprecation warning on python 2.7, next major release will drop python 2.7 support

    ๐Ÿ›  Fixes