Skip to content

v2.1.0

Choose a tag to compare

@StopMakingThatBigFace StopMakingThatBigFace released this 15 Apr 20:18
· 31 commits to main since this release
7893417

Release Notes

  • Fixed AbortSignal handling 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: 0 now disables the timeout
  • Added Rust quality checks with rustfmt and clippy.