5.7.0
版本发布时间: 2023-05-10 07:00:31
Alamofire/Alamofire最新发布版本:5.9.1(2024-03-31 09:22:33)
Released on 2023-05-09. All issues associated with this milestone can be found using this filter.
Added
- Request body compression support. This is disabled by default.
-
ArrayEncoding.custom
toURLEncodedFormEncoder
andURLEncoding
.- Added by Mike Naquin in Pull Request #3699.
-
KeyPathEncoding
toURLEncodedFormEncoder
. -
NilEncoding
toURLEncodedFormEncoder
.
Updated
- Alamofire now requires Swift 5.5+ and (macOS 10.13, iOS 11, tvOS 11, and watchOS 4)+.
-
flatMap
tomap
inHTTPHeaders
. - Various CI integrations.