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

Chore: support the new versioning scheme of Protobuf #1

Closed
wants to merge 1 commit into from

Conversation

wegood9
Copy link
Owner

@wegood9 wegood9 commented Aug 4, 2023

Protobuf has changed their versioning scheme to a language-specific one. Basically the major part of versioning is now language-specific and no longer important.

Current releases are referred to using the minor version e.g. v24.0. The output of protoc --version gives like
libprotoc 24.0-rc3 while config.pb.go generated by protoc-gen-go still uses v4.24.0--rc3.

Check more:
https://protobuf.dev/news/2022-05-06/
protocolbuffers/protobuf#11440
protocolbuffers/protobuf#11123

Protobuf has changed their versioning scheme to language-specific one. For Golang, the first version applied the scheme would be 4.21.0 which followed the preceding version,3.20.1. Basically the major part is language-specific and no longer important.
Check more:
https://protobuf.dev/news/2022-05-06/
protocolbuffers/protobuf#11440
protocolbuffers/protobuf#11123
@wegood9 wegood9 closed this Aug 4, 2023
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