Skip to content

vcr v1.6.0

Latest
Compare
Choose a tag to compare
@sckott sckott released this 23 Jul 21:37
· 2 commits to main since this release
8eb1041

NEW FEATURES

  • vcr now supports httr2 in addition to httr and crul. (#237) (#268)
  • vcr now supports async http requests with crul (w/ crul v1.5 or greater). no change was required in vcr for this to happen. a PR was merged in crul to hook into vcr. there's no support for async in httr as that package does not do any async and no support in httr2 because req_perform_parallel does not have a mocking hook as does req_perform (#246)

BUG FIXES

  • Ports in URLs (e.g., 8000) were being accidentally stripped. Fixed now (#264) (#266)

MINOR IMPROVEMENTS

  • Add link to DESCRIPTION file for packge documentation. thanks @olivroy (#265)
  • Use _PACKAGE syntax for package level doc (#263)