resty v3.0.0-alpha.6 版本更新介绍
发布日期: 2025-01-02
版本号: v3.0.0-alpha.6
当前项目文档正在完善中(网站暂未完成),v3版本Godoc文档已保持同步更新,建议参考测试用例了解具体用法。本次更新包含以下改进:新增客户端熔断器功能(由segevda提交,PR #930);将生成curl命令的逻辑从调试流程中独立为单独模块(由jeevatkm提交,PR #934);优化代码结构、更新赞助链接和README文档(PR #935);同步更新Godoc文档描述、调整方法签名并移除未使用的代码符号(PR #936)。
更新内容 (中文)
注意: 文档工作仍在进行中 (https://resty.dev)。v3 版本的 Godoc 已保持最新,同时可参考测试用例了解具体用法。
- 功能:客户端熔断机制 by @segevda in https://github.com/go-resty/resty/pull/930
- 功能(增强)!: 从调试流程中分离生成 curl 命令的功能 #928 by @jeevatkm in https://github.com/go-resty/resty/pull/934
- 代码清理、赞助链接与 README 维护 by @jeevatkm in https://github.com/go-resty/resty/pull/935
- 功能(增强):更新 Godoc、方法签名并清理无用符号 by @jeevatkm in https://github.com/go-resty/resty/pull/936
更新内容 (原始)
NOTE: Documentation work is in progress (https://resty.dev). Of course, v3 Godoc is up-to-date. Also, refer to test cases for usage.
- feat: Client Circuit Breaker by @segevda in https://github.com/go-resty/resty/pull/930
- feat(enhancement)!: seperate generate curl cmd from debug flow #928 by @jeevatkm in https://github.com/go-resty/resty/pull/934
- cleanup, sponsor links and readme by @jeevatkm in https://github.com/go-resty/resty/pull/935
- feat(enhancement): update godoc, method signature, and cleanup unused symbols by @jeevatkm in https://github.com/go-resty/resty/pull/936