SDWebImage v5.12.0 Release Notes

Release Date: 2021-09-30 // over 2 years ago
  • 🚀 See all tickets marked for the 5.12.0 release

    🔋 Features

    Cache

    • 🔀 Do a extra memory cache sync when weak cache feature enabled && Change the default value for shouldUseWeakMemoryCache to NO #3239
    • 🛠 Fix imageFromCacheForKey with options and context behavior, matching the async version one. #3238

    Downloader

    • 🔋 Feature: allow user to custom acceptable status code and content type #3227
    • 🔄 Change the default delegate method to allows optional cert in SSL verify, matches URLSession's behavior #3241

    Animated Image

    • ➕ Added sd_imageFrameCount convenient API for UIAinmatedImage/NSBitmapImageRep #3243
    • 👉 Make SDAnimatedImageRep confirms to correct copy semantic #3258

    🛠 Fixes

    • 🛠 Fix image source release in iOS 15 #3276
    • 🛠 Fix wrong memory cost in _UIAnimatedImage #3237
    • 🛠 Fix pixel ratio thumbnail calculation #3277
    • Fix the warning, enable APPLICATION_EXTENSION_API_ONLY for all framework target #3236