Alamofire v5.2.0 Release Notes

Release Date: 2020-05-16 // almost 4 years ago
  • ๐Ÿš€ Released on 2020-05-16. All issues associated with this milestone can be found using this filter.

    โž• Added

    • ๐Ÿ‘ Combine support! DataResponsePublisher, DownloadResponsePublisher, and DataStreamPublisher to stream Alamofire responses.
    • AuthenticationInterceptor, for easier adaptation and retry of requests with credentials.

    โšก๏ธ Updated

    • Response handlers to take all serializer parameters.
    • ๐Ÿ—„ DisabledEvaluator to DisabledTrustEvaluator, deprecating the previous name.
    • Interceptor to be initialized with multiple RequestInterceptors, in addition to RequestAdapters and RequestRetriers.

    ๐Ÿ›  Fixed

    • ๐Ÿ“š Minor documentation issues.
    • Encoding of Decimal values in URLEncodedFormEncoder.
    • Thread-safety issue in Session.
    • Memory leak in NetworkReachabilityManager.