Skip to content

Commit

Permalink
Bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Apr 26, 2024
1 parent 7d3076c commit b1107e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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.1.0
Version: 1.1.0.9000
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 Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# httptest2 1.1.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.*
Expand Down

0 comments on commit b1107e0

Please sign in to comment.