Skip to content

5.12.0

Compare
Choose a tag to compare
@dreampiggy dreampiggy released this 30 Sep 09:26
· 574 commits to master since this release

Features

Cache

  • Do a extra memory cache sync when weak cache feature enabled && Change the default value for shouldUseWeakMemoryCache to NO #3239
  • Fix imageFromCacheForKey with options and context behavior, matching the async version one. #3238

Downloader

  • Feature: allow user to custom acceptable status code and content type #3227
  • Change the default delegate method to allows optional cert in SSL verify, matches URLSession's behavior #3241

Animated Image

  • Added sd_imageFrameCount convenient API for UIAinmatedImage/NSBitmapImageRep #3243
  • Make SDAnimatedImageRep confirms to correct copy semantic #3258

Fixes

  • Fix image source release in iOS 15 #3276
  • Fix wrong memory cost in _UIAnimatedImage #3237
  • Fix pixel ratio thumbnail calculation #3277
  • Fix the warning, enable APPLICATION_EXTENSION_API_ONLY for all framework target #3236