Releases: joyrex2001/grpc-perl
Releases · joyrex2001/grpc-perl
grpc-xs-0.38
- use blocking shutdown call to prevent race if fork is used
grpc-xs-0.37
- support for grpc 1.45+ with no insecure build
- set default user-agent to 'grpc-perl/'
grpc-xs-0.36
- add a MANIFEST to support make dist
grpc-xs-0.35
- fix build grpc 1.27.0+ (RT#135258)
grpc-xs-0.34
- improve makefile.pl with project references
grpc-xs-0.33
- update certificate to fix unit tests (rt #133111)
grpc-xs-0.32
Changelog:
- improved callback error handling
grpc-xs-0.31
Changelog:
- add support for fork()
grpc-xs-0.30
Changelog:
- fix crashes in t/01-call_credentials.t test (RT #128840)
grpc-xs-0.20
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