-
Notifications
You must be signed in to change notification settings - Fork 85
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
Breaking changes in google-protobuf 4+ #314
Comments
I've hit this too.. any updates on a fix? |
Hit this today trying to go to Ruby 3.3. Any ETA on Fix? |
We haven't triaged this in detail yet - for now the recommendation would be to pin For those running into this, is there a requirement to move to the newer |
Hey @dark-panda Because, I do remember, I saw exact the same trace, but can not reproduce it anymore on my app with Rails I am working an upgrade from Dependabot, where I had before: And now: And everything works 💯. Also, the gem |
The release of google-protobuf 4 cause pg_query to throw exceptions when the older Ruby DSL methods are used. For instance:
The change in google-protobuf is here: protocolbuffers/protobuf@5cfc9e7
Announcement of the breaking changes is the: https://protobuf.dev/news/2023-04-20/
The text was updated successfully, but these errors were encountered: