SDWebImage v5.11.0 Release Notes

Release Date: 2021-04-01 // about 3 years ago
  • ๐Ÿš€ See all tickets marked for the 5.11.0 release

    ๐Ÿ”‹ Features

    Transformer

    • โž• Added the new context option SDWebImageContextOriginalImageCache, which control the cache instance used for original full size image query/write when using transformer #3184

    ๐ŸŽ Performance

    • ๐ŸŽ Increase progressive decoding performance by using the progressive decoder's result instead of re-decoding the full image data #3182
    • Avoid the strong retain during download decoding, this can make the download operation fast to destroy and reduce memory peak, especially in progressive decoding #3183

    ๐Ÿ›  Fixes

    • Don't encode/decode image when app will terminated #3149