Skip to content

Conversation

jayjamesjay
Copy link
Owner

@jayjamesjay jayjamesjay commented Jun 27, 2024

What's new

  • Improve memory management and overall stability
  • 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

@jayjamesjay jayjamesjay linked an issue Jun 27, 2024 that may be closed by this pull request
@jayjamesjay jayjamesjay merged commit 0aaf2e2 into master Jun 27, 2024
@jayjamesjay jayjamesjay deleted the v0.11 branch June 27, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

copy_with_timeout() may exceed its timeout
2 participants