resty v3.0.0-alpha.10 版本更新介绍
发布日期: 2025-01-26
版本号: v3.0.0-alpha.10
Resty项目近期进行了多项更新:在测试方面,新增了从v2分支引入的测试用例;文档部分更新了Godoc内容;功能上新增了请求级别的SetHeaderAuthorizationKey方法,用于灵活设置授权头字段;同时新增了JSON定义及追踪信息相关方法,以增强请求追踪能力。以上更新均由开发者@jeevatkm提交并合并至主分支。
更新内容 (中文)
注意: v3 版本文档请访问 - https://resty.dev
- 测试: 新增来自 v2 分支的测试用例 by @jeevatkm in https://github.com/go-resty/resty/pull/955
- 文档: 更新 GoDoc 文档 by @jeevatkm in https://github.com/go-resty/resty/pull/957
- 功能: 新增请求级别 SetHeaderAuthorizationKey 方法 by @jeevatkm in https://github.com/go-resty/resty/pull/963
- 功能(增强): 添加 JSON 定义及追踪信息方法 by @jeevatkm in https://github.com/go-resty/resty/pull/964
更新内容 (原始)
NOTE: v3 Documentation is here - https://resty.dev
- test: add test case from branch v2 by @jeevatkm in https://github.com/go-resty/resty/pull/955
- docs: godoc update by @jeevatkm in https://github.com/go-resty/resty/pull/957
- feat: add request level SetHeaderAuthorizationKey method by @jeevatkm in https://github.com/go-resty/resty/pull/963
- feat(enhancement): add json definition and method to trace info by @jeevatkm in https://github.com/go-resty/resty/pull/964