Skip to content

v1.30.1

Compare
Choose a tag to compare
@voidzcy voidzcy released this 19 Jun 20:49
· 2043 commits to master since this release

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)