gRPC-go 1.34.0 is now released. Full release notes: New Features
- client: implement support for "unix" resolver scheme (#3890 <https://github.com/grpc/grpc-go/pull/3890>) - rds: allow case_insensitive path matching (#3997 <https://github.com/grpc/grpc-go/pull/3997>) - credentials/insecure: implement insecure credentials. (#3964 <https://github.com/grpc/grpc-go/pull/3964>) - lrs: handle multiple clusters in LRS stream (#3935 <https://github.com/grpc/grpc-go/pull/3935>) Performance Improvements - encoding/proto: simplify & optimize proto codec (#3958 <https://github.com/grpc/grpc-go/pull/3958>) Bug Fixes - internal/transport: fix a bug causing -bin metadata to be incorrectly encoded (#3985 <https://github.com/grpc/grpc-go/pull/3985>) - Special Thanks: @dntj <https://github.com/dntj> - grpclb: consider IDLE SubConns as connecting (#4031 <https://github.com/grpc/grpc-go/pull/4031>) - grpclb: send custom user-agent (#4011 <https://github.com/grpc/grpc-go/pull/4011>) - client: use "localhost:port" as authority if target is ":port" (#4017 <https://github.com/grpc/grpc-go/pull/4017>) - credentials: fix PerRPCCredentials w/RequireTransportSecurity and security levels (#3995 <https://github.com/grpc/grpc-go/pull/3995>) Documentation - Documentation: fix outgoing metadata example code (#3979 <https://github.com/grpc/grpc-go/pull/3979>) - Special Thanks: @aaronjheng <https://github.com/aaronjheng> - Remove experimental comment from client interceptors (#3948 <https://github.com/grpc/grpc-go/pull/3948>) - Special Thanks: @hypnoglow <https://github.com/hypnoglow> - Documentation: update keepalive.md to add why (#3993 <https://github.com/grpc/grpc-go/pull/3993>) Please see release at: https://github.com/grpc/grpc-go/releases/tag/v1.34.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/CAMTLis%2BtnnGYuLu3Z8Q9LkK6FrB__mrzdkrzLRSzpLmy%3DY5zQw%40mail.gmail.com.
