Skip to content

Release 1.21.0

Compare
Choose a tag to compare
@canguler canguler released this 22 May 17:05
· 13 commits to v1.21.x since this release
869adfc

New Features

  • balancer: provide parsed target through BuildOptions (#2803)
  • grpclb: handle service config and switch to pickfirst (#2719)
  • dns: rate limit DNS resolution requests (#2760)
  • interceptor: new APIs for chaining client interceptors. (#2696)
  • client: return helpful error message when wait-for-ready RPCs fail with timeout (#2777)

Bug Fixes

  • transport: fix a race that could lead to memory leaks (#2765)
  • client: set balancer name correctly when using grpc.WithBalancerName() (#2778) (#2802)

Documentation

  • docs: add note about retrying UNAVAILABLE (#2774)