You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,23 @@
1
1
# httr2 (development version)
2
2
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).
4
5
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)
6
8
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)
8
11
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).
10
14
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).
13
16
14
17
*`req_url_query()` can now opt out of escaping with `I()` (@boshek, #152).
15
18
16
-
*`req_proxy()` now uses the appropriate authentication option (@jl5000).
19
+
* Can now print responses where content type is the empty string
0 commit comments