lrascao / rebar3_gpb_plugin

A rebar3 plugin for automatically compiling .proto files using the gpb protobuf compiler
MIT License
54 stars 37 forks source link

New version of gpb: 4.21.0 #169

Closed tomas-abrahamsson closed 9 months ago

tomas-abrahamsson commented 10 months ago

New version of gpb: 4.21.0

tomas-abrahamsson commented 10 months ago

FYI: I have a change in the pipe: a switch to 5.0.0 with the only backwards incompatible change will be to drop support for some old Erlang versions, so only 19 or later will be supported. Internally in gpb, this means unconditionally expect support for maps, for example.

Edit: I will hold off 5.0.0 a little while longer.