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 serde on constrained blobs #3893

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Fix serde on constrained blobs #3893

merged 1 commit into from
Dec 23, 2024

Conversation

rcoh
Copy link
Collaborator

@rcoh rcoh commented Oct 25, 2024

Motivation and Context

#3890

Description

Replace the computed type (which will be a constrained shape, not what we want!) with an absolute type.

Testing

  • New unit test that fails without this fix applied.

Checklist

  • For changes to the smithy-rs codegen or runtime crates, I have created a changelog entry Markdown file in the .changelog directory, specifying "client," "server," or both in the applies_to key.

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 October 25, 2024 17:58
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK
  • No codegen difference in the Client Test
  • 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.

@rcoh rcoh force-pushed the serde-constrained-blob-fix branch from 94c49ec to 3201744 Compare December 23, 2024 14:18
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK
  • No codegen difference in the Client Test
  • 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.

@rcoh rcoh enabled auto-merge December 23, 2024 15:06
@rcoh rcoh added this pull request to the merge queue Dec 23, 2024
Merged via the queue into main with commit 66b2311 Dec 23, 2024
43 of 44 checks passed
@rcoh rcoh deleted the serde-constrained-blob-fix branch December 23, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants