11 days ago
Alamofire

5.11.0

Released on 2025-12-20. All issues associated with this milestone can be found using this filter.

Added

  • Lazy Request setup by default. Requests are now inert until resume()'d, whether automatically or manually. Previous behavior can be restored by using Session(requestSetup: .eager).
  • Inline, per-Request RequestAdapter, RequestRetrier, RequestInterceptor, and EventMonitor APIs, to add instances after Request initialization.
  • Per-Request automatic resume() control, with the shouldAutomaticallyResume parameter.
  • OfflineRetrier, to retry requests based on NWPathMonitor status, as a replacement for NetworkReachabilityManager.

Updated

  • Alamofire to require Xcode 16.0 and the Swift 6 compiler (Swift 5 or 6 mode).
  • Deployment targets for the test targets to match XCTest and Swift Testing availability.
  • Empty to be Hashable.
  • Request internals to use more atomic locking.
  • Deprecated NetworkReachabilityManager on iOS 17.4 and later.
  • Linux and Android CI builds.

Fixed

  • Missing @Sendable in RetryPolicy.
  • Example in Usage.md.
  • Deleted .swiftpm folder from repo to prevent Xcode from creating Alamofire schemes when used as a package.

New Contributors

Full Changelog: https://github.com/Alamofire/Alamofire/compare/5.10.2...5.11.0

28 days ago
SDWebImage

5.21.5 - 5.21 Patch

See all tickets marked for the 5.21.5 release

Fixes

  • Try to move the SDWebImageDownloaderOperation dataTask property initialization into synchronized lock to avoid thread-safe issue #3856 #3842
2025-12-01 19:25:58
HXPhotoPicker

5.0.5

  • 优化适配iOS 26

修复

2025-11-28 16:36:37
SDWebImage

5.21.4- 5.21 Patch

See all tickets marked for the 5.21.4 release

Fixes

  • Using @synchronized to always lock the cache/loader operation to ensure thread-safe. Fix crash issue on iOS 26 #3855 #3849
2025-11-21 22:06:17
LNPopupController

v4.4.1

Improve title paging behavior

2025-11-17 17:11:26
KSCrash

2.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/kstenerud/KSCrash/compare/2.4.0...2.5.0

2025-11-03 13:52:54
LNPopupController

v4.4.0

LNPopupController now requires Xcode 26.0+ to compile, but still supports iOS 13.0 as the lowest deployment target.

See https://github.com/LeoNatan/LNPopupController/issues/619 for more info.

2025-11-03 13:03:59
LNPopupController

v4.3.7

  • Improvements to marquee label layout and animations
  • Fixed an iOS 15 crash (#628)
2025-10-29 06:05:41
LNPopupController

v4.3.6

Additions for LNPopupUI

2025-10-26 04:59:05
LNPopupController

v4.3.5

Fixed an issue related to LNPopupAppearance (#627)