The v1.69.1 release <https://github.com/grpc/grpc-java/releases/tag/v1.69.1>
is now available.

Bug Fixes

   - okhttp: Improve certificate handling by rejecting non-ASCII subject
   alternative names and hostnames as seen in CVE-2021-0341
   <https://github.com/advisories/GHSA-3cqm-mf7h-prrj> (#11749
   <https://github.com/grpc/grpc-java/pull/11749>) (a0982ca
   
<https://github.com/grpc/grpc-java/commit/a0982ca0a156f26457df087b41d00e2c6369dcbe>).
   Hostnames are considered trusted and CAs are required to use punycode for
   non-ASCII hostnames, so this is expected to provide defense-in-depth. See
   also the related GoSecure blog post
   <https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/>
and
   the AOSP fix
   
<https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc>
   - xds: Preserve nonce when unsubscribing last watcher of a particular
   type so that new discovery requests of that type are handled correctly (
   1cf1927
   
<https://github.com/grpc/grpc-java/commit/1cf1927d1a7024e353f239fe5b5d50cbb49a8bae>).
   This (along with 1cf1927
   
<https://github.com/grpc/grpc-java/commit/1cf1927d1a7024e353f239fe5b5d50cbb49a8bae>)
   fixes a nonce-handling regression introduced in 1.66.0 that could cause
   resources to appear to not exist until re-creating the ADS stream.
   Triggering the behavior required specific config changes. It is easiest to
   trigger when clusters use EDS and routes are changed from one cluster to
   another. The error “found 0 leaf (logical DNS or EDS) clusters for root
   cluster” might then be seen
   - xds: Remember nonces for unknown types (6c12c2b
   
<https://github.com/grpc/grpc-java/commit/6c12c2bd2438551dc19bd941d158c065eed9e37c>
   )
   - xds: Unexpected types in the bootstrap’s server_features should be
   ignored (e8ff6da
   
<https://github.com/grpc/grpc-java/commit/e8ff6da2cf57a39a62497e9f317e6976b5bfb98c>).
   They were previously required to be strings
   - xds: Fixed unsupported unsigned 32 bits issue for circuit breaker (
   #11735 <https://github.com/grpc/grpc-java/pull/11735>) (f8f6139
   
<https://github.com/grpc/grpc-java/commit/f8f613984fe1c57171977e948315449e3d013ebc>).
   This fixes clients treating large max_requests as “no requests” and failing
   all requests
   - xds: Remove xds authority label from metric registration (#11760
   <https://github.com/grpc/grpc-java/pull/11760>) (6516c73
   
<https://github.com/grpc/grpc-java/commit/6516c7387e2cb944784115303f8a36416f53b4a1>).
   This fixes the error “Incorrect number of required labels provided.
   Expected: 4” introduced in 1.69.0

-- 
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 visit 
https://groups.google.com/d/msgid/grpc-io/CA%2B4M1oNA_C2OrVzeMYmJYe30MTRS2WiEji2XpbmEGrGSgWDWvw%40mail.gmail.com.

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

Reply via email to