gRPC Java 1.37.1 is released and is available on Maven Central.
https://github.com/grpc/grpc-java/releases/tag/v1.37.1

*Bug Fixes*
   
   - netty: fixed a bug that client RPCs may fail with a wrong exception 
   with message "Maximum active streams violated for this endpoint" when 
   receiving GOAWAY while MAX_CONCURRENT_STREAMS is reached. After the fix the 
   client RPC should fail with UNAVAILABLE status in such a scenario.
   - grpclb, xds: fixed a day-one issue that the control plane RPC are 
   using the same Context as the inbound application RPC, which can cause 
   control plane RPC aborted when the inbound application RPC completes.
   - xds: fixed a bug that xDS LB policies may process and propagate load 
   balancing state update from its child LB policy after itself being shut 
   down. This can be cascaded and result in hard-to-reason behaviors if any 
   one layer of the LB policies does not clean up its internal state after 
   shutdown.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/aa6c0755-5acc-4857-9a6b-8e04cdebb7d5n%40googlegroups.com.

Reply via email to