v0.14.0
- Support protobuf encoding using:
- Precompiled FileDescriptorSets with flags
--file-descriptor-set-bin
or-F
. - Using the grpc reflection API if no descriptor set is specified.
- Precompiled FileDescriptorSets with flags
- Encoding now defaults to
proto
if the method is of form
package.Service/Method
.