grpc-gateway v2.26.2 版本更新介绍
发布日期: 2025-03-03
版本号: v2.26.2
本次更新包含以下主要改动:修复测试启动缓慢的问题;在未定义请求体的服务端流方法中排空请求体;升级Go语言版本;移除冗余的错误日志;撤销#4819的代码修改。此外,两位新贡献者@paskozdilar和@ccampo133分别提交了他们的首次代码贡献。这些变更为grpc-gateway项目带来了性能优化、错误处理改进和依赖更新。
更新内容 (中文)
更新内容
- 修复测试启动缓慢的问题 by @paskozdilar in https://github.com/grpc-ecosystem/grpc-gateway/pull/5245
- 在未定义请求体的情况下清空服务端流方法中的req.body by @paskozdilar in https://github.com/grpc-ecosystem/grpc-gateway/pull/5240
- 更新Go版本 by @johanbrandhorst in https://github.com/grpc-ecosystem/grpc-gateway/pull/5265
- 移除冗余的错误日志 by @ccampo133 in https://github.com/grpc-ecosystem/grpc-gateway/pull/5268
- 撤销 #4819 的修改 by @johanbrandhorst in https://github.com/grpc-ecosystem/grpc-gateway/pull/5303
新贡献者
- @paskozdilar 在 https://github.com/grpc-ecosystem/grpc-gateway/pull/5245 完成了首次贡献
- @ccampo133 在 https://github.com/grpc-ecosystem/grpc-gateway/pull/5268 完成了首次贡献
完整变更日志: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.26.1...v2.26.2
更新内容 (原始)
What’s Changed
- Fix slow test startup by @paskozdilar in https://github.com/grpc-ecosystem/grpc-gateway/pull/5245
- Drain req.body on server stream methods with no body defined by @paskozdilar in https://github.com/grpc-ecosystem/grpc-gateway/pull/5240
- Update go version by @johanbrandhorst in https://github.com/grpc-ecosystem/grpc-gateway/pull/5265
- Remove noisy error log by @ccampo133 in https://github.com/grpc-ecosystem/grpc-gateway/pull/5268
- Revert #4819 by @johanbrandhorst in https://github.com/grpc-ecosystem/grpc-gateway/pull/5303
New Contributors
- @paskozdilar made their first contribution in https://github.com/grpc-ecosystem/grpc-gateway/pull/5245
- @ccampo133 made their first contribution in https://github.com/grpc-ecosystem/grpc-gateway/pull/5268
Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.26.1...v2.26.2
下载链接
- grpc-gateway_2.26.2_checksums.txt
- multiple.intoto.jsonl
- protoc-gen-grpc-gateway-v2.26.2-darwin-arm64
- protoc-gen-grpc-gateway-v2.26.2-darwin-x86_64
- protoc-gen-grpc-gateway-v2.26.2-linux-arm64
- protoc-gen-grpc-gateway-v2.26.2-linux-x86_64
- protoc-gen-grpc-gateway-v2.26.2-windows-arm64.exe
- protoc-gen-grpc-gateway-v2.26.2-windows-x86_64.exe
- protoc-gen-openapiv2-v2.26.2-darwin-arm64
- protoc-gen-openapiv2-v2.26.2-darwin-x86_64
- protoc-gen-openapiv2-v2.26.2-linux-arm64
- protoc-gen-openapiv2-v2.26.2-linux-x86_64
- protoc-gen-openapiv2-v2.26.2-windows-arm64.exe
- protoc-gen-openapiv2-v2.26.2-windows-x86_64.exe