grpc v1.71.1 版本更新介绍
发布日期: 2025-04-23
版本号: v1.71.1
这是gRPC Core 1.71.1(gears)版本的发布说明。关于gRPC文档请访问grpc.io,历史版本请查看Releases页面。本次更新包含两项修复:一是资源定位服务(RLS)在负载均衡策略关闭后访问配置导致的释放后使用错误;二是事件引擎(EventEngine)在线程池关闭时出现的忙循环问题。
更新内容 (中文)
这是 gRPC Core 1.71.1 (gears) 版本的发布说明。
gRPC 文档请参阅 grpc.io。历史版本请查看发布列表。
- [RLS] 修复负载均衡策略关闭后访问配置导致的释放后使用问题 (https://github.com/grpc/grpc/pull/39303)
- [EventEngine] 修复线程池关闭时的忙循环问题 (https://github.com/grpc/grpc/pull/39258)
更新内容 (原始)
This is release gRPC Core 1.71.1 (gears).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
- [RLS] fix use-after-free from accessing config after LB policy shutdown (https://github.com/grpc/grpc/pull/39303)
- [EventEngine] Fix busy loop in thread pool when shutting down (https://github.com/grpc/grpc/pull/39258)