grpc-go v1.31.0 Release Notes

Release Date: 2020-07-30 // over 3 years ago
  • API Changes

    • ๐Ÿšš balancer: remove deprecated type aliases (#3742)

    ๐Ÿ†• New Features

    • The following new xDS functionalities are added in this release (xDS features supported in a given release are documented here):
      • Requests matching based on path (prefix, full path and safe regex) and headers
      • Requests routing to multiple clusters based on weights
    • 0๏ธโƒฃ service config: add default method config support (#3684)
    • credentials/sts: PerRPCCreds Implementation (#3696)
    • credentials: check and expose SPIFFE ID (#3626)
    • ๐Ÿ‘ protoc-gen-go-grpc: support for proto3 field presence (#3752)

    ๐Ÿ› Bug Fixes

    • client: set auth header to localhost for unix target (#3730)

    ๐Ÿ“š Documentation

    • ๐Ÿ—„ doc: mark CustomCodec as deprecated (#3698)
    • examples: cleanup README.md (#3738)
    • doc: fix references to status methods (#3702)