Skip to content

v0.11.0

Compare
Choose a tag to compare
@jayjamesjay jayjamesjay released this 27 Jun 08:35
· 11 commits to master since this release
0aaf2e2

What's new

  • Improve memory management and overall stability
    • Fix issue causing all data to be loaded into memory instead of dedicated writer
    • Fix issue that could lead to exceeding timeout when server was sending data at very low speed as per #46 by @Shnatsel
    • Ensure that response body is only read when the content-length is greater than 0 or is unknown as per #65 by @ghu
  • Stream allows to more easily manage TCP connection and perform common operations on the underlying TCP stream
  • Update dependencies
    • rustls ^0.23
    • rustls-pemfile ^2.1
    • webpki-roots ^0.26
  • New dependencies (for rustls)
    • rustls-pki-types ^ 1.7

Breaking changes

  • RequestBuilder can no longer send requests by itself. It is now only used to prepare request messages.
  • Default Request timeout is set to 1 hour