resty v2.10.0-rc.3 版本更新介绍
发布日期: 2023-10-08
版本号: v2.10.0-rc.3
Resty框架发布了v2.10.0的第三个候选版本(RC.3),主要包含一项功能修复:在使用Cookie存储库(cookiejar)时,修复了请求调试日志中丢失Cookie请求头的问题(由@jeevatkm提交,对应问题#424,合并请求#727)。此版本为v2.10.0正式发布前的阶段性更新。
更新内容 (中文)
v2.10.0 的第三个候选版本
增强
- 修复:使用 Cookie 罐时请求调试日志丢失 Cookie 头的问题 #424,由 @jeevatkm 提交于 https://github.com/go-resty/resty/pull/727
完整变更日志: https://github.com/go-resty/resty/compare/v2.10.0-rc.2…v2.10.0-rc.3
更新内容 (原始)
Third RC for v2.10.0
Enhancements
- fix: request debug log loss cookie header when cookiejar in use #424 by @jeevatkm in https://github.com/go-resty/resty/pull/727
Full Changelog: https://github.com/go-resty/resty/compare/v2.10.0-rc.2...v2.10.0-rc.3