What's Changed
- Add full Strict Concurrency Checking and Swift 6 support
- Add
@MainActor
annotation toImageLoadingOptions.shared
- Fix image scale and orientation issue in thumbnail creation by @prabhuamol in #793
- Deprecate
ImagePipeline.Configuration.callbackQueue
– this feature will be removed in Nuke 13 ImagePrefetcher.didComplete
closure is now annotated with@MainActor @Sendable
- Drop Xcode 14 support
New Contributors
- @prabhuamol made their first contribution in #793