grpc-gateway v2.11.3 版本更新介绍
发布日期: 2022-08-23
版本号: v2.11.3
本次更新新增了带有SLSA签名的发行版二进制文件。主要变更包括:修复Dockerfile中不必要的-e参数(由@MakDon提交);修正蛇形枚举生成标识符与pb.go定义不匹配问题(由@jbaxx提交);将CI构建环境切换至Go 1.19版本(由@MakDon提交);实施SLSA签名验证(由@laurentsimon提交);修复protoc-gen-openapiv2生成错误OpenAPI模式的问题(由@lakshkeswani提交)。此次版本还迎来了两位新贡献者@jbaxx和@laurentsimon的首次代码提交。
更新内容 (中文)
本版本新增了带有 SLSA 签名的发布版二进制文件。详情请参阅 README。
更新内容
- fix: 修复 dockerfile 中 echo 命令不必要的 -e 参数 by @MakDon in https://github.com/grpc-ecosystem/grpc-gateway/pull/2840
- 修复从蛇形枚举生成的标识符与 pb.go 定义不匹配的问题 by @jbaxx in https://github.com/grpc-ecosystem/grpc-gateway/pull/2826
- 将 CI 构建环境版本切换至 1.19 by @MakDon in https://github.com/grpc-ecosystem/grpc-gateway/pull/2845
- 为发布版二进制文件添加 SLSA 签名 by @laurentsimon in https://github.com/grpc-ecosystem/grpc-gateway/pull/2847
- 修复 protoc-gen-openapiv2 生成错误 schema 的问题(解决 issue #2635)by @lakshkeswani in https://github.com/grpc-ecosystem/grpc-gateway/pull/2854
新贡献者
- @jbaxx 在 https://github.com/grpc-ecosystem/grpc-gateway/pull/2826 完成首次贡献
- @laurentsimon 在 https://github.com/grpc-ecosystem/grpc-gateway/pull/2847 完成首次贡献
完整变更日志: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.11.2...v2.11.3
更新内容 (原始)
This release adds signed release binaries with SLSA signatures. Please see the README for more information.
What’s Changed
- fix: unnecessary -e arg for echo command in dockerfile by @MakDon in https://github.com/grpc-ecosystem/grpc-gateway/pull/2840
- Fix identifiers generated from snake-cased enums not matching pb.go definitions by @jbaxx in https://github.com/grpc-ecosystem/grpc-gateway/pull/2826
- switch ci build env version to 1.19 by @MakDon in https://github.com/grpc-ecosystem/grpc-gateway/pull/2845
- Signed release binaries with SLSA signatures by @laurentsimon in https://github.com/grpc-ecosystem/grpc-gateway/pull/2847
- protoc-gen-openapiv2 generating the wrong schema fixing the issue #2635 by @lakshkeswani in https://github.com/grpc-ecosystem/grpc-gateway/pull/2854
New Contributors
- @jbaxx made their first contribution in https://github.com/grpc-ecosystem/grpc-gateway/pull/2826
- @laurentsimon made their first contribution in https://github.com/grpc-ecosystem/grpc-gateway/pull/2847
Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.11.2...v2.11.3
下载链接
- grpc-gateway_2.11.3_checksums.txt
- protoc-gen-grpc-gateway-v2.11.3-darwin-arm64
- protoc-gen-grpc-gateway-v2.11.3-darwin-x86_64
- protoc-gen-grpc-gateway-v2.11.3-linux-arm64
- protoc-gen-grpc-gateway-v2.11.3-linux-x86_64
- protoc-gen-grpc-gateway-v2.11.3-windows-arm64.exe
- protoc-gen-grpc-gateway-v2.11.3-windows-x86_64.exe
- protoc-gen-openapiv2-v2.11.3-darwin-arm64
- protoc-gen-openapiv2-v2.11.3-darwin-x86_64
- protoc-gen-openapiv2-v2.11.3-linux-arm64
- protoc-gen-openapiv2-v2.11.3-linux-x86_64
- protoc-gen-openapiv2-v2.11.3-windows-arm64.exe
- protoc-gen-openapiv2-v2.11.3-windows-x86_64.exe