- VCR should ignore tracing headers when matching requests. This will allow replaying requests with or without tracing regardless of whether the original request was recorded with it.
0.27.1
-------------------
- Bug fix: set Trace.parent_id to 0 if it's None
0.27.0
-------------------
- Native integration with OpenTracing (for real this time) - Replace tcollector and explicit trace reporting with OpenTracing
0.26.1
-------------------
- Never send requests to ephemeral peers.
0.26.0
-------------------
- VCR: ``use_cassette`` now uses cached copies of cassettes if their contents have not changed. This should improve performance for large cassette files.