betamax v0.8.2 Release Notes
Release Date: 2018-10-21 // over 6 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.