-
Notifications
You must be signed in to change notification settings - Fork 195
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
Enable crate reorganization for the SDK #2433
Conversation
A new generated diff is ready to view.
A new doc preview is ready to view. |
5575b05
to
b7cac3f
Compare
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
e36f62b
to
44e6bf9
Compare
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
@@ -517,7 +523,7 @@ default = ["v0.4.1"] | |||
.collect(), | |||
release: None, | |||
}, | |||
release_tag: ReleaseTag::from_str("release-2022-07-26").unwrap(), | |||
release_tag: ReleaseTag::from_str("release-2023-05-26").unwrap(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be release-2023-01-26
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this test, it needs to be a release tag after release-2023-01-26
. The code will see that release-2023-01-26 < release-2023-05-26
, and thus, add the release-2023-01-26
feature from the notable releases list.
A new generated diff is ready to view.
A new doc preview is ready to view. |
Motivation and Context
This PR enables the client crate reorganization for the AWS SDK.
Checklist
CHANGELOG.next.toml
if I made changes to the AWS SDK, generated SDK code, or SDK runtime cratesBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.