gRPC-go 1.22.0 is now released. Full release notes: New Features
- balancer/resolver: add loadBalancingConfig and pre-parsing support ( #2732 <https://github.com/grpc/grpc-go/pull/2732>) Performance Improvements - transport: share recv buffers (#2813 <https://github.com/grpc/grpc-go/pull/2813>) - Remove call to proto.Clone() in http2Server.WriteStatus. (#2842 <https://github.com/grpc/grpc-go/pull/2842>) Bug Fixes - balancer: stop using picker from old balancer when switching balancers (#2833 <https://github.com/grpc/grpc-go/pull/2833>) - server: fix race causing streams to be terminated by GracefulStop ( #2857 <https://github.com/grpc/grpc-go/pull/2857>) - grpclb: only force update picker when cache is used (#2843 <https://github.com/grpc/grpc-go/pull/2843>) - metadata: write original md before appended md (#2879 <https://github.com/grpc/grpc-go/pull/2879>) - Special Thanks: @elvizlai <https://github.com/elvizlai> - transport: fix bug leading to hang when invalid headers are received ( #2818 <https://github.com/grpc/grpc-go/pull/2818>) - client: don't reset backoff if updating addresses while in TransientFailure (#2740 <https://github.com/grpc/grpc-go/pull/2740>) Documentation - examples: note about ALTS special access permission on GCP (#2846 <https://github.com/grpc/grpc-go/pull/2846>) Please see release at: https://github.com/grpc/grpc-go/releases/tag/v1.22.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/CAMTLisKaHxWdaT_gjhV3bFcSoi4xAO%3D8WjS7Kj_zw-EPzjJuPg%40mail.gmail.com.
