gRPC-go 1.31.0 is now released. Full release notes:

API Changes

   - balancer: remove deprecated type aliases (#3742
   <https://github.com/grpc/grpc-go/pull/3742>)

New Features

   - The following new xDS functionalities are added in this release (xDS
   features supported in a given release are documented here
   <https://github.com/grpc/grpc/blob/master/doc/grpc_xds_features.md>):
      - Requests matching based on path
      
<https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-routematch>
(prefix,
      full path and safe regex) and headers
      
<https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-headermatcher>
      - Requests routing to multiple clusters based on weights
      
<https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-weightedcluster>
   - service config: add default method config support (#3684
   <https://github.com/grpc/grpc-go/pull/3684>)
      - Special Thanks: @amenzhinsky <https://github.com/amenzhinsky>
   - credentials/sts: PerRPCCreds Implementation (#3696
   <https://github.com/grpc/grpc-go/pull/3696>)
   - credentials: check and expose SPIFFE ID (#3626
   <https://github.com/grpc/grpc-go/pull/3626>)
   - protoc-gen-go-grpc: support for proto3 field presence (#3752
   <https://github.com/grpc/grpc-go/pull/3752>)

Bug Fixes

   - client: set auth header to localhost for unix target (#3730
   <https://github.com/grpc/grpc-go/pull/3730>)

Documentation

   - doc: mark CustomCodec as deprecated (#3698
   <https://github.com/grpc/grpc-go/pull/3698>)
   - examples: cleanup README.md (#3738
   <https://github.com/grpc/grpc-go/pull/3738>)
   - doc: fix references to status methods (#3702
   <https://github.com/grpc/grpc-go/pull/3702>)
      - Special Thanks: @evanlimanto <https://github.com/evanlimanto>




Please see release at: https://github.com/grpc/grpc-go/releases/tag/v1.31.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/CAPh%2BwgLbS5pL%2BvCOEmkJUWco5hdD1OH4Oy%3Dz-7NMyp_UyenteQ%40mail.gmail.com.

Reply via email to