Skip to content

Add option to C++ JSON Parser/Serializer to allow customers to affirmatively disable legacy bug-compatibilty behaviors. #23027

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

Merged
merged 1 commit into from
Aug 6, 2025

Conversation

copybara-service[bot]
Copy link

Add option to C++ JSON Parser/Serializer to allow customers to affirmatively disable legacy bug-compatibilty behaviors.

Right now this flag already exists inside the implementation but is not exposed to callers. Since this implementation has now been stable and used for an extended period with this behavior, we did not continue working on adhoc burning down these nonconformant behaviors piecemeal, so by offering the flag 'publicly' it will enable users who want a more conformant implementation to get it much faster.

The default behavior is unchanged.

@copybara-service copybara-service bot force-pushed the test_791777064 branch 5 times, most recently from 3317e75 to a3a4dc4 Compare August 6, 2025 20:46
…atively disable legacy bug-compatibilty behaviors.

Right now this flag already exists inside the implementation but is not exposed to callers. Since this implementation has now been stable and used for an extended period with this behavior, we did not continue working on adhoc burning down these nonconformant behaviors piecemeal, so by offering the flag 'publicly' it will enable users who want a more conformant implementation to get it much faster.

The default behavior is unchanged.

PiperOrigin-RevId: 791836360
@copybara-service copybara-service bot merged commit 6ea1640 into main Aug 6, 2025
@copybara-service copybara-service bot deleted the test_791777064 branch August 6, 2025 21:09
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.

1 participant