Skip to content

v4.1.6

Choose a tag to compare

@github-actions github-actions released this 25 May 09:32
· 30 commits to main since this release

Fixed

  • Restored the non-streaming send() contract by buffering transport streaming bodies before returning, so Response::text(), bytes(), and json() work for normal H1/H2/H3 requests.
  • Made default request futures spawnable on multithreaded Tokio runtimes by avoiding non-Sync request/response borrows across awaits.