resty v2.11.0 版本更新介绍
发布日期: 2023-12-27
版本号: v2.11.0
本次更新主要包含以下内容:修复了将相同bytes.Buffer重复放入sync.Pool的安全性问题,并提升了Digest WWW-Authenticate响应头解析的兼容性。此外,欢迎两位新贡献者lattwood和bearki加入,他们分别提交了首个修复代码。此版本为功能优化与稳定性改进的常规迭代。
更新内容 (中文)
版本说明
错误修复
- 安全性: 避免将同一 bytes.Buffer 重复放入 sync.Pool 由 @lattwood 提交于 https://github.com/go-resty/resty/pull/745, #764, #756
- 修复: 增强 Digest WWW-Authenticate 响应头解析兼容性 由 @bearki 提交于 https://github.com/go-resty/resty/pull/735
新贡献者
- @lattwood 在 https://github.com/go-resty/resty/pull/745 完成首次贡献
- @bearki 在 https://github.com/go-resty/resty/pull/735 完成首次贡献
完整变更日志: https://github.com/go-resty/resty/compare/v2.10.0...v2.11.0
更新内容 (原始)
Release Notes
Bug Fixes
- Security: Don’t put the same bytes.Buffer into sync.Pool twice by @lattwood in https://github.com/go-resty/resty/pull/745, #764, #756
- fix: Improve Digest WWW-Authenticate response header parsing compatibility by @bearki in https://github.com/go-resty/resty/pull/735
New Contributors
- @lattwood made their first contribution in https://github.com/go-resty/resty/pull/745
- @bearki made their first contribution in https://github.com/go-resty/resty/pull/735
Full Changelog: https://github.com/go-resty/resty/compare/v2.10.0...v2.11.0