vcr v2.1.0 Release Notes

Release Date: 2012-04-19 // about 12 years ago
  • Full Changelog

    • Add new :use_scenario_name option to the cucumber tags API. This allows you to use a generic tag (such as @vcr) and have the cassettes named based on the feature and scenario rather than based on the tag. Thanks to Omer Rauchwerger for the implementation and Chad Jolly for the initial idea and feedback.
    • Add new :decode_compressed_response cassette option. When set to true, VCR will decompress a gzipped or deflated response before recording the cassette, in order to make it more human readable. Thanks to Mislav Marohnić for the idea and implementation.