Skip to content

Release 1.34.0

Compare
Choose a tag to compare
@menghanl menghanl released this 02 Dec 22:33
· 12 commits to v1.34.x since this release
2cf12a8

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)