Skip to content

grpc-xs-0.20

Compare
Choose a tag to compare
@joyrex2001 joyrex2001 released this 01 Mar 15:07
· 32 commits to master since this release

Changelog:

  • add status as a second return value to wait() functions
  • fix status on unary and client streaming call
  • support for newer grpc library versions
  • fix segfaults when an anonymous sub is used as a plugin callback
  • fix 'Host' argument for creating calls
  • and various other small bugfixes