Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.11 #66

Merged
merged 12 commits into from
Jun 27, 2024
Merged

V0.11 #66

merged 12 commits into from
Jun 27, 2024

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
1 check passed
@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