Skip to content

Release v15.34.2

Choose a tag to compare

@github-actions github-actions released this 09 Jun 13:33
18244b9

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)