resty v2.16.4 版本更新介绍
发布日期: 2025-01-20
版本号: v2.16.4
本次版本更新包含以下内容:修复了重试时未重置multipartField读取器的问题(由@wxip贡献),解决了认证方案被空值覆盖的问题(由@jeevatkm提交);文档方面更新了版本号及README文件(由@jeevatkm维护);新增贡献者@wxip完成首次代码提交。此次更新版本号从v2.16.3升级至v2.16.4。
更新内容 (中文)
更新日志
缺陷修复
- 修复: 通过 @wxip 在 https://github.com/go-resty/resty/pull/953 中提交的修改,解决未重置 multipartField 读取器的重试问题
- 修复: 通过 @jeevatkm 在 https://github.com/go-resty/resty/pull/956 中提交的修改,解决空值覆盖认证方案的问题 #954
文档更新
- 维护: 通过 @jeevatkm 在 https://github.com/go-resty/resty/pull/958 中提交版本号更新和README维护
新贡献者
- @wxip 在 https://github.com/go-resty/resty/pull/953 完成首次贡献
完整变更日志: https://github.com/go-resty/resty/compare/v2.16.3...v2.16.4
更新内容 (原始)
Release Notes
Bug Fixes
- fix: retry not reset multipartField reader by @wxip in https://github.com/go-resty/resty/pull/953
- fix: auth scheme override with empty value #954 by @jeevatkm in https://github.com/go-resty/resty/pull/956
Documentation
- chore(release): version bump and readme update by @jeevatkm in https://github.com/go-resty/resty/pull/958
New Contributors
- @wxip made their first contribution in https://github.com/go-resty/resty/pull/953
Full Changelog: https://github.com/go-resty/resty/compare/v2.16.3...v2.16.4