Skip to content

AF5, Swift 5 only, and Improved Request Tracking

Compare
Choose a tag to compare
@cnoon cnoon released this 10 Apr 17:57
· 13 commits to master since this release
b319d07

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

Added

  • New requestDidStart and requestDidStop APIs based on requestIDs to replace the increment and decrement activity count APIs.

Updated

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

Fixed

  • Issue where activity count could become negative causing the network activity indicator to not display correctly.