- Remove support for python 3.2.
- Change json-body matcher to pass when the recorded request has the same content type as the issued request, and the content type is not json.
- Update
JSONBodyMatcher
to work with requests 2.11+.
- Update for breaking changes in
betamax
0.6.0
- Add
MultipartFormDataBodyMatcher
- Add
JSONBodyMatcher
- Add
URLEncodedBodyMatcher