gRPC-go 1.19.0 is now released. Full release notes: API Changes
- dialOption: export WithContextDialer() (#2629 <https://github.com/grpc/grpc-go/pull/2629>) - client: deprecate CallCustomCodec and provide new version using encoding.Codec (#2556 <https://github.com/grpc/grpc-go/pull/2556>) Behavior Changes - keepalive: apply minimum ping time of 10s to client and 1s to server ( #2642 <https://github.com/grpc/grpc-go/pull/2642>) Bug Fixes - roundrobin: randomize starting address when rebuilding the picker ( #2579 <https://github.com/grpc/grpc-go/pull/2579>) - client: fix handling of GRPC_GO_REQUIRE_HANDSHAKE=on to not interpret as "hybrid" (#2603 <https://github.com/grpc/grpc-go/pull/2603>) - Special Thanks: @dntj <https://github.com/dntj> - client: minor v1 balancer wrapper fixes (#2511 <https://github.com/grpc/grpc-go/pull/2511>) - transport: resetTransport connect deadline is across addresses (#2540 <https://github.com/grpc/grpc-go/pull/2540>) - client: don't allow io.EOF to be passed from balancer to user (#2604 <https://github.com/grpc/grpc-go/pull/2604>) - grpc: limit reader with maxReceiveMessageSize (#2617 <https://github.com/grpc/grpc-go/pull/2617>) - transport: fixes established streams leak in loopy writer. (#2610 <https://github.com/grpc/grpc-go/pull/2610>) Documentation - examples: add keepalive example (#2637 <https://github.com/grpc/grpc-go/pull/2637>) - examples: reflection (#2594 <https://github.com/grpc/grpc-go/pull/2594> ) - Fix error message formatting (#2615 <https://github.com/grpc/grpc-go/pull/2615>) Please see release at: https://github.com/grpc/grpc-go/releases/tag/v1.19.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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAPh%2BwgKnPAKp9Gd8ngj17wBHw_VFh5JaocfMpTa85B8WkrE4hw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
