gRPC Java 1.42.1 is released and is available on Maven Central.

https://github.com/grpc/grpc-java/releases/tag/v1.42.1


Bug fixes:

   - xds: fix a bug that invalid resources from the control plane was
   internally classified as missing configuration, but instead it should be
   classified as a transient error. This will change load balancing states on
   failure handling behavior: for example, missing LDS at xDS server would
   make it enter “not serving” mode but a transient error does not affect
   serving status. #8690 <https://github.com/grpc/grpc-java/pull/8690>
   - xds: fix a bug where XdsServer didn’t block start() when configuration
   is missing, and instead errored. #8690
   <https://github.com/grpc/grpc-java/pull/8690>
   - xds: stop generating UUIDs for filter chains that lack them. The UUID
   was preventing the XdsServer from noticing when a control plane sent a
   needless duplicate update, causing XdsServer to drain all its existing
   connections to use the “new” configuration #8688
   <https://github.com/grpc/grpc-java/pull/8688>

New feature:

   - netty: Add ability to set system property
   -Dio.grpc.netty.disableConnectionHeaderCheck=false to disable HTTP
   Connection header check. This is a temporary workaround to allow fixing
   out-of-spec HTTP/2 clients #8683
   <https://github.com/grpc/grpc-java/pull/8683>
   - compiler: Protoc plugin for macOS x86 is duplicated to be used on the
   aarch architecture, to ease use on arm64 macs. The plugin is not actually
   ARM64, just named as such. Future work will need to compile it
   appropriately #8680 <https://github.com/grpc/grpc-java/pull/8680>

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAGFwQVvTDFuXei6fiXt7a_2nA0%3DvekomTY1-T0SpNwQLuSee%3DQ%40mail.gmail.com.

Reply via email to