Breaking change: Use dev.cel (canonical) protos instead of google.api.expr by copybara-service[bot] · Pull Request #1019 · google/cel-cpp
copybara-service
bot
changed the title
Break the world
Breaking change: Use dev.cel (canonical) protos instead of google.api.expr
….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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters