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

feat(client): deprecate client::conn::{Builder, handshake} #3156

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

seanmonstar
Copy link
Member

Splitting up #3063, this includes just the deprecated stuff. It builds off #3155, so that must merge first.

`client::conn::{SendRequest, Connection, Builder, handshake}` are deprecated
as they are removed in 1.0.

tower_client is updated so it does not use the deprecated API.
@seanmonstar seanmonstar merged commit 0ced15d into 0.14.x Mar 7, 2023
@seanmonstar seanmonstar deleted the 3063-deprecated branch March 7, 2023 20:20
oddgrd pushed a commit to oddgrd/hyper that referenced this pull request Mar 7, 2023
`client::conn::{SendRequest, Connection, Builder, handshake}` are deprecated as they are removed in 1.0.

This adds the `deprecated` feature to Cargo, and only when `hyper/deprecated` is enabled will these warnings be emitted.

Co-authored-by: KOVACS Tamas <ktamas@fastmail.fm>
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.

2 participants