All Versions
30
Latest Version
Avg Release Cycle
31 days
Latest Release
1400 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.35.0-dev
November 17, 2020 -
v1.34.0 Changes
December 02, 2020๐ 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)
- Special Thanks: @dntj
- 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)
- Special Thanks: @aaronjheng
- โ Remove experimental comment from client interceptors (#3948)
- Special Thanks: @hypnoglow
- ๐ Documentation: update keepalive.md to add why (#3993)
-
v1.34.0-dev
October 08, 2020 -
v1.33.2 Changes
November 06, 2020 -
v1.33.1 Changes
October 20, 2020API Changes
- ๐ connectivity: remove unused, experimental Reporter interface (#3875)
๐ New Features
- ๐ xds bootstrap: support insecure and make Creds required (#3881)
- ๐ xds: add bootstrap support for certificate providers. (#3901)
- lrs: add a layer for clusters in load store (#3880)
- credentials/xds: implementation of client-side xDS credentials. (#3888)
๐ Bug Fixes
- http2_client: fix reader segfault on PROTOCOL_ERRORs (#3926)
- Special Thanks: @sorah
- internal/transport: handle h2 errcode on header decoding (#3872)
- Special Thanks: @tz70s
- xds: exit from run() goroutine when resolver is closed. (#3882)
- credentials/alts: ClientAuthorizationCheck to case-fold compare of peer SA (#3792)
- Special Thanks: @AntonNep
- service reflection: include transitive closure for a file (#3851)
- ๐ฐ stats: include message header in stats.InPayload.WireLength (#3886)
- Special Thanks: @xstephen95x
- binarylog: export Sink (#3879)
- service reflection: include transitive closure for a file (#3851)
-
v1.33.0-dev
August 25, 2020 -
v1.32.0 Changes
September 08, 2020 -
v1.32.0-dev
July 23, 2020 -
v1.31.1 Changes
August 25, 2020- ๐ eds: fix priority timeout failure when EDS removes all priorities (#3839)
-
v1.31.0 Changes
July 30, 2020API 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):
- 0๏ธโฃ service config: add default method config support (#3684)
- Special Thanks: @amenzhinsky
- 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)
- Special Thanks: @evanlimanto