You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
gRPC Java 1.30.1 is released and available on Maven Central and JCenter.
gRPC Java 1.30.1 Release Notes
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)