Skip to content

0.9.0

Compare
Choose a tag to compare
@bradfier bradfier released this 14 Oct 14:51
· 24 commits to master since this release
0.9.0
9a2566c
  • Rust 2018 Refactor

  • Enable prompt responses, before the request has been fully read

    This isn't an API change, but does result in different behaviour to 0.8.2 and so justifies a minor version bump.

    HTTP requests now return a boxed FusedReader which drops the underlying reader once it reaches EOF, such that the reader no longer needs to be explicitly consumed and the server may now respond with e.g. a "413 Payload too large" without waiting for the whole reader.

  • Bumped the minimum compiler version tested by CI to 1.48 (the version supported in Debian Bullseye)