grpc v1.72.2 版本更新介绍
发布日期: 2025-06-26
版本号: v1.72.2
gRPC Core 1.72.2版本已发布,包含优化、改进和错误修复。主要更新为Python客户端的向后兼容修复,解决了在某些情况下无法重新连接的问题,具体涉及issue #38290、#39113和#39631。
更新内容 (中文)
这是 gRPC Core 的 1.72.2 版本 (gusto)。
gRPC 文档请参阅 grpc.io。历史版本请查阅 发布版本。
本版本包含优化、改进和错误修复,以下为要点说明。
Python
- [将 #39894 回移至 v1.72.x] 修复 gRPC Python 客户端在某些情况下无法重连的问题:#38290、#39113、#39631。(#39949)
更新内容 (原始)
This is release 1.72.2 (gusto) 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.
Python
- [Backport of #39894 to v1.72.x] Fix the issue with gRPC Python Client not reconnecting in certain situations: #38290, #39113, #39631. (#39949)