SDWebImage v5.11.1 Release Notes

Release Date: 2021-04-23 // almost 3 years ago
  • ๐Ÿš€ See all tickets marked for the 5.11.1 release

    ๐Ÿ”„ Changes

    • ๐Ÿ”„ Change the .originalStoreCaheType and .originalQueryCacheType into .disk, Now we will store the full image data into disk and re-query the full image data by default #3219
    • ๐Ÿ”„ Change the willTerminate auto clean cache logic into sync version #3210

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix the bug that when querying original cache miss, the download process will be skipped. This is not designed behavior #3221
    • ๐Ÿ‘€ Ensure the invalid URLSeesion will receive the cancel callback and does not trigger the any exception from framework #3205

    ๐Ÿ“š Documentation

    • ๐Ÿ›  Fix spelling error in SDWebImageDownloaderOperation #3220