5 days ago
SDWebImage

5.21.6 - 5.21 Patch

See all tickets marked for the 5.21.6 release

Fixes

  • Fix the issue that thumbnail decoding will store the fulll image data into thumbnail key, which effect next time query from disk #3866

Changes

  • Image cache query API for disk type, no longer write back image to memory cache automatically. Call storeImageToMemory if you need.
  • Added support to encode APNG instead of GIF, when no animated image format provided #3867
9 days ago
Alamofire

5.11.1

Fixed

  • Fixes #3978, a rare logical race that allowed the same response serializer to execute multiple times simultaneously, which would call the completion handler multiple times, leading to crashes when wrapping continuations.
15 days ago
KSCrash

2.5.1

What's Changed

Bug Fixes

Improvements

CI/Infrastructure

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

19 days ago
ZLPhotoBrowser

4.7.4

Add:

  • Supports editing multiple videos.
  • The ZLImagePreviewController interface now includes a didDisappear callback. 1026 @HuuLiang
  • Change the license from MIT to Apache-2.0.

Fix:

  • Fixed a bug where the title color of the "Done" button in the video editing interface was incorrect. 1036 @hstdt
2025-12-20 15:33:56
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

2025-12-03 11:34:41
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