Unclaimed project
Are you a maintainer of vcr? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
vcr
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
Last updated about 2 months ago
v6.3.0 - vcr Release Notes | AnnounceHQBack to changelogWhat's Changed
- Breaking change, unintended: Workaround: add
gem "faraday-multipart" to your Gemfile, if you use Faraday with vcr.
- Remove relish gem, update Web references to point to new docs by @olleolleolle in https://github.com/vcr/vcr/pull/980
- CI: use actions/checkout@v3 by @olleolleolle in https://github.com/vcr/vcr/pull/982
- Drop unused file by @olleolleolle in https://github.com/vcr/vcr/pull/983
- Format code: indent by @olleolleolle in https://github.com/vcr/vcr/pull/984
- Fix typos in filter_sensitive_data.feature by @albertchae in https://github.com/vcr/vcr/pull/990
- Upgrade cucumber to fix CI failures by @mattbrictson in https://github.com/vcr/vcr/pull/998
- CI: Add dependabot.yml for GitHub Actions updates by @olleolleolle in https://github.com/vcr/vcr/pull/989
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/vcr/vcr/pull/999
- Use proc, not lambda for Ruby 3.3 compat in structs.rb by @olleolleolle in https://github.com/vcr/vcr/pull/993
- Consolidate Gemfiles; improve and simplify CI workflow by @mattbrictson in https://github.com/vcr/vcr/pull/1002
Declare a gem dependency on the Ruby Base 64 gem by @olleolleolle in https://github.com/vcr/vcr/pull/1003CI: Install apt packages using a script by @olleolleolle in https://github.com/vcr/vcr/pull/1004Updates links in Readme to VCR in Clojure by @simonneutert in https://github.com/vcr/vcr/pull/1005Handle the potential renaming of ASCII-8BIT by @casperisfine in https://github.com/vcr/vcr/pull/924Hold back rack at 2.x, add gems required for Ruby 3.3 by @olleolleolle in https://github.com/vcr/vcr/pull/1011Replace HeaderDowncaser with Hash#transform_keys by @notapatch in https://github.com/vcr/vcr/pull/1015Update request_ignorer.rb to add host.docker.internal as a LOCALHOST_ALIAS by @jamesmcguirepro in https://github.com/vcr/vcr/pull/1016Allow usage of typhoeus >= 1.2 by @andrehjr in https://github.com/vcr/vcr/pull/1023Make VCR CI compatible with Faraday 1 and 2 by @andrehjr in https://github.com/vcr/vcr/pull/1024Add Rack 2 and Rack 3 to the CI by @andrehjr in https://github.com/vcr/vcr/pull/1025add error message when cassete file does not exist by @PauloVilarinho in https://github.com/vcr/vcr/pull/1028Bumping to version 6.3.0 by @olleolleolle in https://github.com/vcr/vcr/pull/1029New Contributors
- @albertchae made their first contribution in https://github.com/vcr/vcr/pull/990
- @dependabot made their first contribution in https://github.com/vcr/vcr/pull/999
- @simonneutert made their first contribution in https://github.com/vcr/vcr/pull/1005
- @notapatch made their first contribution in https://github.com/vcr/vcr/pull/1015
- @jamesmcguirepro made their first contribution in https://github.com/vcr/vcr/pull/1016
- @PauloVilarinho made their first contribution in https://github.com/vcr/vcr/pull/1028
Full Changelog: https://github.com/vcr/vcr/compare/v6.2.0...v6.3.0