Skip to content

Releases: pluginrpc/pluginrpc-go

v0.5.0

Choose a tag to compare

@bufdev bufdev released this 28 Sep 20:03
  • 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

Choose a tag to compare

@bufdev bufdev released this 28 Sep 16:54
  • Add MergeSpecs function.
  • Change signature of NewSpec to take variadic ...Procedure instead of []Procedure.

v0.3.0

Choose a tag to compare

@bufdev bufdev released this 05 Sep 19:25
  • 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

Choose a tag to compare

@bufdev bufdev released this 30 Aug 21:19
  • Expose flag names as public consts.

v0.1.0

Choose a tag to compare

@bufdev bufdev released this 28 Aug 22:03

Initial beta release.