grpc-go v1.34.0 Release Notes

Release Date: 2020-12-02 // over 3 years ago
  • ๐Ÿ†• New Features

    • ๐Ÿ‘ client: implement support for "unix" resolver scheme (#3890)
    • rds: allow case_insensitive path matching (#3997)
    • credentials/insecure: implement insecure credentials. (#3964)
    • lrs: handle multiple clusters in LRS stream (#3935)

    ๐ŸŽ Performance Improvements

    • โšก๏ธ encoding/proto: simplify & optimize proto codec (#3958)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“‡ internal/transport: fix a bug causing -bin metadata to be incorrectly encoded (#3985)
    • grpclb: consider IDLE SubConns as connecting (#4031)
    • grpclb: send custom user-agent (#4011)
    • client: use "localhost:port" as authority if target is ":port" (#4017)
    • ๐Ÿ”’ credentials: fix PerRPCCredentials w/RequireTransportSecurity and security levels (#3995)

    ๐Ÿ“š Documentation

    • ๐Ÿ“š Documentation: fix outgoing metadata example code (#3979)
    • โœ‚ Remove experimental comment from client interceptors (#3948)
    • ๐Ÿ“š Documentation: update keepalive.md to add why (#3993)