grpc-go v1.29.0 Release Notes

Release Date: 2020-04-21 // about 4 years ago
  • 🆕 New Features

    • client: add a WithNoProxy dialoption (#3411)

    🐛 Bug Fixes

    • ⚡️ xds: update nonce even if the ACK/NACK is not sent on wire (#3497)
    • 🌲 xds: add temporary logging to LRS (#3490)
    • wrr: make random wrr thread safe (#3470)
    • 📇 transport: fix handling of header metadata in serverHandler (#3484)
    • balancer: change roundrobin to accept empty address list (#3491)
    • stats: set response compression codec on stats.InHeader and stats.OutHeader (#3390)

    📚 Documentation

    • ⚡️ credentials: Update doc strings for NewClientTLSFromCert et. al. (#3508)
    • examples: add example to show how to use the health service (#3381)