grpc-go v1.24.0 Release Notes

Release Date: 2019-09-25 // over 4 years ago
  • 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)