vcr v2.0.1 Release Notes

Release Date: 2012-03-30 // about 12 years ago
  • Full Changelog

    • Fix encoding logic to not attempt to encode the request or response body on deserialization if there is no encoding specified. This should allow cassettes recorded on 1.8 to work on 1.9. Thanks to Kevin Menard for reporting the bug.
    • Fix Excon adapter to fix a bug with Excon 0.11 and greater. When you passed a block to an excon request, the response body would not be recorded.
    • Fix Faraday middleware so that it plays back parallel requests properly. Thanks to Dave Weiser for reporting this bug.