Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@jhump jhump released this 15 Feb 23:53
· 4 commits to master since this release
d9a9578

Bug Fixes

  • The protoc-gen-grpchan plugin could not be used with proto source files that used the recent "proto3 optional" feature. The actual plugin code would function perfectly fine in the face of such sources. But the protocol that protoc uses to determine if a plugin is compatible or not was not properly implemented by protoc-gen-grpchan. This has been fixed: the plugin can now be used on such source files.