gRPC-go 1.26.0 is now released. Full release notes: Release 1.26.0 <https://github.com/grpc/grpc-go/releases/tag/v1.26.0>
Repository: grpc/grpc-go <https://github.com/grpc/grpc-go> · Tag: v1.26.0 <https://github.com/grpc/grpc-go/tree/v1.26.0> · Commit: f5b0812 <https://github.com/grpc/grpc-go/commit/f5b0812e6fe574d90da76b205e9eb51f6ddb1919> · Released by: dfawley <https://github.com/dfawley> API Changes - balancer: add V2Picker, ClientConn.UpdateState, SubConnState.ConnectionError (#3186 <https://github.com/grpc/grpc-go/pull/3186>) - resolver: introduce attributes package and use it for Address and State (#3151 <https://github.com/grpc/grpc-go/pull/3151>) - resolver: rename Option to Options, leaving type aliases for now (#3175 <https://github.com/grpc/grpc-go/pull/3175>) Behavior Changes - dns: disable SRV record lookups unless grpclb is imported (#3149 <https://github.com/grpc/grpc-go/pull/3149>) - dns: stop polling for updates; use UpdateState API (#3165 <https://github.com/grpc/grpc-go/pull/3165>) New Features - stats: attach metadata to In/Out Headers/Trailers (#3169 <https://github.com/grpc/grpc-go/pull/3169>) - Special Thanks: @MatthewDolan <https://github.com/MatthewDolan> - xds: Implementation of the CDS LB policy. (#3224 <https://github.com/grpc/grpc-go/pull/3224>) - xds: Implementation of xds_resolver using LDS/RDS (#3183 <https://github.com/grpc/grpc-go/pull/3183>) - grpclb: do not send redundant empty load reports to remote LB (#3249 <https://github.com/grpc/grpc-go/pull/3249>) Performance Improvements - server.go: combine defers to reduce stack usage (#3208 <https://github.com/grpc/grpc-go/pull/3208>) - Special Thanks: @adtac <https://github.com/adtac> - profiling: add internal changes to support profiling of gRPC (#3158 <https://github.com/grpc/grpc-go/pull/3158>) - Special Thanks: @adtac <https://github.com/adtac> Bug Fixes - dns: do not call NewServiceConfig when lookups are disabled (#3201 <https://github.com/grpc/grpc-go/pull/3201>) - client: set grpc-accept-encoding header based on outgoing compressor ( #3139 <https://github.com/grpc/grpc-go/pull/3139>) - Special Thanks: @jiacai2050 <https://github.com/jiacai2050> - server: Keepalive pings should be sent every [Time] period (#3172 <https://github.com/grpc/grpc-go/pull/3172>) Documentation - godoc: clarify WithTimeout deprecation note (#3226 <https://github.com/grpc/grpc-go/pull/3226>) - Special Thanks: @ensonic <https://github.com/ensonic> Please see release at: https://github.com/grpc/grpc-go/releases/tag/v1.26.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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAMTLisL%2B8DSFj%2B0m9zx65rz6r7964nO85pd24WZesm85zuAgew%40mail.gmail.com.
