Skip to content

Commit

Permalink
Bump for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Apr 26, 2024
1 parent a99f0a2 commit 7d3076c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Description: Testing and documenting code that communicates with remote servers
test fixtures. The ability to save responses and load them offline also
enables writing vignettes and other dynamic documents that can be
distributed without access to a live server.
Version: 1.0.0.9000
Version: 1.1.0
Authors@R: c(
person("Neal", "Richardson", role=c("aut", "cre"), email="[email protected]", comment=c(ORCID="0009-0002-7992-3520")),
person("Jonathan", "Keane", role="ctb", email="[email protected]"),
Expand All @@ -35,7 +35,7 @@ Suggests:
webfakes,
xml2
Language: en-US
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
VignetteBuilder: knitr
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# httptest2 1.0.0.9000
# httptest2 1.1.0

* `request` is now removed when saving `httr2_response` objects. In earlier versions of `httr2`, requests were not included in responses, but in httr2 1.0.0, [they were added](https://github.com/r-lib/httr2/pull/359) in order to improve error messages. *If you recorded any responses with httr2 >= 1.0 and httptest2 prior to this version, you may have leaked auth secrets: this would happen if your requests included auth information (as in an `Authentication` header), and the response was saved in a .R file, not simplified to .json or other response-body-only formats. Please inspect your recorded responses and invalidate any tokens that were exposed.*
* `save_response()` now works with `simplify = TRUE` when the response body is empty (#37, @jmaspons)
Expand Down
2 changes: 1 addition & 1 deletion man/httptest2.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d3076c

Please sign in to comment.