Skip to content

Releases: joyrex2001/grpc-perl

grpc-xs-0.38

01 Nov 18:53
Compare
Choose a tag to compare
  • use blocking shutdown call to prevent race if fork is used

grpc-xs-0.37

10 May 16:03
Compare
Choose a tag to compare
  • support for grpc 1.45+ with no insecure build
  • set default user-agent to 'grpc-perl/'

grpc-xs-0.36

31 Aug 13:56
Compare
Choose a tag to compare
  • add a MANIFEST to support make dist

grpc-xs-0.35

23 Apr 19:20
Compare
Choose a tag to compare
  • fix build grpc 1.27.0+ (RT#135258)

grpc-xs-0.34

02 Nov 17:45
Compare
Choose a tag to compare
  • improve makefile.pl with project references

grpc-xs-0.33

17 Oct 21:12
Compare
Choose a tag to compare
  • update certificate to fix unit tests (rt #133111)

grpc-xs-0.32

01 Sep 19:43
Compare
Choose a tag to compare

Changelog:

  • improved callback error handling

grpc-xs-0.31

10 May 13:17
Compare
Choose a tag to compare

Changelog:

  • add support for fork()

grpc-xs-0.30

15 Mar 22:00
Compare
Choose a tag to compare

Changelog:

  • fix crashes in t/01-call_credentials.t test (RT #128840)

grpc-xs-0.20

01 Mar 15:07
Compare
Choose a tag to compare

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