You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Elixir client CI no longer fails with UndefinedFunctionError for Protobuf.Decoder.decode/2, which was removed in protobuf 0.14+ but still called by protobuf_generate 0.1.3
Changed
Upgraded protobuf from ~> 0.16.0 to ~> 0.17.0 and protobuf_generate from ~> 0.1.3 to ~> 0.2.1 in the Elixir client
Upgraded Elixir to 1.18.4 and OTP to 27.3 in the publish-elixir-client workflow to satisfy the googleapis transitive dependency requirement (~> 1.18)