-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Problem
protobuf v26.0 had been released, and it contains breaking changes to the Ruby runtime. This resulted in the gem being bumped from 3.25 to 4.26.
However, as googleapis-common-protos-types and grpc restricts the google-protobuf version within 3.x, the new version is virtually unavailable as of now.
Expected solution
The version restriction is relaxed from "~> 3.18" to ">= 3.18", "< 5.0". Additionally, incompatibilities are fixed if any. Note that the biggest change (to my understanding) is the Ruby DSL removal and it is already resolved in #165.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.