已合并
rubygem-faraday update 1.8.0->2.0.0 #9
AtomGit-Bot创建于 2025年6月3日
rubygem-faraday update 1.8.0->2.0.0 #9
已合并
共 3 个文件变更+7-1
Binary files do not support preview
| @@ -1,6 +1,6 @@ | |||
| 1 | %global gem_name faraday | 1 | %global gem_name faraday |
| 2 | Name: rubygem-%{gem_name} | 2 | Name: rubygem-%{gem_name} |
| 3 | -Version: 1.8.0 | 3 | +Version: 2.0.0 |
| 4 | Release: 1 | 4 | Release: 1 |
| 5 | Summary: HTTP/REST API client library | 5 | Summary: HTTP/REST API client library |
| 6 | License: MIT | 6 | License: MIT |
| @@ -60,6 +60,12 @@ popd | |||
| 60 | %{gem_instdir}/spec | 60 | %{gem_instdir}/spec |
| 61 | 61 | ||
| 62 | %changelog | 62 | %changelog |
| 63 | +* Tue Jun 03 2025 openeuler_bot <infra@openeuler.sh> - 2.0.0-1 | ||
| 64 | +- Use external multipart and retry middleware (version: 1.9.0) | ||
| 65 | +- Re-add support for Ruby 2.4+ (version: 1.9.3) | ||
| 66 | +- The next major release is here, and it comes almost 2 years after the release of v1.0 (version: 2.0.0) | ||
| 67 | +- Autoloading, dependency loading and middleware registry cleanup (version: 2.0.0) | ||
| 68 | + | ||
| 63 | * Mon Nov 13 2023 yaoxin <yao_xin001@hoperun.com> - 1.8.0-1 | 69 | * Mon Nov 13 2023 yaoxin <yao_xin001@hoperun.com> - 1.8.0-1 |
| 64 | - Upgrade to 1.8.0 | 70 | - Upgrade to 1.8.0 |
| 65 | 71 | ||