-
Notifications
You must be signed in to change notification settings - Fork 145
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
Prepare v0.25 release, update to Rustls v0.22 #249
Comments
Looks complete to me! |
I find "The 👍 modulo these nits. |
Good catch, that should be
That one is #219 The PRs will be linked from the GitHub generated changelog for the final release notes so I didn't source them for the proposed text.
I split this out into a line about the
Done. Thanks for the review 👍 |
|
This issue collects up preparation work for a hyper-rustls 0.25 release, bringing in the update to Rustls 0.22
Since
main
has already had itsCargo.toml
version updated this is an issue instead of a pull-request.Resolves #247
Proposed Changelog
acceptor
module is now public.TlsStream
type now hasio
andconnection
accessor methods for getting a reference to the underlying I/O stream andrustls::ServerConnection
.AcceptorBuilder::with_connector
method is added for taking a generic acceptor implementingAccept
.ConnectorBuilder::enable_all_versions
has been fixed to advertise the correct ALPN values based on enabled crate features.ConnectorBuilder::with_native_roots
has been updated to be fallible, allowing a failure to load native roots to be handled by the caller instead of producing a panic.The text was updated successfully, but these errors were encountered: