Swiftpack.co - Swift Packages by Alamofire

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by Alamofire

Alamofire/Alamofire 5.9.0
Elegant HTTP Networking in Swift
⭐️ 40,454
🕓 3 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5.9.0
3 weeks ago
Released on 2024-03-03. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/89?closed=1). ### Added - [🔥 Experimental 🔥] `WebSocketRequest`, as a wrapper for `URLSessionWebSocketTask`. This preview release is undocumented behind `@_spi(WebSocket)`. Its API _will_ change in the future, especially to adopt typed throws, but it is largely feature complete, tested, and usable now. API feedback, missing use cases, and bug reports are much appreciated before it goes fully public. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3455](https://github.com/Alamofire/Alamofire/pull/3455). - `PrivacyInfo.xcprivacy` file and integration with SPM, CocoaPods, and Carthage. - Added by [Dmitry Kuleshov](https://github.com/kdvmgn) and [Jon Shier](https://github.com/jshier) in Pull Requests [#3792](https://github.com/Alamofire/Alamofire/pull/3792), [#3831](https://github.com/Alamofire/Alamofire/pull/3831), and [#3839](https://github.com/Alamofire/Alamofire/pull/3839). - `AlamofireDynamic` target, to force dynamic linking in Xcode when using SPM. Only use when you know you need it. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3808](https://github.com/Alamofire/Alamofire/pull/3808). - `AFInfo` enum and a public `version` value to get Alamofire's current version, `AFInfo.version`. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3819](https://github.com/Alamofire/Alamofire/pull/3819). ### Updated - Alamofire to require Swift 5.7.1. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3798](https://github.com/Alamofire/Alamofire/pull/3798). - Project structure to break apart large `Request.swift` file and consolidate various `Request` subclasses into their own files. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3798](https://github.com/Alamofire/Alamofire/pull/3798). - `Empty` type to be `Sendable`. - Updated by [Antoine van der Lee](https://github.com/AvdLee) in Pull Request [#3816](https://github.com/Alamofire/Alamofire/pull/3816). - `.swiftformat` to remove duplicate rules. - Updated by [Fourenn](https://github.com/giftbott) in Pull Request [#3835](https://github.com/Alamofire/Alamofire/pull/3835). ### Fixed - Platform deprecation warnings in `Package.swift` in newer Xcode versions. - Updated by [fess](https://github.com/apps4everyone) in Pull Request [#3823](https://github.com/Alamofire/Alamofire/pull/3823). - `Alamofire.podspec` after project restructuring. - Updated by [mlch](https://github.com/mlch911) in Pull Request [#3825](https://github.com/Alamofire/Alamofire/pull/3825). - Various documentation typos. - Fixed by [JaewoongLee-swift](https://github.com/JaewoongLee-swift), [TaeHyun](https://github.com/kth1210), and [hugo-syn](https://github.com/hugo-syn) in various Pull Requests.
5.8.1
22 weeks ago
Released on 2023-10-26. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/88?closed=1). ### Updated - Internal: `Protected` to no longer be a `@propertyWrapper`. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3777](https://github.com/Alamofire/Alamofire/pull/3777). ### Fixed - `URLEncodedFormEncoder` encoding of `Encodable` values with optional properties using `encodeIfPresent`. - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#3779](https://github.com/Alamofire/Alamofire/pull/3779). - Missing "Skip Install" setting for visionOS target. - Fixed by [Sai](https://github.com/Sai) in Pull Request [#3788](https://github.com/Alamofire/Alamofire/pull/3788).
5.8.0
30 weeks ago
Released on 2023-08-31. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/87?closed=1). #### Added - visionOS support. - Added by [Jon Shier](https://github.com/jshier) in Pull Requests [#3738](https://github.com/Alamofire/Alamofire/pull/3738) and [#3750](https://github.com/Alamofire/Alamofire/pull/3750). - Hooks for initial `HTTPURLResponse` values. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3762](https://github.com/Alamofire/Alamofire/pull/3738). - Android build support. - Added by [Hugo Gonzalez](https://github.com/hggz) in Pull Request [#3744](https://github.com/Alamofire/Alamofire/pull/3744). #### Updated - Async integration to obey automatic cancellation by default. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3757](https://github.com/Alamofire/Alamofire/pull/3757). - Platform `#if` checks. - Updated by [brenno](https://github.com/brennobemoura) in Pull Request [#3756](https://github.com/Alamofire/Alamofire/pull/3756). - Windows CI. - Updated by [Saleem Abdulrasool](https://github.com/compnerd) in Pull Request [#3763](https://github.com/Alamofire/Alamofire/pull/3763). - `URL` conversion tests for 2023 `URL` changes. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3734](https://github.com/Alamofire/Alamofire/pull/3734). - for-loop to `contains`. - Updated by [Mayank Kumar Gupta](https://github.com/Mayank-84) in Pull Request [#3726](https://github.com/Alamofire/Alamofire/pull/3726). #### Fixed - `MultipartFormData` stream to properly obey `bodyContentLength`. - Fixed by [Henrique Valcanaia](https://github.com/hvsw) in Pull Request [#3730](https://github.com/Alamofire/Alamofire/pull/3730). - Unnecessary call to empty init. - Fixed by [Shinolr](https://github.com/Shinolr) in Pull Request [#3742](https://github.com/Alamofire/Alamofire/pull/3742). - Documentation typos. - Fixed by [Jenna](https://github.com/ueunli) in Pull Request [#3733](https://github.com/Alamofire/Alamofire/pull/3733).
5.7.1
46 weeks ago
Released on 2023-05-10. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/86?closed=1). #### Updated - Deployment targets reverted to (macOS 10.12, iOS 10, tvOS 10, and watchOS 3)+ - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3720](https://github.com/Alamofire/Alamofire/pull/3720).
5.7.0
46 weeks ago
Released on 2023-05-09. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/84?closed=1). #### Added - Request body compression support. This is disabled by default. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3701](https://github.com/Alamofire/Alamofire/pull/3701). - `ArrayEncoding.custom` to `URLEncodedFormEncoder` and `URLEncoding`. - Added by [Mike Naquin](https://github.com/naquin) in Pull Request [#3699](https://github.com/Alamofire/Alamofire/pull/3699). - `KeyPathEncoding` to `URLEncodedFormEncoder`. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3689](https://github.com/Alamofire/Alamofire/pull/3689). - `NilEncoding` to `URLEncodedFormEncoder`. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3686](https://github.com/Alamofire/Alamofire/pull/3686). #### Updated - Alamofire now requires Swift 5.5+ and (macOS 10.13, iOS 11, tvOS 11, and watchOS 4)+. - Updated by [Jon Shier](https://github.com/jshier) in Pull Requests [#3670](https://github.com/Alamofire/Alamofire/pull/3670) and [#3717](https://github.com/Alamofire/Alamofire/pull/3717). - `flatMap` to `map` in `HTTPHeaders`. - Updated by [kati](https://github.com/kati-kms) in Pull Request [#3704](https://github.com/Alamofire/Alamofire/pull/3704). - Various CI integrations. - Updated by [Jon Shier](https://github.com/jshier) in Pull Requests [#3685](https://github.com/Alamofire/Alamofire/pull/3685) and [#3712](https://github.com/Alamofire/Alamofire/pull/3712). #### Fixed - Reachability API usage safety. - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#3684](https://github.com/Alamofire/Alamofire/pull/3684). - Unused `bufferingPolicy` in `StreamOf`. - Fixed by [Duc](https://github.com/trungducc) in Pull Request [#3668](https://github.com/Alamofire/Alamofire/pull/3668). - Various documentation typos. - Fixed by [Timo Wälisch](https://github.com/TimoWaelischIdealo), [Tony](https://github.com/iamtony), and [uhooi](https://github.com/uhooi) in various PRs.
5.6.4
1 year ago
Released on 2022-11-21. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/84?closed=1). #### Fixed - Deprecated OS version support in Swift 5.7 SPM Package. - Fixed by [Guglielmo Faglioni](https://github.com/guidev) in Pull Request [#3665](https://github.com/Alamofire/Alamofire/pull/3665). ## New Contributors * @guidev made their first contribution in https://github.com/Alamofire/Alamofire/pull/3665 **Full Changelog**: https://github.com/Alamofire/Alamofire/compare/5.6.3...5.6.4
5.6.3
1 year ago
Released on 2022-11-20. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/83?closed=1). #### Updated - Swift package to 5.7, CI to Xcode 14.1. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3653](https://github.com/Alamofire/Alamofire/pull/3653). #### Fixed - Calls to deprecated cancellation handler function. - Fixed by [Sven Münnich](https://github.com/svenmuennich) in Pull Request [#3657](https://github.com/Alamofire/Alamofire/pull/3657). - Unnecessary protocol conformance on Combine publishers. - Fixed by [MoonkiKim(김문기)](https://github.com/tedKim5178) in Pull Request [#3650](https://github.com/Alamofire/Alamofire/pull/3650). - Don't attempt retry when `Request` has already been cancelled. - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#3641](https://github.com/Alamofire/Alamofire/pull/3641). #### New Contributors * @tedKim5178 made their first contribution in https://github.com/Alamofire/Alamofire/pull/3650 * @svenmuennich made their first contribution in https://github.com/Alamofire/Alamofire/pull/3657 **Full Changelog**: https://github.com/Alamofire/Alamofire/compare/5.6.2...5.6.3
Safer Encoding
1 year ago
Released on 2022-07-17. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/82?closed=1). #### Added - Error when object provided to `JSONEcoding` contains values that can't be passed through `JSONSerialization`. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3624](https://github.com/Alamofire/Alamofire/pull/3624). #### Updated - CI support for all supported Xcode, macOS, and Linux versions. - Updated by [Jon Shier](https://github.com/jshier) in Pull Requests [#3607](https://github.com/Alamofire/Alamofire/pull/3607) and [#3622](https://github.com/Alamofire/Alamofire/pull/3622). - Support for various Xcode versions. - Updated by [Jon Shier](https://github.com/jshier) in Pull Requests [#3616](https://github.com/Alamofire/Alamofire/pull/3616) and [#3632](https://github.com/Alamofire/Alamofire/pull/3632). - `Cache-Control` header tests to not require hard-coded delays. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3601](https://github.com/Alamofire/Alamofire/pull/3601). #### Fixed - Swift version check for `SecTrustCopyCertificateChain`. - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#3606](https://github.com/Alamofire/Alamofire/pull/3606). - Various documentation issues. - Fixed by [Jacob Lange](https://github.com/jacoblange-dev), [rain2540](https://github.com/rain2540), [bondxf](https://github.com/bondxf), [Ikko Ashimine](https://github.com/eltociear), and [Elon Park](https://github.com/ElonPark) in various Pull Requests.
Missing Cancellation Parameter
1 year ago
Released on 2022-04-17. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/81?closed=1). #### Fixed - Missing `automaticallyCancelling` parameter in `serializingDownloadedFileURL`. - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#3597](https://github.com/Alamofire/Alamofire/pull/3597).
Concurrency Redux
1 year ago
Released on 2022-04-13. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/80?closed=1). #### Added - Support for `HTTPMethod.query` to support the [upcoming standard](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-safe-method-w-body-02). - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3553](https://github.com/Alamofire/Alamofire/pull/3553). - Compile-time Swift version check to enforce minimum supported Swift version. - Added by [Dave Verwer](https://github.com/daveverwer) in Pull Request [#3549](https://github.com/Alamofire/Alamofire/pull/3549). - GitHub Sponsors support. You can now sponsor Alamofire directly through GitHub. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3543](https://github.com/Alamofire/Alamofire/pull/3543). #### Updated - Swift version required to build [🔥 Experimental 🔥] Swift Concurrency support to 5.6.0 to avoid various Apple bugs with Xcode 13.2.0 and 13.2.1. Support now requires Xcode 13.3.1. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3590](https://github.com/Alamofire/Alamofire/pull/3590). - `DownloadRequest` to avoid producing resume data when not explicitly requested on cancellation. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3538](https://github.com/Alamofire/Alamofire/pull/3538). - Testing infrastructure to use XCTestPlans on Apple platforms. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3538](https://github.com/Alamofire/Alamofire/pull/3538). - GitHub Actions support for greater OS coverage, more SPM platforms, and Swift 5.6. - Updated by [Jon Shier](https://github.com/jshier) in Pull Requests [#3534](https://github.com/Alamofire/Alamofire/pull/3534), [#3545](https://github.com/Alamofire/Alamofire/pull/3545), [#3570](https://github.com/Alamofire/Alamofire/pull/3570), and [#3587](https://github.com/Alamofire/Alamofire/pull/3587). #### Fixed - Various Security framework deprecation warnings when deploying to newer OSes. - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#3555](https://github.com/Alamofire/Alamofire/pull/3555). - Various documentation issues. - Fixed by [Jon Shier](https://github.com/jshier), [Emanuele Fumagalli](https://github.com/emanuelef), [Huang-Libo](https://github.com/Huang-Libo), and [rain2540](https://github.com/rain2540) in Pull Requests [#3548](https://github.com/Alamofire/Alamofire/pull/3548), [#3562](https://github.com/Alamofire/Alamofire/pull/3562), [#3573](https://github.com/Alamofire/Alamofire/pull/3573), [#3574](https://github.com/Alamofire/Alamofire/pull/3574), and [#3585](https://github.com/Alamofire/Alamofire/pull/3585).
iOS macOS watchOS tvOS
Alamofire/AlamofireImage 4.3.0
AlamofireImage is an image component library for Alamofire
⭐️ 3,952
🕓 28 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
4.3.0: Welcome Back
28 weeks ago
Released on 2023-09-13. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/42?closed=1). #### Added - visionOS support. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#469](https://github.com/Alamofire/AlamofireImage/pull/469). - Swift concurrency support. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464). - Combine support. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464). - AVIF and JPEG XL image support. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464). #### Updated - Project to require Swift 5.5. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464). - Testing infrastructure and CI integration. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464). - `ImageResponseSerializer` to be `open`. - Updated by [Aleksey Ostapenko](https://github.com/Banannzza) in Pull Request [#452](https://github.com/Alamofire/AlamofireImage/pull/452). - `acceptableImageContentTypes` to be publicly visible. - Updated by [Adam Lickel](https://github.com/lickel) in Pull Request [#453](https://github.com/Alamofire/AlamofireImage/pull/453). #### Fixed - Documentation example. - Fixed by [Norton](https://github.com/jiangdi0924) in Pull Request [#444](https://github.com/Alamofire/AlamofireImage/pull/444).
Greater Acceptance
2 years ago
Released on 2021-04-03. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/41?closed=1). #### Added - HEIC, JPEG2000, and WebP to `Accept` headers for relevant platforms. - Added by [Taylor Paul](https://github.com/taylor-paul) and [Jon Shier](https://github.com/jshier) in Pull Requests [#424](https://github.com/Alamofire/AlamofireImage/pull/424) and [#434](https://github.com/Alamofire/AlamofireImage/pull/434). #### Updated - Sort `Accept` headers. - Updated by [Junichiro Kasuya](https://github.com/jksy) in Pull Request [#429](https://github.com/Alamofire/AlamofireImage/pull/429). #### Fixed - Invalid `URL` to file path conversion in `URLCache` creation. - Fixed by [Klaas](https://github.com/klaas) in Pull Request [#421](https://github.com/Alamofire/AlamofireImage/pull/421).
Swift 5.1
3 years ago
Released on 2020-04-05. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/40?closed=1). #### Updated - Project to require Swift 5.1. - Updated by[Jon Shier](https://github.com/jshier) in Pull Request [#413](https://github.com/Alamofire/AlamofireImage/pull/413).
Fixed Submodule, Proper nil Default
4 years ago
Released on 2020-03-07. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/39?closed=1). #### Fixed - Missing `nil` default for `completionHandler` parameter of `download` method. - Fixed by [Rob Ryan](https://github.com/robertmryan) in Pull Request [#407](https://github.com/Alamofire/AlamofireImage/pull/407). - Swift Package Manager compatibility with local submodules, for real this time. - Fixed by [Jon Shier](https://github.com/jshier) in direct commit [35151b1](https://github.com/Alamofire/AlamofireImage/commit/35151b1da85e6c1539a55c8a267850e5fc579def).
SPM Submodule Compatibility
4 years ago
Released on 2020-02-29. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/38?closed=1). #### Fixed - Swift Package Manager compatibility with local submodules. - Fixed by[Jon Shier](https://github.com/jshier) in Pull Request [#403](https://github.com/Alamofire/AlamofireImage/pull/403).
Swift 5 Compatibility Fix
4 years ago
Released on 2020-02-23. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/37?closed=1). #### Fixed - Swift 5 compatibility. - Fixed by[Jon Shier](https://github.com/jshier) in Pull Request [#401](https://github.com/Alamofire/AlamofireImage/pull/401).
Cache Keys, AF Prefix, and AF5
4 years ago
Released on 2020-02-23. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/23?closed=1). ### Added - Custom `cacheKey` support to `ImageDownloader` and `UIImageView` and `UIButton` extensions. - Added by [Måns Severin](https://github.com/graphiclife) in Pull Request [#324](https://github.com/Alamofire/AlamofireImage/pull/324) in regards to Issue [#222](https://github.com/Alamofire/AlamofireImage/issues/222). - The `application/octet-stream` to the list of acceptable image content types to support iOS 13. - Added by [Rafael Costa](https://github.com/rafaelc0sta) in Pull Request [#390](https://github.com/Alamofire/AlamofireImage/pull/390) in regards to Issues [#370](https://github.com/Alamofire/AlamofireImage/issues/370) and [#378](https://github.com/Alamofire/AlamofireImage/issues/378). - Custom `ImageResponseSerializer` support to `ImageDownloader` and `UIImageView` and `UIButton` extensions. - Added by [Christian Noon](https://github.com/cnoon) in regards to Issues [#277](https://github.com/Alamofire/AlamofireImage/issues/277) and [#332](https://github.com/Alamofire/AlamofireImage/issues/332). - Tests to various types to verify they can handle `URLRequestConvertible` types that throw. - Added by [Marina Gornostaeva](https://github.com/hybridcattt) in Pull Request [#392](https://github.com/Alamofire/AlamofireImage/pull/392). - `AlamofireExtended` support to `UIImage`, `UIImageView`, and `UIButton` types to use `af.` prefixing instead of `af_`. - Added by [Christian Noon](https://github.com/cnoon) in Pull Request [#394](https://github.com/Alamofire/AlamofireImage/pull/394) in regards to Issue [#197](https://github.com/Alamofire/AlamofireImage/issues/197). - A 4.0 migration guide to the project and linked in the README. - Added by [Christian Noon](https://github.com/cnoon) in Pull Request [#395](https://github.com/Alamofire/AlamofireImage/pull/395). - SwiftFormat support to the project. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#396](https://github.com/Alamofire/AlamofireImage/pull/396). ### Updated - The license section of the README to link to the actual LICENSE file. - Updated by [Yunsu Guk](https://github.com/krgoodnews) in Pull Request [#364](https://github.com/Alamofire/AlamofireImage/pull/364). - The `ImageDownloader` download image logic by removing variable shadowing to simplify logic flow. - Updated by [Marina Gornostaeva](https://github.com/hybridcattt) in Pull Request [#392](https://github.com/Alamofire/AlamofireImage/pull/392). - The image cache capacity section in the README to improve in-memory setting recommendations. - Updated by [Christian Noon](https://github.com/cnoon) in regards to Issue [#330](https://github.com/Alamofire/AlamofireImage/issues/330). - The Alamofire dependency to `~> 5.0` across dependency management files. - Updated by [Christian Noon](https://github.com/cnoon). - The README to match all the newer conventions with the Alamofire 5 changes and `af.` prefixing on extensions. - Updated by [Christian Noon](https://github.com/cnoon). ### Deprecated - The `af_` APIs on `UIImage`, `UIImageView`, and `UIButton` in favor of the new `af.` equivalent APIs. These APIs will be removed in AFI5. - Deprecated by [Christian Noon](https://github.com/cnoon) in Pull Request [#394](https://github.com/Alamofire/AlamofireImage/pull/394). ### Fixed - Issue in the README where the documentation link was incorrect. - Fixed by [Will Jessop](https://github.com/spnkr) in Pull Request [#367](https://github.com/Alamofire/AlamofireImage/pull/367). - Issue where `af_setBackgroundImage` was not setting the filter correctly on the image download. - Fixed by [Dan Koza](https://github.com/djk12587) in Pull Request [#260](https://github.com/Alamofire/AlamofireImage/pull/260). - Issue where `runImageTransitionIfCached` on `UIImageView` was not setting the placeholder image correctly. - Fixed by [Christian Noon](https://github.com/cnoon) in regards to Issue [#293](https://github.com/Alamofire/AlamofireImage/issues/293).
Thread-safety Fixes
4 years ago
Released on 2019-10-27. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/35?closed=1). #### Fixed - Thread-safety issue in `AutoPurgingImageCache`. - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#387](https://github.com/Alamofire/AlamofireImage/pull/387).
Catalyst Compatible
4 years ago
Released on 2019-10-27. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/36?closed=1). #### Fixed - Build for Catalyst platform by updating deprecated API usage. - Fixed by [sonique6784](https://github.com/sonique6784) in Pull Request [#365](https://github.com/Alamofire/AlamofireImage/pull/365). - Thread-safety issue in `AutoPurgingImageCache`. - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#386](https://github.com/Alamofire/AlamofireImage/pull/386).
Bringing in the Changes
4 years ago
Released on 2019-09-17. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/34?closed=1). #### Updated - `URLCache` usage for Mac Catalyst. - Updated by [sonique6784](https://github.com/sonique6784) in Pull Request [#365](https://github.com/Alamofire/AlamofireImage/pull/365). #### Fixed - Alamofire API usage after Alamofire 5 RC changes. - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#375](https://github.com/Alamofire/AlamofireImage/pull/375).
iOS macOS watchOS tvOS
Alamofire/AlamofireNetworkActivityIndicator 3.1.0
Controls the visibility of the network activity indicator on iOS using Alamofire.
⭐️ 734
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Swift 5.1
3 years ago
Released on 2020-04-05. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/16?closed=1). #### Updated - Project to require Swift 5.1. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#67](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/67).
SPM Submodule Fixes
4 years ago
Released on 2020-02-29. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/15?closed=1). #### Fixed - Swift Package Manager checkouts due to git submodule. - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#65](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/65).
Alamofire 5 Compatibility
4 years ago
Released on 2020-002-17. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/14?closed=1). #### Added - Swift Package Manager support. - Added by [Alexey Korolev](https://github.com/alphatroya) in Pull Request [#61](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/61).
AppStore Connect Submission Fix
4 years ago
Released on 2019-05-04. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/13?closed=1). ### Fixed - Issue with AppStore submissions where the pre-release version in the bundle short versions string was being rejected when built with Carthage or as a submodule. - Fixed by [xGoPox](https://github.com/xGoPox) in Pull Request [#55](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/55). - Issue in the Carthage installation instructions in the README. - Fixed by [Cícero Camargo](https://github.com/cicerocamargo) in Pull Request [#54](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/54).
AF5b5 and Task Tracking
4 years ago
Released on 2019-04-13. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/12?closed=1). ### Updated - Project to require Alamofire 5.0.0-beta.5+ as a dependency. - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request [#51](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/51). - Activity tracking to monitor task events rather than request events to improve accuracy. - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request [#52](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/52).
AF5, Swift 5 only, and Improved Request Tracking
4 years ago
Released on 2019-04-10. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/11?closed=1). ### Added - New `requestDidStart` and `requestDidStop` APIs based on `requestIDs` to replace the increment and decrement activity count APIs. - Added by [Christian Noon](https://github.com/cnoon) in Pull Request [#49](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/49). ### Updated - Project to use Swift 5 only and require Alamofire 5.0.0-beta.4+ as a dependency. - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request [#48](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/48). ### Fixed - Issue where activity count could become negative causing the network activity indicator to not display correctly. - Fixed by [Christian Noon](https://github.com/cnoon) in regards to Issue [#38](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/issues/38) in Pull Request [#49](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/49).
Indicating Compatibility
4 years ago
Released on 2019-04-06. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/10?closed=1). #### Updated - Project to use Swift 4 as the default language version for compatiblity with the Swift 5 compiler and Xcode 10.2. - Updated by [Ryan Zulkoski](https://github.com/rzulkoski) in Pull Request [#44](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/44).
Swift 4.2!
5 years ago
Released on 2018-09-15. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/9?closed=1). #### Updated - Code and dependencies for Xcode 10 and Swift 4.2. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#42](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/42). #### Fixed - Bitcode settings. - Fixed by [Jaehong Kang](https://github.com/sinoru) in Pull Request [#35](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/35).
Xcode 9.3 and Swift 4.1 Support
5 years ago
Released on 2018-03-31. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/8?closed=1). #### Added - Jazzy docs. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#28](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/28). - Pull request and issue templates. - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#28](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/28). #### Updated - Project settings and dependencies for Xcode 9.3 and Swift 4.1. - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#33](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/33). #### Fixed - Swift Package Manager integration by removing Swift Package Manager support. - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#28](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/28).
Xcode 9 and Swift 4.0 Support
6 years ago
All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/7?closed=1). ### Updated - The Alamofire submodule to the 4.5.0 release along with all dependency requirements. - Updated by [Christian Noon](https://github.com/cnoon). - Updated all project settings to Xcode 9 for support for Swift 3.1, 3.2, and 4.0. - Updated by [Christian Noon](https://github.com/cnoon). ### Fixed - Issues and typos throughout the README documentation and sample code and source code docstrings. - Fixed by [Eric Horstmanshof](https://github.com/Erulezz), [Martin Arista](https://github.com/mrtnrst), and [Wolfgang Lutz](https://github.com/Lutzifer) in Pull Requests [#21](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/21), [#24](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/24), and [#25](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/25).
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics