Alamofire v5.6.3 Release Notes
-
🚀 Released on 2022-11-20. All issues associated with this milestone can be found using this filter.
⚡️ Updated
🛠 Fixed
- 🗄 Calls to deprecated cancellation handler function.
- Fixed by Sven Münnich in Pull Request #3657.
- Unnecessary protocol conformance on Combine publishers.
- Fixed by MoonkiKim(김문기) in Pull Request #3650.
- Don't attempt retry when
Request
has already been cancelled.
- 🗄 Calls to deprecated cancellation handler function.