Alamofire v5.5.0 Release Notes

  • ๐Ÿš€ Released on 2021-12-13. All issues associated with this milestone can be found using this filter.

    โž• Added

    • ๐Ÿ‘ [๐Ÿ”ฅ Experimental ๐Ÿ”ฅ] support for Swift Concurrency, including async-await for requests and StreamOf for streaming values.
    • Generic static accessors for various protocols types for Swift 5.5.
    • .indexInBrackets options for array encoding in query parameters.
    • RequestAdapterState and new protocol requirements for RequestAdapter to allow for additional state to be available.

    โšก๏ธ Updated

    • Session to more safely target provided custom DispatchQueues for internal use.
    • AFError message regarding unacceptable Content-Types to sort the types.
    • Base Swift language version requirement to 5.3.
    • Sample app to show proper loading state for requests.

    ๐Ÿ—„ Deprecated

    • responseJSON and associated methods, in preference to responseDecodable.

    ๐Ÿ›  Fixed