Skip to content

Thread Safety and Race Condition Bug Fixes

Compare
Choose a tag to compare
@cnoon cnoon released this 01 Oct 22:49
· 40 commits to master since this release

All issues associated with this milestone can be found using this filter.

Added

  • New .swift-version file to repo and reactivated pod lib lint in Travis file.
  • The OS_ACTIVITY_MODE environment variable to disable excessive logging.

Updated

  • The Alamofire submodule to the 4.0.1 release.

Fixed

  • Issue where delay timers were being added to main run loop from non-main queues.
  • Issue where spinner could be left up indefinitely due to decrement race condition.