As a result of #546, requests made with VCR are now raising the error KeyError: key not found: :request as the parameter request is not sent by it:

The error will be raised at /lib/http/response.rb:46
Can't it behave like an optional parameter like it was in the previous version of the gem?
As a result of #546, requests made with VCR are now raising the error
KeyError: key not found: :requestas the parameterrequestis not sent by it:The error will be raised at
/lib/http/response.rb:46Can't it behave like an optional parameter like it was in the previous version of the gem?