grpc v1.76.0 版本更新介绍
发布日期: 2025-10-20
版本号: v1.76.0
这是gRPC Core的1.76.0版本发布,包含若干改进与修复。核心方面调整了系统CA的优先级,并引入了用于Python的event_engine_poller实验功能,同时为负载均衡新增了后端服务指标标签。C#工具修复了处理含大写字母文件后缀名时的问题。Python的gRPC AsyncIO则提升了完成队列的轮询性能。
更新内容 (中文)
这是gRPC Core 1.76.0版本(genuine)的发布说明。
有关gRPC文档,请访问grpc.io。如需查看先前版本,请访问发布记录。
本次发布包含优化、改进和错误修复,主要亮点如下:
核心
- 优先使用系统CA而非捆绑的CA。(#40583)
- [event_engine] 引入event_engine_poller_for_python实验性功能。(#40243)
- [metrics] 添加grpc.lb.backend_service标签。(#40486)
C#
- [csharp工具] #39374 Grpc.Tools无法处理含大写字符的文件后缀名。(#40072)
Python
- [Python] gRPC AsyncIO:改进CompletionQueue轮询性能。(#39993)
更新内容 (原始)
This is release 1.76.0 (genuine) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
- Prioritize system CA over bundled CA. (#40583)
- [event_engine] Introduce a event_engine_poller_for_python experiment. (#40243)
- [metrics] add grpc.lb.backend_service label. (#40486)
C#
- [csharp tools] #39374 Grpc.Tools can’t process file Suffix name with Upper character. (#40072)
Python
- [Python] gRPC AsyncIO: Improve CompletionQueue polling performance. (#39993)