From 059d229fc1817e9bd12d24372ed1bc61d3ebce43 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:48:20 +0000 Subject: [PATCH] Refresh NEWS files --- news-files-annotated/httr2.md | 4 ---- news-files/hashes.rds | Bin 7095 -> 7095 bytes news-files/httr2.md | 1 - 3 files changed, 5 deletions(-) diff --git a/news-files-annotated/httr2.md b/news-files-annotated/httr2.md index 97d213b3..d198d02c 100644 --- a/news-files-annotated/httr2.md +++ b/news-files-annotated/httr2.md @@ -2,10 +2,6 @@ !begin-bullets-1! -- !begin-bullet! - `req_retry()` now correctly tries `max_tries` times, rather than - `max_tries - 1`. - !end-bullet! - !begin-bullet! New `req_perform_connection()` for working with streaming data. Unlike `req_perform_stream()` which uses callbacks, diff --git a/news-files/hashes.rds b/news-files/hashes.rds index 3d639026e1ffbbe84fee5bf38d30a3895a5fadfa..2849a6c234fe4f23917ecfeaa2ae07c3b58da5ac 100644 GIT binary patch delta 45 zcmdmPzTJGoG*$(RWaCr=Q*%q>q~xT;q*N2bRFh<5GfPu5(^LaPLle`@+gKUJ08ji4 AS^xk5 delta 45 zcmdmPzTJGoG**Q)1H)wFG)u!&L$ky*^JEi4vlNr$v_y+EbCblx)RdIX+gKUJ09n!w Ad;kCd diff --git a/news-files/httr2.md b/news-files/httr2.md index 6f7423aa..7c1df04d 100644 --- a/news-files/httr2.md +++ b/news-files/httr2.md @@ -1,6 +1,5 @@ # httr2 (development version) -* `req_retry()` now correctly tries `max_tries` times, rather than `max_tries - 1`. * New `req_perform_connection()` for working with streaming data. Unlike `req_perform_stream()` which uses callbacks, `req_perform_connection()` returns a regular response object with a connection as the body. It's paired with `resp_stream_bytes()`, `resp_stream_lines()`, and `resp_stream_sse()` that allows you to stream chunks as you want them. Unlike `req_perform_stream()` it supports `req_retry()` (with @jcheng5, #519). # httr2 1.0.3