vcr v1.10.0 Release Notes

Release Date: 2011-05-18 // almost 13 years ago
  • Full Changelog

    • Fix header normalization so that it properly handles nested arrays and non-string values.
    • Add cucumber scenario documenting how VCR sanitizes cassette names to "normal" file names (i.e. only alphanumerics, no spaces).
    • Add :ignore_cassettes option to VCR.turn_off!. This causes cassette insertions to be ignored rather than to trigger an error. Patch provided by Justin Smestad.
    • Fix rack middleware to make it threadsafe.
    • Update to latest RSpec (rspec 2.6).