Skip to content

Commit

Permalink
update new, cran comments and codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 19, 2024
1 parent 6c78b83 commit 53c1d98
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
vcr 1.6.0
=========

### 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)


vcr 1.2.2
=========

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,5 +314,5 @@
"applicationCategory": "Web",
"isPartOf": "https://ropensci.org",
"keywords": ["http", "https", "API", "web-services", "curl", "mock", "mocking", "http-mocking", "testing", "testing-tools", "tdd"],
"fileSize": "921.187KB"
"fileSize": "922.494KB"
}
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* local macOS, R 4.3.1
* ubuntu 22.04 (on GitHub Actions), R 4.3.1
* local macOS, R 4.4.1
* ubuntu 22.04 (on GitHub Actions), R 4.4.1
* win-builder (devel and release)

## R CMD check results
Expand All @@ -10,11 +10,11 @@

## Revdep check results

We checked all reverse dependencies, comparing R CMD check results across CRAN and dev verions of this package. We saw zero new problems.
We checked all 53 reverse dependencies, comparing R CMD check results across CRAN and dev verions of this package. We saw zero new problems.

--------

This version fixes broken tests that were causing CRAN check errors.
This version adds support for httr2.

Thanks very much,
Scott Chamberlain

0 comments on commit 53c1d98

Please sign in to comment.