SDWebImage v4.4.2 Release Notes

Release Date: 2018-07-18 // almost 6 years ago
  • ๐Ÿš€ See all tickets marked for the 4.4.2 release

    ๐Ÿ”‹ Features

    • Ability to change the clear cache option SDImageCacheConfig.diskCacheExpireType #2357
    • โž• Add option to enable or disable weak memory cache for SDImageCache via SDImageCacheConfig.shouldUseWeakMemoryCache #2379
    • โž• Add cache control for FLAnimatedImage, this allow user to disable memory cache for associated FLAnimatedImage instance #2378
    • โž• Add diskImageDataForKey: sync API for SDImageCache to directly get the image data from disk #2391

    ๐Ÿ›  Fixes

    • SDWebImageManager.runningOperations type changed from Array to Set #2382
    • Keep the information about image's original compressed format #2390
    • ๐Ÿ›  Fix FLAnimatedImageView+WebCache delayed draw due to #2047 which is now reverted #2393
    • Check for nullable key when cancel image load operation #2386
    • Replace __bridge_transfer with __bridge when convert from CFStringRef to NSString #2394