resty v2.14.0 版本更新介绍
发布日期: 2024-08-05
版本号: v2.14.0
本次更新包含以下内容:新增curl命令生成功能,支持为请求自动生成curl示例指令;构建配置更新至新文件,依赖项升级至v2.14.0版本;修复了net包中CVE-2023-45288安全漏洞;修正测试用例中错误将标准错误输出标记为标准输出的问题;优化文档内容,包括方法名称修正及开发版本号与年份更新。三位新贡献者@ahuigo、@autopp、@shedyfreak分别提交了首次代码。此版本为v2.14.0,从v2.13.1升级而来。
更新内容 (中文)
发布说明
新功能
- feat(curl): 为请求生成curl命令 && 添加curl命令示例 by @ahuigo in https://github.com/go-resty/resty/pull/794
增强功能
- build: 使用新文件更新Bazel配置 by @jeevatkm in https://github.com/go-resty/resty/pull/800
- chore: 依赖及版本更新至v2.14.0 by @jeevatkm in https://github.com/go-resty/resty/pull/816
上游修复
- 更新net包以修复漏洞CVE-2023-45288 by @shedyfreak in https://github.com/go-resty/resty/pull/804
测试用例
- fix(examples): 修复错误将stderr写入stdout的问题 by @ahuigo in https://github.com/go-resty/resty/pull/801
文档
- fix: 在文档注释中将resty.GET改为resty.MethodGet by @autopp in https://github.com/go-resty/resty/pull/803
- 更新resty开发版本号及年份 by @jeevatkm in https://github.com/go-resty/resty/pull/799
新贡献者
- @ahuigo 首次贡献于 https://github.com/go-resty/resty/pull/794
- @autopp 首次贡献于 https://github.com/go-resty/resty/pull/803
- @shedyfreak 首次贡献于 https://github.com/go-resty/resty/pull/804
完整更新日志: https://github.com/go-resty/resty/compare/v2.13.1...v2.14.0
更新内容 (原始)
Release Notes
New Features
- feat(curl): generate curl cmd for request && example for curl cmd by @ahuigo in https://github.com/go-resty/resty/pull/794
Enhancements
- build: update bazel config with new files by @jeevatkm in https://github.com/go-resty/resty/pull/800
- chore: dependency and version update v2.14.0 by @jeevatkm in https://github.com/go-resty/resty/pull/816
Upstream Fixes
- update net package for vuln CVE-2023-45288 by @shedyfreak in https://github.com/go-resty/resty/pull/804
Test Cases
- fix(examples): wrongly stderr written as stdout by @ahuigo in https://github.com/go-resty/resty/pull/801
Documentation
- fix: change resty.GET to resty.MethodGet in doc comment by @autopp in https://github.com/go-resty/resty/pull/803
- resty dev version number and year update by @jeevatkm in https://github.com/go-resty/resty/pull/799
New Contributors
- @ahuigo made their first contribution in https://github.com/go-resty/resty/pull/794
- @autopp made their first contribution in https://github.com/go-resty/resty/pull/803
- @shedyfreak made their first contribution in https://github.com/go-resty/resty/pull/804
Full Changelog: https://github.com/go-resty/resty/compare/v2.13.1...v2.14.0