-
Notifications
You must be signed in to change notification settings - Fork 202
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
Rename aws_types::config::Config
to sdk_config::SdkConfig
#1241
Conversation
update: code affected by SdkConfig rename update: CHANGELOG.next.toml
A new doc preview is ready to view. |
A new doc preview is ready to view. |
A new generated diff is ready to view.
|
A new generated diff is ready to view.
|
Rust Wrk benchmark report:Duration: 60 sec, Connections: 64, Threads: 8
|
Rust Wrk benchmark report:Duration: 60 sec, Connections: 64, Threads: 8
|
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.
lgtm, let's just discuss possible re-export
A new generated diff is ready to view.
|
A new generated diff is ready to view.
|
A new doc preview is ready to view. |
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.
LGTM!
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.
|
Rust Wrk benchmark report:Duration: 60 sec, Connections: 64, Threads: 8
|
Co-authored-by: Russell Cohen <[email protected]>
A new doc preview is ready to view. |
A new generated diff is ready to view.
|
Rust Wrk benchmark report:Duration: 60 sec, Connections: 64, Threads: 8
|
update: use reexported SdkConfig in docs referencing it
A new generated diff is ready to view.
|
A new doc preview is ready to view. |
Rust Wrk benchmark report:Duration: 60 sec, Connections: 64, Threads: 8
|
fix: wrong deprecation version
This reverts commit eaa1b68.
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 generated diff is ready to view.
|
A new doc preview is ready to view. |
Rust Wrk benchmark report:Duration: 60 sec, Connections: 64, Threads: 8
|
Rust Wrk benchmark report:Duration: 60 sec, Connections: 64, Threads: 8
|
Rust Wrk benchmark report:Duration: 60 sec, Connections: 64, Threads: 8
|
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.
LGTM, could consider also deprecating the config module.
A new generated diff is ready to view.
|
A new doc preview is ready to view. |
Rust Wrk benchmark report:Duration: 60 sec, Connections: 64, Threads: 8
|
Motivation and Context
aws-sdk-rust#406
Description
rename
aws_types::config::Config
tosdk_config::SdkConfig
and update everything referencing the old nameTesting
ran existing tests
Checklist
CHANGELOG.next.toml
if I made changes to the smithy-rs codegen or runtime cratesCHANGELOG.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.