You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)