betamax v0.8.2 Release Notes

Release Date: 2018-10-21 // over 5 years ago
    • โž• Add support for binary serializer storage; useful with custom serializers (such as pickle based), however all builtin betamax serializers remain text based.
    • ๐Ÿ›  Fix bug with new_episodes always trying to record.
    • ๐Ÿ“š Imporved documentation.
    • ๐Ÿš€ This release drops support for Python 3.3; if you are still using Python 3.3 update your Python or don't update to betamax 0.8.2.
    • ๐Ÿš€ This release is the first release that declares support for Python 3.7, however previous versions most likely worked with 3.7 as well.

Previous changes from v0.8.1

    • Previous attempts to sanitize cassette names were incomplete. Sanitization has become more thorough which could have some affects on existing cassette files. This may cause new cassettes to be generated.

    • ๐Ÿ›  Fix bug where there may be an exception raised in a betamax.exceptions.BetamaxError repr.