- Support py37 - Remove inject feature of cassette
2.0.1
------------------
- Support opentracing 2
2.0.0
------------------
- Python 3.4 support
1.3.1
------------------
- Fixed a bug which caused servers to send requests to peers that sent requests to them.
1.3.0
------------------
- Added OpenTracing client interceptor support for outbound requests.
1.2.0
------------------
- Hook methods can now be implemented as coroutines. - Added a new event (`before_serialize_request_headers`) that can be hooked. This is intended to allow application headers to be modified before requests are sent.