elixir-grpc / grpc

An Elixir implementation of gRPC
https://hex.pm/packages/grpc
Apache License 2.0
1.36k stars 210 forks source link

Upgrade to protobuf 0.11 #286

Closed htrefil closed 1 year ago

htrefil commented 1 year ago

This upgrades the protobuf dependency to 0.11 which is a good enough reason to upgrade as it added support for proto3 optional fields.

polvalente commented 1 year ago

Please run the formatter so that CI passes. You should run the formatter with Elixir 1.13

htrefil commented 1 year ago

@polvalente Sorry about that! Fixed.