Correction: updated release notes <https://github.com/grpc/grpc-java/releases/tag/v1.45.2>. In the previous announcement I missed some items that were backported, but not released.
*Bug Fixes* - xds: fix bugs in ring-hash load balancer picking subchannel behavior per gRFC. The bug may cause connection not failing over from TRANSIENT_FAILURE status. (#9085 <https://github.com/grpc/grpc-java/pull/9085>) - xds: Protect xdstp processing with federation env var. If the xds server uses xdstp:// resource names it was possible for federation code paths to be entered even without enabling the experimental federation support. This is now fixed and it is safe for xds servers to use xdstp:// resource names. (#9190 <https://github.com/grpc/grpc-java/pull/9190>) *Behavior Changes* - xds: change ring_hash LB aggregation rule to better handle transient_failure channel status (#9084 <https://github.com/grpc/grpc-java/pull/9084>) *Dependencies* - Bump protobuf to 3.19.6 - bom: Exclude grpc-observability. The module does not exist in 1.45.x. Should be a noop (#9122 <https://github.com/grpc/grpc-java/pull/9122>) On Monday, October 10, 2022 at 11:35:36 AM UTC-7 Sergii Tkachenko wrote: > The v1.45.2 release is now available > > *Dependencies* > > - Bump protobuf to 3.19.6 > > -- 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/2770aef0-2d8f-4d28-b2d4-2836df4a071an%40googlegroups.com.
