Skip to content

Releases: Alamofire/AlamofireImage

ImageDownloader Concurrency Bug Fixes

28 Aug 06:10
7cce2ed
Compare
Choose a tag to compare

Released on 2019-08-27. All issues associated with this milestone can be found using this filter.

Fixed

  • Issue where ImageDownloader was not dequeuing and cancelling requests correctly in certain race conditions due to Alamofire switching to async request creation.

AppStore Connect Submission Fix

04 May 21:15
Compare
Choose a tag to compare

Released on 2019-05-04. All issues associated with this milestone can be found using this filter.

Fixed

  • Issue with AppStore submissions where the pre-release version in the bundle short versions string was being rejected when built with Carthage or as a submodule.

Alamofire 5.0.0-beta.5 Support

13 Apr 18:42
cbedf5a
Compare
Choose a tag to compare

Released on 2019-04-13. All issues associated with this milestone can be found using this
filter.

Updated

  • Project to require Alamofire 5.0.0-beta.5+ as a dependency.

Alamofire 5 and Swift 5

10 Apr 16:54
Compare
Choose a tag to compare

Released on 2019-04-10. All issues associated with this milestone can be found using this
filter.

Updated

  • Project to use Swift 5 only and require Alamofire 5.0.0-beta.4+ as a dependency.

Suddenly Compatible

28 Mar 23:40
Compare
Choose a tag to compare

Released on 2019-03-28. All issues associated with this milestone can be found using this
filter.

Fixed

  • Building using Xcode 9.

Sudden Compatibility

28 Mar 00:08
Compare
Choose a tag to compare

Released on 2019-03-27. All issues associated with this milestone can be found using this
filter.

Updated

  • Project and dependencies for Xcode 10.2.
  • SPM support for Swift 4.2 and 5.

Update for Alamofire 4.8.0.

28 Nov 01:31
0e1996c
Compare
Choose a tag to compare

Released on 2018-11-27. All issues associated with this milestone can be found using this
filter.

Updated

  • Alamofire Carthage checkout.
  • Required Alamofire version to 4.8.
  • Default Swift version to 4.

Alamofire Workspace Linking

17 Sep 23:34
Compare
Choose a tag to compare

Released on 2018-09-17. All issues associated with this milestone can be found using this filter.

Updated

  • The Xcode project configuration to use workspace linking instead of nested projects.

Fixed

  • A minor CIGaussianBlur typo in one of the README examples.

Swift 4.2!

13 Sep 19:30
Compare
Choose a tag to compare

Released on 2018-09-13. All issues associated with this milestone can be found using this
filter.

Updated

  • Project configuration and files for Xcode 10 and Swift 4.2.

Xcode 9.3 and Swift 4.1

01 Apr 00:15
0aca1ad
Compare
Choose a tag to compare

Released on 2018-03-31. All issues associated with this milestone can be found using this
filter.

Added

  • Jazzy docs and configuration.
  • Ruby environment settings that match Alamofire's.

Updated

  • Project configuration and files for Xcode 9.3 and Swift 4.1.
  • Copyrights to 2018 for all files.
  • TravisCI configuration for Xcode 9.3.

Fixed

  • Gravatar API usage in example code.