Skip to content

Releases: pluginrpc/pluginrpc-go

v0.5.0

28 Sep 20:03
Compare
Choose a tag to compare
  • 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

28 Sep 16:54
Compare
Choose a tag to compare
  • Add MergeSpecs function.
  • Change signature of NewSpec to take variadic ...Procedure instead of []Procedure.

v0.3.0

05 Sep 19:25
Compare
Choose a tag to compare
  • 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

30 Aug 21:19
Compare
Choose a tag to compare
  • Expose flag names as public consts.

v0.1.0

28 Aug 22:03
Compare
Choose a tag to compare

Initial beta release.