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

Bump google-protobuf to v4.27 #122

Merged
merged 3 commits into from
Aug 26, 2024
Merged

Conversation

cocoahero
Copy link
Contributor

The gem currently has a version lock on google-protobuf that prevents users from migrating to the 4.x series of versions. This prevents us from upgrading our protoc version beyond v25, which includes needed support for service custom options, etc.

There shouldn't be any issues with supporting both 3.x and 4.x even though the code that protoc generates is not backwards compatible. All twirp currently cares about is that the types exist.

twirp.gemspec Outdated Show resolved Hide resolved
Co-authored-by: Colin Bendell <[email protected]>
@ryanseys
Copy link

ryanseys commented Aug 12, 2024

Would be awesome to get this landed so we can use google-protobuf 4.x 🎂

Thanks @cocoahero for the PR!

@arthurnn arthurnn merged commit 2e0bb9a into arthurnn:main Aug 26, 2024
dpep added a commit to dpep/rspec-twirp that referenced this pull request Aug 27, 2024
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.

4 participants