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