5.2.0
版本发布时间: 2020-05-17 06:24:00
Alamofire/Alamofire最新发布版本:5.9.1(2024-03-31 09:22:33)
Released on 2020-05-16. All issues associated with this milestone can be found using this filter.
Added
- Combine support!
DataResponsePublisher
,DownloadResponsePublisher
, andDataStreamPublisher
to stream Alamofire responses. -
AuthenticationInterceptor
, for easier adaptation and retry of requests with credentials.- Added by Christian Noon in Pull Request #3164.
Updated
- Response handlers to take all serializer parameters.
-
DisabledEvaluator
toDisabledTrustEvaluator
, deprecating the previous name.- Updated by Florian Petit in Pull Request #3162.
-
Interceptor
to be initialized with multipleRequestInterceptor
s, in addition toRequestAdapter
s andRequestRetrier
s.
Fixed
- Minor documentation issues.
- Encoding of
Decimal
values inURLEncodedFormEncoder
. - Thread-safety issue in
Session
. - Memory leak in
NetworkReachabilityManager
.