SDWebImage v4.4.3 Release Notes

Release Date: 2018-11-25 // over 5 years ago
  • ๐Ÿš€ See all tickets marked for the 4.4.3 release

    ๐Ÿ›  Fixes

    • โช Revert the hack code for FLAnimatedImage, because of the FLAnimatedImage initializer method blocks the main queue #2441
    • ๐Ÿ›  Fix extention long length of file name #2516 6c6d848
    • ๐Ÿ›  Fix resource key invalid when clean cached disk file #2463
    • ๐Ÿ›  Fix the test case testFLAnimatedImageViewSetImageWithURL because of remote resource is not available #2450
    • โž• Add default HTTP User-Agent for specific system #2409
    • โž• Add SDImageFormatHEIF represent mif1 && msf1 brands #2423
    • โœ‚ remove addProgressCallback, add createDownloaderOperationWithUrl #2336
    • ๐Ÿ›  Fix the bug when FLAnimatedImageView firstly show one EXIF rotation JPEG UIImage, later animated GIF FLAnimatedImage will also be rotated #2406
    • Replace SDWebImageDownloaderOperation with NSOperation<SDWebImageDownloaderOperationInterface> to make generic #2397
    • ๐Ÿ›  Fix wrong image cache type when disk and memory cache missed #2529
    • ๐Ÿ›  Fix FLAnimatedImage version check issue for custom property optimalFrameCacheSize && predrawingEnabled #2543

    ๐ŸŽ Performances

    • โž• Add autoreleasepool to release autorelease objects in advance when using GCD for 4.x #2475
    • โšก๏ธ Optimize when scale = 1 #2520

    ๐Ÿ“„ Docs

    • โšก๏ธ Updated URLs after project was transfered to SDWebImage organization #2510 f9d05d9
    • Tidy up spacing for README.md #2511
    • โœ‚ Remove versioneye from README #2424