SDWebImage v4.3.1 Release Notes

Release Date: 2018-02-25 // about 6 years ago
  • ๐Ÿš€ See all tickets marked for the 4.3.1 release

    ๐Ÿ›  Fixes

    • Cache
      • Fix that SDImageCacheQueryDataWhenInMemory should response cacheType to memory cache when the in-memory cache hit #2218
    • Project
      • Fix the macOS wrong minimum deployment target version to 10.9 #2206

    ๐ŸŽ Performances

    • Download Operation
      • Decode the image in the operation level's queue instead of URLSession delegate queue #2199

    ๐Ÿ‘Œ Improvements

    • Coder
      • Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS #2223
    • View Category
      • Expose the read write to FLAnimatedImage associate to the UIImage to allow advanced feature like placeholder #2220
    • Cache
      • Create a subclass of NSCache using a weak cache #2228
    • Download Operation
      • Improvement download operation for priority and some protect #2208
    • Project
      • Fix CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warning #2225