This is the 1.17.1 patch release of gRPC Core and dependent languages.
Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
- Change xds plugin name to xds_experimental until it's ready for use. (#17405)
- Better slice management for windows reads (for v1.17.x). (#17378)
- Cancel still-active c-ares queries after a timeout, for 1.17.x. (#17382)
C#
- Redo C# examples to use new Grpc.Tools. (#14684)