SDWebImage v4.2.3 Release Notes

Release Date: 2017-11-30 // over 6 years ago
  • ๐Ÿš€ See all tickets marked for the 4.2.3 release

    ๐Ÿ”‹ Features

    • โž• Add a public API to allow user to invalidate URLSession used in SDWebImageDownloader to avoid memory leak on non-singleton instance #2116
    • โž• Add a SDWebImageExternalCustomManagerKey context arguments to allow user to custom image manager for UIView category #2115
    • ๐Ÿ‘ Allow custom SDWebImageDownloaderOperation to handle HTTP redirect #2123

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix that FLAnimatedImageView blink and flash when collectionView reload #2102 #2106
    • ๐Ÿ›  Fix that SDWebImagePrefetcher startPrefetchingAtIndex accident crash #2110 #2111
    • ๐Ÿ›  Fix that Progressive WebP decoding not showing on iOS 11.2 #2130 #2131
    • ๐Ÿ›  Fix crash in method implementation of sd_cancelImageLoadOperationWithKey, and avoid retain of operation #2113 #2125 #2132
    • ๐Ÿ›  Fix Clang Static Analyzer warning for number nil check from Xcode 9.2 #2142 #2143

    ๐Ÿ‘Œ Improvements

    • Adopt the current requirement, change ImageIO coder's canDecodeFromHEIC to actual implementation #2146 #2138
    • When store image with no data for SDImageCache, check whether it contains alpha to use PNG or JPEG format #2136