-
Notifications
You must be signed in to change notification settings - Fork 193
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
Fix AwsQuery target serialization #3210
Conversation
A new generated diff is ready to view.
A new doc preview is ready to view. |
@@ -137,6 +141,7 @@ fun Project.registerGenerateSmithyBuildTask( | |||
this.tasks.register("generateSmithyBuild") { | |||
description = "generate smithy-build.json" | |||
outputs.file(project.projectDir.resolve("smithy-build.json")) | |||
// NOTE: This is not working. |
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 we create a TODO + issue for this?
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.
filed
message = "Fix broken serialization for SQS" | ||
references = ["smithy-rs#3210", "aws-sdk-rust#957"] | ||
meta = { "breaking" = false, "tada" = false, "bug" = false } |
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.
Ah, this was actually "bug" = true
~~**Draft till internal deployment succeeds. Consider merging this before tomorrow's release.**~~ ## Motivation and Context There was one changelog entry from smithy-lang/smithy-rs#3210 that was missed for `release-2023-11-16`. This PR will fix it. ---- 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
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.