vcr v3.0.0 Release Notes

Release Date: 2015-11-01 // over 8 years ago
  • Full Changelog

    • [Breaking] test support for 1.8.7, 1.9.2, 2.0.0, 2.1.0, ree, jruby 1.8mode, rbx 1.8mode
    • [Breaking] the possible return value VCR.configuration, it now might return nil
    • [Breaking] the possible return value VCR.cassette_serializers, it now might return nil
    • [Breaking] the possible return value VCR.cassette_persisters, it now might return nil
    • [Breaking] the possible return value VCR.library_hooks, it now might return nil
    • [Breaking] the possible return value VCR.request_ignorer, it now might return nil
    • [Breaking] the possible return value VCR.request_matchers, it now might return nil
    • [Breaking] the threadness of VCR, by using Mutex
    • [Adding] a new :compressed value for serializers that stores in gzipped files
    • [Adding] support for farady's RackBuilder if it exists
    • [Changing] the cucumber scenario naming mechanism