New
v6.3.0
What's Changed
- Breaking change, unintended: Workaround: add
gem "faraday-multipart"to yourGemfile, 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/1003
- CI: Install apt packages using a script by @olleolleolle in https://github.com/vcr/vcr/pull/1004
- Updates links in Readme to VCR in Clojure by @simonneutert in https://github.com/vcr/vcr/pull/1005
- Handle the potential renaming of
ASCII-8BITby @casperisfine in https://github.com/vcr/vcr/pull/924 - Hold back rack at 2.x, add gems required for Ruby 3.3 by @olleolleolle in https://github.com/vcr/vcr/pull/1011
- Replace HeaderDowncaser with Hash#transform_keys by @notapatch in https://github.com/vcr/vcr/pull/1015
- Update request_ignorer.rb to add host.docker.internal as a LOCALHOST_ALIAS by @jamesmcguirepro in https://github.com/vcr/vcr/pull/1016
- Allow usage of typhoeus >= 1.2 by @andrehjr in https://github.com/vcr/vcr/pull/1023
- Make VCR CI compatible with Faraday 1 and 2 by @andrehjr in https://github.com/vcr/vcr/pull/1024
- Add Rack 2 and Rack 3 to the CI by @andrehjr in https://github.com/vcr/vcr/pull/1025
- add error message when cassete file does not exist by @PauloVilarinho in https://github.com/vcr/vcr/pull/1028
- Bumping to version 6.3.0 by @olleolleolle in https://github.com/vcr/vcr/pull/1029
New 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