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

Fix AwsQuery target serialization #3210

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Conversation

rcoh
Copy link
Collaborator

@rcoh rcoh commented Nov 16, 2023

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.

@rcoh rcoh requested review from a team as code owners November 16, 2023 15:14
@rcoh rcoh changed the base branch from main to smithy-rs-release-0.100.x November 16, 2023 15:14
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK
  • Client Test (ignoring whitespace)
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

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.
Copy link
Contributor

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

filed

@rcoh rcoh enabled auto-merge (squash) November 16, 2023 15:49
@rcoh rcoh merged commit f63980c into smithy-rs-release-0.100.x Nov 16, 2023
41 checks passed
@rcoh rcoh deleted the fix-awsquery branch November 16, 2023 15:50
message = "Fix broken serialization for SQS"
references = ["smithy-rs#3210", "aws-sdk-rust#957"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
Copy link
Contributor

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

@ysaito1001 ysaito1001 added the needs-backport needs to be merged back into the main branch label Nov 16, 2023
ysaito1001 added a commit to awslabs/aws-sdk-rust that referenced this pull request Nov 17, 2023
~~**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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-backport needs to be merged back into the main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants