vcr v1.1.1 Release Notes

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

    • Updated to use and require FakeWeb 1.3.0. It includes a fix for a bug related to multiple values for the same response header.
    • Use new FakeWeb::Utility.request_uri_as_string method rather than our own logic to construct a request uri.
    • Use new FakeWeb.allow_net_connect = /url regex/ feature to power the ignore_localhost VCR option rather then toggling FakeWeb.allow_net_connect in our Net::HTTP extension.
    • Optimized VCR.http_stubbing_adapter.stub_requests a bit.
    • Changed the http stubbing adapters to be modules rather than classes. They should never be instantiated and don't really hold state, so a module is more appropriate.
    • Warn when FakeWeb or WebMock are a minor or major version number ahead of the required version, as the new version isn't known to work with VCR.