resty v2.10.0-rc.1 版本更新介绍
发布日期: 2023-10-02
版本号: v2.10.0-rc.1
Resty框架v2.10.0版本的第一个候选发布版(RC)已推出,主要包含以下改进:针对
parseRequestBody
和parseRequestURL
两个核心函数进行了性能优化,并新增了基准测试与单元测试以增强代码可靠性。此外,版本号已更新至v2.10.0-rc.1。这些改进由社区开发者通过代码提交协作完成,为后续正式版本奠定了基础。
更新内容 (中文)
v2.10.0 首个候选版本
功能增强
- 优化: 由 @SVilgelm 在 https://github.com/go-resty/resty/pull/714 中为 parseRequestBody 添加基准测试与单元测试,并对其进行了优化
- 优化: 由 @SVilgelm 在 https://github.com/go-resty/resty/pull/711 中针对 parseRequestURL 函数实施基准测试及改进
- 日常维护: 由 @jeevatkm 在 https://github.com/go-resty/resty/pull/719 中完成版本号升级
完整变更日志: https://github.com/go-resty/resty/compare/v2.9.1…v2.10.0-rc.1
更新内容 (原始)
First RC for v2.10.0
Enhancements
- optimization: Add Benchmarks and Unit tests for parseRequestBody and improve it by @SVilgelm in https://github.com/go-resty/resty/pull/714
- optimization: Benchmarks and Improvements for parseRequestURL function by @SVilgelm in https://github.com/go-resty/resty/pull/711
- chore: version number bump by @jeevatkm in https://github.com/go-resty/resty/pull/719
Full Changelog: https://github.com/go-resty/resty/compare/v2.9.1...v2.10.0-rc.1