Bug Fixes and Travis-CI Stabilization
Pre-release
Pre-release
All issues associated with this milestone can be found using this filter.
Added
- The
parameters
andencoding
parameters to download APIs.- Added by Christian Noon in regards to Issue
#719.
- Added by Christian Noon in regards to Issue
- Section to the README about wildcard domain matching with server trust policies.
- A UTF-8 charset to Content-Type header for a URL encoded body.
- Added by Cheolhee Han in Pull Request
#731.
- Added by Cheolhee Han in Pull Request
- Tests around posting unicode parameters with URL encoding.
- Added by Christian Noon in regards to Pull Request
#731.
- Added by Christian Noon in regards to Pull Request
- Tests for uploading base 64 encoded image data inside JSON.
- Added by Christian Noon in regards to Issue
#738.
- Added by Christian Noon in regards to Issue
- An Alamofire 2.0 migration guide document to the new Documentation folder.
- Added by Christian Noon.
- A Migration Guides section to the README with link to 2.0 guide.
- Added by Christian Noon.
Updated
- Response serialization to prevent unnecessary call to response serializer.
- Updated by Julien Ducret in Pull Request
#716.
- Updated by Julien Ducret in Pull Request
- Travis-CI yaml file to support iOS 9, OSX 10.11 and Xcode 7.
- Updated by Christian Noon.
- Result types to store an
ErrorType
instead ofNSError
.- Updated by Christian Noon in regards to Issue
#732.
- Updated by Christian Noon in regards to Issue
- Docstrings on the download method to be more accurate.
- Updated by Christian Noon.
- The README to require Xcode 7 beta 6.
- Updated by Christian Noon.
- The background session section of the README to use non-deprecated API.
- Updated by David F. Muir V in Pull Request
#724.
- Updated by David F. Muir V in Pull Request
- The playground to use the
Result
type.- Updated by Jonas Schmid in Pull Request
#726.
- Updated by Jonas Schmid in Pull Request
- Updated progress code samples in the README to show how to call onto the main queue.
- Updated by Christian Noon.
Removed
- The AFNetworking sections from the FAQ in the README.
- Removed by Christian Noon.
Fixed
- Issue on Windows where the wildcarded cert name in the test suite included asterisk.
- Fixed by Christian Noon in regards to Issue
#723.
- Fixed by Christian Noon in regards to Issue
- Crash when multipart form data was uploaded from in-memory data on background session.
- Fixed by Christian Noon in regards to Issue
#740.
- Fixed by Christian Noon in regards to Issue
- Issue where the background session completion handler was not called on the main queue.
- Fixed by Christian Noon in regards to Issue
#728.
- Fixed by Christian Noon in regards to Issue