Changelog History
Page 3
-
v5.4.3 Changes
๐ Released on 2020-04-21. All issues associated with this milestone can be found using this filter.
๐ Fixed
- ๐ Change in multipart upload creation order.
- Fixed by Christian Noon in Pull Request #3438.
- Typo in Alamofire 5 migration guide.
- ๐ Change in multipart upload creation order.
-
v5.4.2 Changes
๐ Released on 2020-04-03. All issues associated with this milestone can be found using this filter.
โก๏ธ Updated
- Resume data handling for
DownloadRequests to access resume data from errors as well as cancellation. - Project files and templates for Xcode 12.4 and GitHub templates.
๐ Fixed
- Resume data handling for
-
v5.4.0 Changes
November 04, 2020๐ Released on 2020-10-17. All issues associated with this milestone can be found using this filter.
โ Added
URLResponseSerializerand attendant convenience methods so downloads can produce a non-optionalURL.
โก๏ธ Updated
- ๐ Handing of
file://URLs, removing error added in 5.3.0 and adding support forDownloadRequest.
-
v5.3.0 Changes
October 18, 2020๐ Released on 2020-10-17. All issues associated with this milestone can be found using this filter.
โ Added
- Closure callback APIs for the production of
URLRequests andURLSessionTasks. URLSessionTaskMetricsgathering on watchOS 7+.
โก๏ธ Updated
- โ Project settings, GitHub Actions, tests, and formatting for newer Xcodes.
- ๐ Use of
URLRequest.headersextension property inURLEncoding. - iOS example app.
- ๐ Various documentation.
- Updated by Jaydeep Vora, Minhyuk Kim, and Tieda in Pull Requests #3274, #3292, and #3317.
๐ Fixed
- ๐ Double lock crash in
AuthenticationInterceptorcaused by synchronousrefreshimplementations. - Crash when requesting
file://URLs by producing validation error.- Fixed by hyotak.yun in Pull Request #3318.
- Missing rethrow of error produced when writing temporary multipart files fails.
- ๐ Objective-C module conflicts in Xcode 12 by removing Obj-C module support.
- Closure callback APIs for the production of
-
v5.2.2 Changes
July 17, 2020๐ Released on 2020-07-17. All issues associated with this milestone can be found using this filter.
โ Added
โก๏ธ Updated
- ๐
debugDescriptionofDataRequestandDownloadRequestto better handle non-text and long content, with better formatting. - Code to use
switchinstead ofif elsestatement.
๐ Fixed
- ๐
-
v5.2.1 Changes
May 26, 2020๐ Released on 2020-05-25. All issues associated with this milestone can be found using this filter.
โก๏ธ Updated
- Usage of
.backgroundDispatchQoSto.utilityto avoid low-power issues.
๐ Fixed
- Usage of
-
v5.2.0 Changes
May 16, 2020๐ Released on 2020-05-16. All issues associated with this milestone can be found using this filter.
โ Added
- ๐ Combine support!
DataResponsePublisher,DownloadResponsePublisher, andDataStreamPublisherto stream Alamofire responses. AuthenticationInterceptor, for easier adaptation and retry of requests with credentials.- Added by Christian Noon in Pull Request #3164.
โก๏ธ Updated
- Response handlers to take all serializer parameters.
- ๐
DisabledEvaluatortoDisabledTrustEvaluator, deprecating the previous name.- Updated by Florian Petit in Pull Request #3162.
Interceptorto be initialized with multipleRequestInterceptors, in addition toRequestAdapters andRequestRetriers.
๐ Fixed
- ๐ Minor documentation issues.
- Encoding of
Decimalvalues inURLEncodedFormEncoder. - Thread-safety issue in
Session. - Memory leak in
NetworkReachabilityManager.
- ๐ Combine support!
-
v5.1.0 Changes
April 05, 2020๐ Released on 2020-04-04. All issues associated with this milestone can be found using this filter.
โ Added
RequestModifierclosure to request APIs, allowing mutation of createdURLRequests.DataStreamRequest, for streaming HTTP responses.
โก๏ธ Updated
- ๐ง Various framework internals to make porting to Linux easier.
- Project to require Swift 5.1.
๐ Fixed
- ๐ Typo in
ServerTrustEvaluatingdocumentation.- Fixed by Lucas Tavares in Pull Request #3138.
-
v5.0.5 Changes
March 24, 2020๐ Released on 2020-03-23. All issues associated with this milestone can be found using this filter.
๐ Fixed