Skip to content

Release v1.46.5

Compare
Choose a tag to compare
@gnossen gnossen released this 22 Sep 01:50
· 21 commits to v1.46.x since this release
3f072f4

This is release 1.46.5 (golazo) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

All

  • Update protobuf to v3.19.5 on v1.46.x. (#31032)

Core

  • Backport to 1.46.x: priority and ring_hash LBs: fix interactions when using ring_hash under priority (#29332). (#30253)
  • Backport to v1.46.x: ring hash: fix picker propagation bug in xds_cluster_manager policy (#29959). (#30254)

C#

  • Fix client resource leaks-issues 8451 and 28153. (#30290)