resty v2.16.0 版本更新介绍
发布日期: 2024-11-11
版本号: v2.16.0
本次更新主要包含以下内容:新增了设置URL查询参数时无需编码的选项;增强了单元测试中的buildCurlRequest功能并进行了代码优化;更新了版本至v2.16.0并改进了README文档。同时欢迎新贡献者@yaziedda首次参与项目,完整版本变更可通过GitHub查看。
更新内容 (中文)
版本发布说明
新功能
- feat: 新增设置 URL 查询参数不编码的选项 由 @jeevatkm 提交于 https://github.com/go-resty/resty/pull/885
功能增强
- 增强单元测试中的 buildCurlRequest 由 @yaziedda 提交于 https://github.com/go-resty/resty/pull/884
- 代码优化 由 @jeevatkm 提交于 https://github.com/go-resty/resty/pull/892
文档更新
- 版本升级至 v2.16.0 并更新 README 由 @jeevatkm 提交于 https://github.com/go-resty/resty/pull/907
新贡献者
- @yaziedda 首次贡献于 https://github.com/go-resty/resty/pull/884
完整更新日志: https://github.com/go-resty/resty/compare/v2.15.3…v2.16.0
更新内容 (原始)
Release Notes
New Features
- feat: option to set URL query params without encoding by @jeevatkm in https://github.com/go-resty/resty/pull/885
Enhancements
- Enhance buildCurlRequest for unit test by @yaziedda in https://github.com/go-resty/resty/pull/884
- Code optimizations by @jeevatkm in https://github.com/go-resty/resty/pull/892
Documentation
- release: version bump and readme update for v2.16.0 by @jeevatkm in https://github.com/go-resty/resty/pull/907
New Contributors
- @yaziedda made their first contribution in https://github.com/go-resty/resty/pull/884
Full Changelog: https://github.com/go-resty/resty/compare/v2.15.3...v2.16.0