Skip to content

feat(client): change Resolve to be Service<Name>#2011

Merged
seanmonstar merged 1 commit intomasterfrom
resolve-as-svc
Nov 12, 2019
Merged

feat(client): change Resolve to be Service<Name>#2011
seanmonstar merged 1 commit intomasterfrom
resolve-as-svc

Conversation

@seanmonstar
Copy link
Copy Markdown
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