Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New PR for #460

Merged
merged 12 commits into from
Jul 27, 2017
Prev Previous commit
Next Next commit
added News to fix conflict
  • Loading branch information
muschellij2 committed Jul 27, 2017
commit 41e1f5fb26a80bba92a6847fedcae8a0bcaffc77
13 changes: 10 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# httr 1.2.1.9000

* Fix reddit demo where `user_agent` was being overloaded. Now can pass `user_agent` using `config_init` to `init_oauth2.0` and `Token2.0$new()` (@muschellij2 @hadley #363).

* Fix bug with cert bundle lookup: `find_cert_bundle()` will now return cert bundle
in "R_HOME/etc" (@jiwalker-usgs #386).
* Fix reddit demo where `user_agent` was being overloaded. Now can pass
`user_agent` using `config_init` to `init_oauth2.0` and `Token2.0$new()`
(@muschellij2 @hadley #363).

* `RETRY()` gains a new parameter `terminate_on` that gives caller greater
control over which status codes make it stop retrying. It also retries
if an error occurs during the request (@asieira, #404)

* Fix bug with cert bundle lookup: `find_cert_bundle()` will now return cert
bundle in "R_HOME/etc" (@jiwalker-usgs, #386).

* `oauth_service_token()` gains a `sub` parameter so you can request
access on behalf of another user (#410).
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.