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): change Resolve to be Service<Name> #2011

Merged
merged 1 commit into from Nov 12, 2019
Merged

Conversation

seanmonstar
Copy link
Member

Closes #1903

BREAKING CHANGE: The Resolve trait is gone. All custom resolves should
implement tower::Service instead.

The error type of HttpConnector has been changed away from
std::io::Error.

Closes #1903

BREAKING CHANGE: The `Resolve` trait is gone. All custom resolves should
  implement `tower::Service` instead.

  The error type of `HttpConnector` has been changed away from
  `std::io::Error`.
@seanmonstar seanmonstar merged commit 9d9233c into master Nov 12, 2019
@seanmonstar seanmonstar deleted the resolve-as-svc branch November 12, 2019 21:08
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.

Change Resolve to alias Service
1 participant