29 days ago
SDWebImage

5.21.7 - 5.21 Patch

See all tickets marked for the 5.21.7 release

Fixes

  • Fix AppKit SDImageCoderHelper does not use APNG instead of GIF for animated image creation #3870 #3871 @ijunfly
2026-02-23 09:34:50
realm-cocoa

v20.0.4

  • Update build scripts for Xcode 26.
  • Drop support for Xcode < 26.
  • Prebuilt binaries are no longer code signed as Realm is no longer officially distributed by MongoDB.
  • Fix compilation with Xcode 26.4.

Compatibility

  • Carthage release for Swift is built with Xcode 26.3.
  • CocoaPods: 1.10 or later.
  • Xcode: 26.1-26.4
2026-02-23 09:34:50
realm-swift

v20.0.4

  • Update build scripts for Xcode 26.
  • Drop support for Xcode < 26.
  • Prebuilt binaries are no longer code signed as Realm is no longer officially distributed by MongoDB.
  • Fix compilation with Xcode 26.4.

Compatibility

  • Carthage release for Swift is built with Xcode 26.3.
  • CocoaPods: 1.10 or later.
  • Xcode: 26.1-26.4
2026-02-13 22:21:02
SKPhotoBrowser

7.1.1

[!WARNING] Please use 7.1.1(this version) instead of 7.1.0. There are some tagging issues happened when release 7.1.0.

What's Changed

  • Fix a problem where latest tag commit is overlapped with previous tag commit by mistake.
2026-02-13 14:31:02
SKPhotoBrowser

7.1.0

What's Changed

Full Changelog: https://github.com/suzuki-0000/SKPhotoBrowser/compare/7.0.0...7.1.0

2026-02-06 22:38:33
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
2026-02-02 11:21:02
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.
2026-01-27 23:31:31
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

2026-01-23 16:25:54
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