Skip to content

Release 1.24.0

Compare
Choose a tag to compare
@dfawley dfawley released this 25 Sep 20:52
· 1 commit to v1.24.x since this release
f6d0f9e

Dependencies

  • internal: update proto library version used to generate pb.go files (#3025)

New Features

  • xds: add functionality to read bootstrap file. (#3000)

Performance Improvements

  • transport: remove defer in http2Client.getStream (#2980)
  • transport: derive transport context from context.Background (#2930)

Bug Fixes

  • client: consider service config invalid if loadBalancingConfig contains no supported policy (#3034)
  • credentials/alts: fix panic detecting GCP environment (#2996)
  • internal: fix context leak when stream is not created successfully (#2985)
  • grpclb: fix deadlock in grpclb connection cache (#3017)
  • server: set and advertise max frame size of 16KB (#3018)