github SDWebImage/SDWebImage 5.13.0
5.13.0 - Thumbnail

latest releases: 5.19.2, 5.19.2-alpha, 5.19.1...
23 months ago

See all tickets marked for the 5.13.0 release

Features

Thumbnail

  • Change thumbnail cache behavior as expected, share cache through different loading pipeline without extra download #3362
  • Now the thumbnail behavior more like transformer. When request different thumbnail size and cache miss, it prefers to query full size disk cache again, then decode for request thumbnail size without actual network download

Coder

  • Added new API for custom coder better handling the thumbnail size #3359

Cache

  • Allows store image data only and introduce async API #3336
  • Now the queryCacheOperationForKey API return SDImageCacheToken instead of useless placeholder NSOperation. When you cancel the cache query from main queue, it will callback in sync instead of async

Performance

  • Support using iOS 15 UIImage new API imageByPreparingForDisplay for faster force decoding #3355 #3340

Fixes

  • Fix the encodeMaxPixelSize logic #3357
  • Fix the case when user cancel the image loading for same URL in sequence cause placeholder mass #3363

Extra - Collaborator and maintainer wanted

After 4 years of maintainess of SDWebImage open source project, I have met many interesting areas in pass 2 years, like LLVM/Swift, like Rust. And I have the full-time job. So the maintainess will become slower down.
If anyone who was interested in the future of SDWebImage open source project, please feel free to contact me via email or discussions 🙏

Don't miss a new SDWebImage release

NewReleases is sending notifications on new releases.