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

Update serde implementation to support out of range floats #3825

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

rcoh
Copy link
Collaborator

@rcoh rcoh commented Sep 9, 2024

Motivation and Context

Fix serde behavior to match generated code. This is important to avoid loosing data during serialization, especially as out-of-range floats often indicate an error.


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 a review from a team as a code owner September 9, 2024 19:39
Copy link

github-actions bot commented Sep 9, 2024

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.

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 added this pull request to the merge queue Sep 30, 2024
Merged via the queue into main with commit 12cf916 Sep 30, 2024
44 checks passed
@rcoh rcoh deleted the serde-float-support branch September 30, 2024 17:48
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.

2 participants