rustls / futures-rustls

Apache License 2.0
13 stars 7 forks source link

Cargo: 0.25.1 -> 0.26.0 #11

Closed cpu closed 5 months ago

cpu commented 5 months ago

Preparation to cut a new 0.26.0 release to bring in changes since 0.25.1.

This repo doesn't have an established CHANGELOG or GitHub releases, but the major callouts I would include would be:

Additions

Fixes

All of the above was contributed by @jbr in #9 based on similar 0.26.0 preparation work highlighted in https://github.com/rustls/tokio-rustls/pull/59

jbr commented 5 months ago

Small and likely irrelevant changelog nit: In futures-io and therefore futures-rustls it's poll_close not poll_shutdown

cpu commented 5 months ago

In futures-io and therefore futures-rustls it's poll_close not poll_shutdown

Ah! Thanks, fixed up :-)

quininer commented 5 months ago

Thank you!

cpu commented 5 months ago

@quininer @djc Could one of you publish this release?

I get:

error: failed to publish to registry at https://crates.io

Caused by:
  the remote server responded with an error (status 403 Forbidden): this crate exists but you don't seem to be an owner. If you believe this is a mistake, perhaps you need to accept an invitation to be an owner before publishing.
cpu commented 5 months ago

Could one of you publish this release?

Looks like https://crates.io/crates/futures-rustls/0.26.0 is live now. Thanks Quininer!