SDWebImage v5.4.0 Release Notes

Release Date: 2019-12-05 // over 4 years ago
  • ๐Ÿ”‹ Features

    Cache

    • ๐Ÿ‘ Allows advanced user to read/write extended metadata associated with image data from disk cache #2898
    • ๐Ÿ“‡ This metadata will be processed at the same time when store or query the image. The metadata should conforms to NSCoding for archive and unarchive.

    Manager

    • โž• Add SDWebImageWaitStoreCache, which wait for all the async disk cache written finished and then callback, useful for advanced user who want to touch the cache right in completion block #2900

    ๐Ÿ›  Fixes

    • ๐Ÿ”€ Using one global function to ensure we always sync all the UIImage category associated object status correctly inside our framework #2902
    • ๐Ÿ›  Fix the thread safe issue with Downloader and DownloaderOperation during cancel #2903