-
Notifications
You must be signed in to change notification settings - Fork 190
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
Refactor aws smithy types #2638
Refactor aws smithy types #2638
Conversation
CHANGELOG.next.toml
Outdated
[[aws-sdk-rust]] | ||
message = "Refactor aws-smithy-types crate. Blob, Datetime, Number and Document structs now goes to it's own files. No breaking changes." | ||
references = ["smithy-rs#2616"] | ||
meta = { "breaking" = false, "tada" = false, "bug" = true } | ||
author = "thomas-k-cameron" | ||
|
||
[[smithy-rs]] | ||
message = "Refactor aws-smithy-types crate. Blob, Datetime, Number and Document structs now goes to it's own files. No breaking changes." | ||
references = ["smithy-rs#2616"] | ||
meta = { "breaking" = false, "tada" = false, "bug" = true } | ||
author = "thomas-k-cameron" |
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.
These changes don't change the public API in any way, right? If so, I don't think we need these changelog entries. I'm also not sure about why the "bug" = true
either 🤔
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.
Yes, it doesn't change the API.
I thought that I have to mention refactoring too.
"bug" = true
This one is simple mistake on my side.
Thank you for letting me know. Let me fix it up.
## Motivation and Context This PR refactors `aws-smithy-types` crate. `Blob`, `Datetime`, `Number` and `Document` structs now goes to it's own files. No changes on feature is introduced. This is a child-PR of #2616 . However, it is completely independent. PR that introduces same changes were previously merged to `unstable-serde` branch, however, it has not been merged to main branch. ## Testing NA ## Checklist This PR does not introduce API changes. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
## Motivation and Context This PR refactors `aws-smithy-types` crate. `Blob`, `Datetime`, `Number` and `Document` structs now goes to it's own files. No changes on feature is introduced. This is a child-PR of #2616 . However, it is completely independent. PR that introduces same changes were previously merged to `unstable-serde` branch, however, it has not been merged to main branch. ## Testing NA ## Checklist This PR does not introduce API changes. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
## Motivation and Context This PR refactors `aws-smithy-types` crate. `Blob`, `Datetime`, `Number` and `Document` structs now goes to it's own files. No changes on feature is introduced. This is a child-PR of #2616 . However, it is completely independent. PR that introduces same changes were previously merged to `unstable-serde` branch, however, it has not been merged to main branch. ## Testing NA ## Checklist This PR does not introduce API changes. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Motivation and Context
This PR refactors
aws-smithy-types
crate.Blob
,Datetime
,Number
andDocument
structs now goes to it's own files.No changes on feature is introduced.
This is a child-PR of #2616 .
However, it is completely independent.
PR that introduces same changes were previously merged to
unstable-serde
branch, however, it has not been merged to main branch.Testing
NA
Checklist
This PR does not introduce API changes.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.