gRPC-go 1.37.0 is now released. Please see release at: https://github.com/grpc/grpc-go/releases/tag/v1.37.0
Full release notes: API Changes - balancer: Add UpdateAddresses() to balancer.ClientConn interface (#4215 <https://github.com/grpc/grpc-go/pull/4215>) - *NOTICE*: balancer.SubConn.UpdateAddresses() is now deprecated and will be *REMOVED* in gRPC-Go 1.39 Behavior Changes - balancer/base: keep address attributes for pickers (#4253 <https://github.com/grpc/grpc-go/pull/4253>) - Special Thanks: @longXboy <https://github.com/longXboy> New Features - xds: add support for csds (#4226 <https://github.com/grpc/grpc-go/pull/4226>, #4217 <https://github.com/grpc/grpc-go/pull/4217>, #4243 <https://github.com/grpc/grpc-go/pull/4243>) - admin: create admin package for conveniently registering standard admin services (#4274 <https://github.com/grpc/grpc-go/pull/4274>) - xds: add support for HTTP filters (gRFC A39) (#4206 <https://github.com/grpc/grpc-go/pull/4206>, #4221 <https://github.com/grpc/grpc-go/pull/4221>) - xds: implement fault injection HTTP filter (A33) (#4236 <https://github.com/grpc/grpc-go/pull/4236>) - xds: enable timeout, circuit breaking, and fault injection by default ( #4286 <https://github.com/grpc/grpc-go/pull/4286>) - xds: implement a priority based load balancer (#4070 <https://github.com/grpc/grpc-go/pull/4070>) - xds/creds: support all SAN matchers on client-side (#4246 <https://github.com/grpc/grpc-go/pull/4246>) Bug Fixes - xds: add env var protection for client-side security (#4247 <https://github.com/grpc/grpc-go/pull/4247>) - circuit breaking: update picker inline when there's a counter update ( #4212 <https://github.com/grpc/grpc-go/pull/4212>) - server: fail RPCs without POST HTTP method (#4241 <https://github.com/grpc/grpc-go/pull/4241>) -- 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/cb4f8b6b-29ad-4928-a72c-a2d55f1af246n%40googlegroups.com.
