v1.30.1
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)