[export] [proto compiler] Upgrade protoc plugins to support protobuf edition 2024#40957
Merged
copybara-service[bot] merged 1 commit intomasterfrom Nov 8, 2025
Merged
[export] [proto compiler] Upgrade protoc plugins to support protobuf edition 2024#40957copybara-service[bot] merged 1 commit intomasterfrom
copybara-service[bot] merged 1 commit intomasterfrom
Conversation
4793355 to
abff8a6
Compare
cc287db to
0e8f07c
Compare
b51f9bd to
38e20a7
Compare
PiperOrigin-RevId: 829866922
38e20a7 to
e153b5a
Compare
This was referenced Jan 6, 2026
copybara-service bot
pushed a commit
that referenced
this pull request
Jan 7, 2026
…buf (#41357) Fixes the issue with gRPC protobuf plugins declaring the support for `protobuf::Edition::EDITION_2024`, which is higher than the one supported by the protobuf we're using at the moment: `EDITION_2023` at protocolbuffers/protobuf@74211c0. Related: - Effectively undoes #40957 Closes #41357 COPYBARA_INTEGRATE_REVIEW=#41357 from sergiitk:fix/compiler/protobuf-edition-2023 c3d7b9b PiperOrigin-RevId: 853371790
sergiitk
added a commit
that referenced
this pull request
Jan 8, 2026
…023 for older protobuf (#41358) Backport of #41357 to v1.78.x. --- Fixes the issue with gRPC protobuf plugins declaring the support for `protobuf::Edition::EDITION_2024`, which is higher than the one supported by the protobuf we're using at the moment: `EDITION_2023` at protocolbuffers/protobuf@74211c0. Related: - Effectively undoes #40957
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[export] [proto compiler] Upgrade protoc plugins to support protobuf edition 2024
DO NOT SUBMIT. This PR is for testing purposes only. cl/824012108