0.7.1 - 2016-06-14
------------------
- Fix issue #108 by effectively copying the items in the match_requests_on
list into the match_options set on a Cassette instance
0.7.0 - 2016-04-29
------------------
- Add ``before_record`` and ``before_playback`` hooks
- Allow per-cassette placeholders to be merged and override global
placeholders
- Fix bug where the ``QueryMatcher`` failed matching on high Unicode points
0.6.0 - 2016-04-12
------------------
- Add ``betamax_recorder`` pytest fixture
- Change default behaviour to allow duplicate interactions to be recorded in
single cassette
- Add ``allow_playback_repeats`` to allow an interaction to be used more than
once from a single cassette
- Always return a new ``Response`` object from an Interaction to allow for a
streaming response to be usable multiple times
- Remove CI support for Pythons 2.6 and 3.2
Betamax is a VCR_ imitation for requests. This will make mocking out requests
much easier. It is tested on 'Travis CI'.
Put in a more humorous way: "Betamax records your HTTP interactions so the NSA
does not have to."