resty v2.15.2 版本更新介绍
发布日期: 2024-09-22
版本号: v2.15.2
本次发布的版本v2.15.2主要包含两项更新:修复了错误处理逻辑,不再使用
errors.Join
方法而改用自定义错误方案;同时更新了相关文档,包括版本号升级至v2.15.2及README文件的同步调整。两项改动均由开发者jeevatkm提交并合并完成。
更新内容 (中文)
版本说明
错误修复
- 修复:不再使用
errors.Join
,改为采用自定义错误处理方式,由 @jeevatkm 在 https://github.com/go-resty/resty/pull/863 提交
文档
- 发布:版本升级至 v2.15.2 并更新 README,由 @jeevatkm 在 https://github.com/go-resty/resty/pull/864 提交
完整更新日志: https://github.com/go-resty/resty/compare/v2.15.1...v2.15.2
更新内容 (原始)
Release Notes
Bug Fixes
- fix: do not use
errors.Join
, just use custom error approach by @jeevatkm in https://github.com/go-resty/resty/pull/863
Documentation
- release: version bump and readme update for v2.15.2 by @jeevatkm in https://github.com/go-resty/resty/pull/864
Full Changelog: https://github.com/go-resty/resty/compare/v2.15.1...v2.15.2