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

Port fix for debug bound on ResolveEndpoint #2636

Merged
merged 1 commit into from
Apr 26, 2023

Conversation

ysaito1001
Copy link
Contributor

@ysaito1001 ysaito1001 commented Apr 26, 2023

Motivation and Context

Port #2630 to the main branch.

Description

Adding Debug bound on ResolveEndpoint in #2577 was a breaking change. Unfortunately, the semvar check that ran in that PR barked at a different thing (i.e. barked at moving StaticUriEndpointResolver and DefaultEndpointResolver from aws-smithy-runtime-api to aws-smithy-runtime). Eventually the breaking change got merged to the main branch.

This PR reverts the change in question and implements the Debug trait for ResolveEndpoint in a semvar non-breaking way.

Testing

  • Passed tests in CI

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@rcoh rcoh added this pull request to the merge queue Apr 26, 2023
Merged via the queue into main with commit f7265ae Apr 26, 2023
@rcoh rcoh deleted the port-fix-for-debug-bound-to-main branch April 26, 2023 17:38
david-perez pushed a commit that referenced this pull request May 18, 2023
Port #2630 to the `main`
branch.

Adding `Debug` bound on `ResolveEndpoint` in
#2577 was a breaking change.
Unfortunately, the semvar check that ran in that PR barked at a
different thing (i.e. barked at moving `StaticUriEndpointResolver` and
`DefaultEndpointResolver` from `aws-smithy-runtime-api` to
`aws-smithy-runtime`). Eventually the breaking change got merged to the
`main` branch.

This PR reverts the change in question and implements the `Debug` trait
for `ResolveEndpoint` in a semvar non-breaking way.

- [ ] Passed tests in CI

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._

Co-authored-by: Yuki Saito <[email protected]>
david-perez pushed a commit that referenced this pull request May 22, 2023
Port #2630 to the `main`
branch.

Adding `Debug` bound on `ResolveEndpoint` in
#2577 was a breaking change.
Unfortunately, the semvar check that ran in that PR barked at a
different thing (i.e. barked at moving `StaticUriEndpointResolver` and
`DefaultEndpointResolver` from `aws-smithy-runtime-api` to
`aws-smithy-runtime`). Eventually the breaking change got merged to the
`main` branch.

This PR reverts the change in question and implements the `Debug` trait
for `ResolveEndpoint` in a semvar non-breaking way.

- [ ] Passed tests in CI

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._

Co-authored-by: Yuki Saito <[email protected]>
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.

5 participants