Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Breaking change: Use dev.cel (canonical) protos instead of google.api.expr #1019

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
Oct 25, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Oct 25, 2024

Breaking change: Use dev.cel (canonical) protos instead of google.api.expr

Historically C++ was implemented using the unversioned protobuf descriptors. It eventually included a mix of the versioned variant. When moving to OSS, unversioned protobuf descriptors were rewritten to the versioned variant unconditionally. This has created a bit of a conundrum, now that their is an unversioned canonical protobuf descriptor in cel-spec. We have decided to bite the bullet and break the world. The versioned and unversioned protobuf descriptors are wire compatible, so if you run into issues you can serialize and parse to convert between the two.

@copybara-service copybara-service bot changed the title Fix OSS BUILD Fix the world Oct 25, 2024
@copybara-service copybara-service bot force-pushed the test_689784464 branch 2 times, most recently from 153518a to a008695 Compare October 25, 2024 15:46
@copybara-service copybara-service bot changed the title Fix the world Break the world Oct 25, 2024
@copybara-service copybara-service bot force-pushed the test_689784464 branch 6 times, most recently from 6db9be9 to a2c481e Compare October 25, 2024 16:48
@copybara-service copybara-service bot changed the title Break the world Breaking change: Use dev.cel (canonical) protos instead of google.api.expr Oct 25, 2024
@copybara-service copybara-service bot force-pushed the test_689784464 branch 6 times, most recently from 03a8a73 to 7ec860d Compare October 25, 2024 18:46
….expr

Historically C++ was implemented using the unversioned protobuf descriptors. It eventually included a mix of the versioned variant. When moving to OSS, unversioned protobuf descriptors were rewritten to the versioned variant unconditionally. This has created a bit of a conundrum, now that their is an unversioned canonical protobuf descriptor in cel-spec. We have decided to bite the bullet and break the world. The versioned and unversioned protobuf descriptors are wire compatible, so if you run into issues you can serialize and parse to convert between the two.

PiperOrigin-RevId: 689865345
@copybara-service copybara-service bot merged commit aff8696 into master Oct 25, 2024
@copybara-service copybara-service bot deleted the test_689784464 branch October 25, 2024 18:59
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