SDWebImage v4.4.4 Release Notes

Release Date: 2019-01-26 // about 5 years ago
  • ๐Ÿš€ See all tickets marked for the 4.4.4 release

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix memory cache image cost miscalculation for 4.x #2486
    • ๐Ÿ›  Fix background download for 4.x #2570
    • ๐Ÿ›  Fix race condition for creation of download operation when isCancelled is YES but isFinished is NO #2574
    • ๐Ÿ›  Fix the current image cost (pixels) for FLAnimatedImage #2558
    • ๐Ÿ›  Fix the FLAnimatedImage compatible code issue by introduce a private API #2588
    • ๐Ÿ›  Fix that WebP image with ICC Profile does not show color correctly, should use the profile colorspace instead of device colorspace #2585
    • ๐Ÿ›  Fix potential memory leaks for ICCP && optimize ICCP handler #2596
    • ๐Ÿ›  Fix that WebP decoder in master branch, does not consider the global shouldDecompressImages config and always do pre-draw for static WebP images #2592
    • ๐Ÿ›  Fix rare crash when NSMapTable empty keys #2556
    • Retain operation when post download related notifications (Hopefully fix, but if you face crash, please open a issue) #2576

    ๐ŸŽ Performances

    • Prioritize SDWebImageDownloaderHighPriority if operation already exists #2575

    Project

    • Let SD can be imported using static library by CocoaPods using DEFINES_MODULE #2549