Releases: pluginrpc/pluginrpc-go
Releases · pluginrpc/pluginrpc-go
v0.5.0
- Return an error with
CodeUnimplemented
from a Client
when a procedure is not implemented.
- Customize the help text when
-h
or --help
is specified.
- Add
ServerWithDoc
to allow a prefix to be added to help text.
v0.4.0
- Add
MergeSpecs
function.
- Change signature of
NewSpec
to take variadic ...Procedure
instead of []Procedure
.
v0.3.0
- Add
streaming
parameter to protoc-gen-pluginrpc-go
to denote how to handle streaming methods. The three valid values are error
, warn
, ignore
. The default is warn
. See the docs for more details.
v0.2.0
- Expose flag names as public consts.