Swift 3.2 and Xcode 9
Released on 2017-09-06. All issues associated with this milestone can be found using this filter.
Added
- GitHub templates for issues and pull requests.
- Jazzy docs for the release to work with GitHub Pages.
- Added by Aaron McTavish in Pull Request #2250.
- Dash support for Jazzy docs.
- Added by Jon Shier.
Updated
- The project to work with Xcode 9 beta 6 on Swift 3.2 and 4.0.
- The Travis CI config to work with Xcode 9 beta 6.
- Updated by Jon Shier.
- The cURL representation logic to no longer force unwrap
URLCredential
values.- Updated by Andrey Chernoprudov in Pull Request #2184.
- The radars section of the README to split out open vs. resolved radars.
- Updated by Christian Noon in Pull Request #2263.
- The installation section of the README to use the current version.
- Updated by Kim de Vos in Pull Request #2266.
Fixed
- Issue in
TaskDelegate
where task access was not thread safe. - Issue in AF 4 migration guide where supported iOS versions was incorrect.
- Fixed by Antoine Cœur in Pull Request #2212.
- Issue in README sample code where PNG representation API was incorrect.
- Swift 3.2+ API warnings for
substring
APIs.