gRPC v1.30.1 Release Notes

Release Date: 2020-06-19 // almost 4 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿšš all: remove grpc-rls from grpc-all dependencies (#7118). grpc-rls is not intended to be published yet, projects depending on grpc-all gets a "failed to collect dependencies at io.grpc:grpc-all:jar:1.30.0 -> io.grpc:grpc-rls:jar:1.30.0" error. This is fixed here.
    • core: fix a bug that a call may hang when using manual flow control and gRPC retry is enabled. (#6817)