vcr v1.1.2 Release Notes

Release Date: 2010-09-09 // over 13 years ago
  • Full Changelog

    • Fixed a minor bug with the WebMock integration: WebMock extends each Net::HTTPResponse with an extension module after reading the body, and VCR was doing the same thing, leading to some slight deviance from standard Net::HTTP behavior. The fix prevents VCR from adding the same extension to a Net::HTTPResponse that has already been extende by WebMock.
    • Fixed a minor bug in the VCR::Net::HTTPResponse module so that it correctly handles nil bodies (such as for a HEAD request).
    • Refactored VCR::Net::HTTPResponse module so it is implemented in a much simpler manner.
    • Updated specs and features so they pass against the latest WebMock release (1.3.5).
    • Minor documentation updates.