Skip to content

Commit 204f2ca

Browse files
committed
Polish news
1 parent cc22fbf commit 204f2ca

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

NEWS.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
# httr2 (development version)
22

3-
* disabled check for interactive session `oauth_flow_check(..., interactive)` on device code flow to print URL and device code as intended (@flahn, #170)
3+
* `curl_translate()` can now handle curl copied from Chrome developer tools
4+
(@mgirlich, #161).
45

5-
* The environment variable `HTTR2_REFRESH_TOKEN` replaces the previous `HTTR_REFRESH_TOKEN` (@jennybc, #169).
6+
* `req_oauth_*()` can now refresh OAuth tokens. One, two, or even more times!
7+
(@jennybc, #166)
68

7-
* OAuth tokens can now be refreshed. One, two, or even more times! (@jennybc, #166)
9+
* `req_oauth_device()` can now work in non-interactive environments,
10+
as intendend (@flahn, #170)
811

9-
* Can now print responses where content type is the empty string (@mgirlich, #163).
12+
* `req_oauth_refresh()` and `oauth_flow_refresh()` now use the envvar
13+
`HTTR2_REFRESH_TOKEN`, not `HTTR_REFRESH_TOKEN` (@jennybc, #169).
1014

11-
* `curl_translate()` can now handle curl copied from Chrome developer tools
12-
(@mgirlich, #161).
15+
* `req_proxy()` now uses the appropriate authentication option (@jl5000).
1316

1417
* `req_url_query()` can now opt out of escaping with `I()` (@boshek, #152).
1518

16-
* `req_proxy()` now uses the appropriate authentication option (@jl5000).
19+
* Can now print responses where content type is the empty string
20+
(@mgirlich, #163).
1721

1822
# httr2 0.2.1
1923

0 commit comments

Comments
 (0)