vcr v1.0.1 Release Notes

Release Date: 2010-07-01 // almost 14 years ago
  • Full Changelog

    • Fixed specs and features so they pass on MRI 1.9.2-preview3 and JRuby 1.5.1.
    • Normalized response and request headers so that they are stored the same (i.e. lower case keys, arrays of values) in the cassette yaml files, regardless of which HTTP library is used. This is the same way Net::HTTP normalizes HTTP headers.
    • Fixed VCR.use_cassette so that it doesn't eject a cassette if an exception occurs while inserting one.
    • Fixed FakeWeb adapter so that it works for requests that use basic auth. Patch submitted by Eric Allam.