v2.1.0
·
31 commits
to main
since this release
Release Notes
- Fixed
AbortSignalhandling so in-flight HTTP requests can be cancelled after dispatch starts. - Fixed response body streaming contention in the Rust body store.
- Fixed
Request.clone()so multipart/FormData bodies are preserved correctly. - Fixed timeout handling:
timeout: 0now disables the timeout - Added Rust quality checks with
rustfmtandclippy.