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

*Bug Fixes*

   - grpclb: 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.
   - 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. (#8020
   <https://github.com/grpc/grpc-java/pull/8020>)
   - xds: Fixed a bug that xDS users may experience null pointer exception
   in rare cases (#8087 <https://github.com/grpc/grpc-java/pull/8087>)
   - xds: the xDS resolver did not clear its state when control plane
   resources were revoked before offloading the xDS LB plugin. It would treat
   the next update as duplicate if the control plane recovers and never comes
   back to use those resources. Now this is fixed.

-- 
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/CA%2B4M1oNSroPX4RRhaJg2AW5PKAxi%2BfOUJG80KjhS43qZSGDf4A%40mail.gmail.com.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to