GitPedia
pinterest

pinterest/PINRemoteImage

A thread safe, performant, feature rich image fetcher

30 Releases
Latest: 2y ago
3.0.4Latest
github-actions[bot]github-actions[bot]·2y ago·May 15, 2024
GitHub

📦 [releases/p12.19](https://github.com/Pinterest/PINRemoteImage/tree/releases/p12.19) (2024-04-29)

  • [Full Changelog](https://github.com/Pinterest/PINRemoteImage/compare/releases/p12.20...releases/p12.19)
3.0.3
github-actions[bot]github-actions[bot]·5y ago·October 23, 2020
GitHub

📦 [3.0.3](https://github.com/Pinterest/PINRemoteImage/tree/3.0.3) (2020-10-23)

  • [Full Changelog](https://github.com/Pinterest/PINRemoteImage/compare/3.0.2...3.0.3)
  • Fixes macOS build on newer versions of Xcode [\#581](https://github.com/pinterest/PINRemoteImage/pull/581) ([garrettmoon](https://github.com/garrettmoon))
3.0.2
github-actions[bot]github-actions[bot]·5y ago·October 22, 2020
GitHub

📦 [3.0.2](https://github.com/Pinterest/PINRemoteImage/tree/3.0.2) (2020-10-22)

  • [Full Changelog](https://github.com/Pinterest/PINRemoteImage/compare/3.0.1...3.0.2)
  • Add support for automated releases [\#580](https://github.com/pinterest/PINRemoteImage/pull/580) ([garrettmoon](https://github.com/garrettmoon))
  • Fix imports for non-SPM [\#579](https://github.com/pinterest/PINRemoteImage/pull/579) ([garrettmoon](https://github.com/garrettmoon))
  • Moves to an .xcworkspace so we don't imbed subprojects [\#575](https://github.com/pinterest/PINRemoteImage/pull/575) ([garrettmoon](https://github.com/garrettmoon))
  • SPM define [\#574](https://github.com/pinterest/PINRemoteImage/pull/574) ([3a4oT](https://github.com/3a4oT))
  • SPM - Objective-C++ consumers fix [\#573](https://github.com/pinterest/PINRemoteImage/pull/573) ([3a4oT](https://github.com/3a4oT))
  • Use proper units when setting preferredFramesPerSecond [\#572](https://github.com/pinterest/PINRemoteImage/pull/572) ([bdolman](https://github.com/bdolman))
  • SPM support [\#571](https://github.com/pinterest/PINRemoteImage/pull/571) ([3a4oT](https://github.com/3a4oT))
  • + 2 more
3.0.1 Xcode 123.0.1
garrettmoongarrettmoon·5y ago·September 16, 2020
GitHub

📦 [3.0.1](https://github.com/Pinterest/PINRemoteImage/tree/3.0.1) (2020-09-08)

  • [Full Changelog](https://github.com/Pinterest/PINRemoteImage/compare/3.0.0...3.0.1)
  • Merged pull requests:
  • Update PINCache in podspec [\#564](https://github.com/pinterest/PINRemoteImage/pull/564) ([garrettmoon](https://github.com/garrettmoon))
  • Update PINCache and PINOperation [\#562](https://github.com/pinterest/PINRemoteImage/pull/562) ([garrettmoon](https://github.com/garrettmoon))
  • Let's use the same commands we use locally. [\#561](https://github.com/pinterest/PINRemoteImage/pull/561) ([garrettmoon](https://github.com/garrettmoon))
  • Ensure the example defines the macros before referencing them. [\#557](https://github.com/pinterest/PINRemoteImage/pull/557) ([bolsinga](https://github.com/bolsinga))
  • Remove the PCH file and ensure macros are defined before using [\#556](https://github.com/pinterest/PINRemoteImage/pull/556) ([bolsinga](https://github.com/bolsinga))
  • Seems that having the framework and example have the same name confuses cocoapods [\#555](https://github.com/pinterest/PINRemoteImage/pull/555) ([garrettmoon](https://github.com/garrettmoon))
  • + 14 more
3.0.0 Finally!3.0.0
ernestmamaernestmama·6y ago·January 6, 2020
GitHub

📋 Changes

  • [new] Add PINRemoteImageManagerConfiguration configuration object. [#492](https://github.com/pinterest/PINRemoteImage/pull/492) [rqueue](https://github.com/rqueue)
  • [fixed] Fixes blending in animated WebP images. [#507](https://github.com/pinterest/PINRemoteImage/pull/507) [garrettmoon](https://github.com/garrettmoon)
  • [fixed] Fixes support in PINAnimatedImageView for WebP animated images. [#507](https://github.com/pinterest/PINRemoteImage/pull/507) [garrettmoon](https://github.com/garrettmoon)
  • [new] Exposure didCompleteTask:withError: delegate method of protocol PINURLSessionManagerDelegate. [#519](https://github.com/pinterest/PINRemoteImage/pull/519) [zhongwuzw](https://github.com/zhongwuzw)
  • [fixed] Fixes AnimatedImageView designated initializer not work. [#512](https://github.com/pinterest/PINRemoteImage/pull/512) [zhongwuzw](https://github.com/zhongwuzw)
  • [fixed] Set bpp(bits per pixel) to 32 bit for GIF. [#511](https://github.com/pinterest/PINRemoteImage/pull/511) [zhongwuzw](https://github.com/zhongwuzw)
  • [new] Add cancel method for PINRemoteImageManager. [#509](https://github.com/pinterest/PINRemoteImage/pull/509) [zhongwuzw](https://github.com/zhongwuzw)
  • [fixed] Fixes build error when using Xcode 10.2.1. [#524](https://github.com/pinterest/PINRemoteImage/pull/524) [ANNotunzdY](https://github.com/ANNotunzdY)
Fixes galore!3.0.0-beta.14Pre-release
garrettmoongarrettmoon·7y ago·February 20, 2019
GitHub

📋 Changes

  • [new] Allow use of NSURLCache via a custom NSURLSession [#477](https://github.com/pinterest/PINRemoteImage/pull/477) [wiseoldduck](https://github.com/wiseoldduck)
  • [new] Respect Cache-Control and Expires headers if the cache supports TTL. [#462](https://github.com/pinterest/PINRemoteImage/pull/462) [wiseoldduck](https://github.com/wiseoldduck)
  • [new] Updated to latest PINCache beta 7. [#461](https://github.com/pinterest/PINRemoteImage/pull/461) [wiseoldduck](https://github.com/wiseoldduck)
  • [iOS11] Fix warnings [#428](https://github.com/pinterest/PINRemoteImage/pull/428) [Eke](https://github.com/Eke)
  • [new / beta] Native Support for GIFs and animated WebP [#453](https://github.com/pinterest/PINRemoteImage/pull/453) [garrettmoon](https://github.com/garrettmoon)
  • [new] Add support for getting NSURLSessionMetrics back. [#456](https://github.com/pinterest/PINRemoteImage/pull/456) [garrettmoon](https://github.com/garrettmoon)
  • [removed] Removed support for FLAnimatedImage [#453](https://github.com/pinterest/PINRemoteImage/pull/453) [garrettmoon](https://github.com/garrettmoon)
  • [new] Add support for higher frame rate devices to animated images. [#417](https://github.com/pinterest/PINRemoteImage/pull/417) [garrettmoon](https://github.com/garrettmoon)
  • + 7 more
3.0 beta 13: Animated WebP support / better GIF handling3.0.0-beta.13Pre-release
garrettmoongarrettmoon·8y ago·October 9, 2017
GitHub

📋 Changes

  • [new] Support for webp and improved support for GIFs. [#411](https://github.com/pinterest/PINRemoteImage/pull/411) [garrettmoon](https://github.com/garrettmoon)
  • [new] Added back tvOS support through a new target [#408](https://github.com/pinterest/PINRemoteImage/pull/408) [jverdi](https://github.com/jverdi)
  • [refactor] Refactor out KVO on NSURLSessionTask to avoid Apple crashes. [#410](https://github.com/pinterest/PINRemoteImage/pull/410) [garrettmoon](https://github.com/garrettmoon)
3.0 beta 123.0.0-beta.12Pre-release
garrettmoongarrettmoon·8y ago·September 8, 2017
GitHub

📋 Changes

  • [new] Added a way to specify custom retry logic when network error happens [#386](https://github.com/pinterest/PINRemoteImage/pull/386)
  • [new] Improve disk cache migration performance [#391](https://github.com/pinterest/PINRemoteImage/pull/391) [chuganzy](https://github.com/chuganzy), [#394](https://github.com/pinterest/PINRemoteImage/pull/394) [nguyenhuy](https://github.com/nguyenhuy)
  • [new] Adds support for using cell vs. wifi in leau of speed for determing which URL to download if speed is unavailable. [garrettmoon](https://github.com/garrettmoon)
  • [new] Uses BPS minus time to first byte for deciding which of a set of URLs to download. [garrettmoon](https://github.com/garrettmoon)
  • [fixed] Fixes an edge case when image returned with 404 response, we now treat it as image instead of error [#399](https://github.com/pinterest/PINRemoteImage/pull/396) [maxwang](https://github.com/wsdwsd0829)
3.0 Beta 113.0.0-beta.11Pre-release
garrettmoongarrettmoon·8y ago·June 30, 2017
GitHub

📋 Changes

  • [new] PINRemoteImageManager now respects the request timeout value of session configuration. [garrettmoon](https://github.com/garrettmoon)
  • [new] Added support for getting NSURLResponse from a PINRemoteImageManagerResult object. [garrettmoon](https://github.com/garrettmoon)
  • [new] Updated to latest PINCache beta 5. [garrettmoon](https://github.com/garrettmoon)
  • [fixed] Fixes a deadlock with canceling processor tasks [#374](https://github.com/pinterest/PINRemoteImage/pull/374) [zachwaugh](https://github.com/zachwaugh)
  • [fixed] Fixes a deadlock in the retry system. [garrettmoon](https://github.com/garrettmoon)
  • [fixed] Fixes a threadsafety issue in accessing callbacks. [garrettmoon](https://github.com/garrettmoon)
  • [fixed] Fixes a crash with resumed downloads when a key is long. [garrettmoon](https://github.com/garrettmoon)
3.0 Beta 103.0.0-beta.10Pre-release
garrettmoongarrettmoon·9y ago·June 5, 2017
GitHub

📋 Changes

  • [new] Added support (in iOS 10) for skipping cancelation if the estimated amount of time to complete the download is less than the average time to first byte for a host. [#364](https://github.com/pinterest/PINRemoteImage/pull/364) [garrettmoon](http://github.com/garrettmoon)
  • [fixed] Fixes an issue where PINResume would assert because the server didn't return an expected content length.
  • [fixed] Fixed bytes per second on download tasks (which could affect if an image is progressively rendered) [#360](https://github.com/pinterest/PINRemoteImage/pull/360) [garrettmoon](https://github.com/garrettmoon)
  • [new] Added request configuration handler to allow customizing HTTP headers per request [#355](https://github.com/pinterest/PINRemoteImage/pull/355) [zachwaugh](https://github.com/zachwaugh)
  • [fixed] Moved storage of resume data to disk from memory. [garrettmoon](https://github.com/garrettmoon)
  • [fixed] Hopefully fixes crashes occuring in PINURLSessionManager on iOS 9. [garrettmoon](https://github.com/garrettmoon)
Beta 9: Support for resuming downloads, faster operation queue3.0.0-beta.9Pre-release
garrettmoongarrettmoon·9y ago·April 5, 2017
GitHub

📋 Changes

  • New support for resuming canceled downloads. If you call `cancelTaskWithUUID:storeResumeData:` you can specify that any data already downloaded be stored in the memory cache. If you later attempt to download the image at the URL again, it will resume where it left off. (#331) Caveats:
  • Resume data is only stored in the memory cache, not the disk cache
  • Your server must support resuming downloads by responding to requests with the Accept-Range header == bytes and providing either an ETag header or a Last-Modified header.
  • Performance switch to PINOperationQueue from NSOperationQueue which turned out to take a lot of the time PINRemoteImage used on the main thread. (#338, #326, #329)
Beta 83.0.0-beta.8Pre-release
garrettmoongarrettmoon·9y ago·February 21, 2017
GitHub

📋 Changes

  • Complete refactor of build system #317
  • Some performance improvements #285 #287 #312
  • Added ability to manually add image to cache #299
  • Fixed GIFs #302
  • Added ability to configure headers sent with requests #293
  • Added ability to automatically support `@2x` and `@3x` images #311
  • Updated to the latest PINCache #320
Beta 73.0.0-beta.7Pre-release
garrettmoongarrettmoon·9y ago·December 6, 2016
GitHub

📋 Changes

  • Fixes images sometimes being corrupted: #279
  • Fixes cache cost calculation: #278
  • Switches our CI to something more reliable: #266
  • Fixes a build error for Carthage: #273
  • Adds an option to bypass the cache: #272
3.0 Beta 63.0.0-beta.6Pre-release
garrettmoongarrettmoon·9y ago·November 7, 2016
GitHub

On to Beta 6! This release contains the latest PINCache and a new pluggable cache (so you can use your own cache instead of PINCache if you wish).

Beta 53.0.0-beta.5Pre-release
garrettmoongarrettmoon·9y ago·October 20, 2016
GitHub

📋 Changes

  • Fixes a nasty bug in Beta 4 which made it so alternativeRepresentationProviders were ignored!
  • Re-enables PINCache dependency in CocoaPods to un-break upstream dependencies. This will be re-enabled in the 3.0 final release.
Beta 43.0.0-beta.4Pre-release
garrettmoongarrettmoon·9y ago·October 17, 2016
GitHub

Includes new pluggable cache, thanks @skeeet !

Beta 33.0.0-beta.3Pre-release
garrettmoongarrettmoon·9y ago·August 2, 2016
GitHub

Includes PINCache 3 beta.

3.0 Beta 23.0.0-beta.2Pre-release
garrettmoongarrettmoon·10y ago·May 3, 2016
GitHub

[fix] Merge tvOS spec into iOS spec [#196]

3.0 beta3.0.0-betaPre-release
garrettmoongarrettmoon·10y ago·April 25, 2016
GitHub
Adds progressive quality to callback2.1.4
garrettmoongarrettmoon·10y ago·April 22, 2016
GitHub

[new] Have PINProgressiveImage pass back the quality of the current progressive image [#185](https://github.com/pinterest/PINRemoteImage/pull/185)

Fix invalid clearing of disk cache object.2.1.3
garrettmoongarrettmoon·10y ago·April 13, 2016
GitHub

📋 Changes

  • [fixed] Images May Be Removed from Disk Cache for Not Being in Memory Cache [#186](https://github.com/pinterest/PINRemoteImage/commit/f15ca03ece954b4712b2c669c849245617e73e08)
Pedantic fixes and bug squashes2.1.2
garrettmoongarrettmoon·10y ago·March 25, 2016
GitHub

📋 Changes

  • [fixed] Remove disk cache call potentially on main thread [#167](https://github.com/pinterest/PINRemoteImage/pull/167)
  • [fixed] Nullability specifiers [#170](https://github.com/pinterest/PINRemoteImage/pull/170)
  • [fixed] Speling errorrs, unused properties and spacing [#172](https://github.com/pinterest/PINRemoteImage/pull/172)
OS X and Carthage Fixes2.1.1
garrettmoongarrettmoon·10y ago·March 21, 2016
GitHub

📋 Changes

  • [new] Slightly more performant locking [#165](https://github.com/pinterest/PINRemoteImage/pull/165)
  • [new] Added support for pulling images synchronously from the cache [#162](https://github.com/pinterest/PINRemoteImage/pull/162)
  • [fixed] Non-decoded images no longer cached by OS [#161](https://github.com/pinterest/PINRemoteImage/pull/161)
  • [fixed] OS X and Carthage support [#164](https://github.com/pinterest/PINRemoteImage/pull/164)
tvOS Support!2.1
garrettmoongarrettmoon·10y ago·March 12, 2016
GitHub

📋 Changes

  • [new] tvOS support: [#131](https://github.com/pinterest/PINRemoteImage/pull/131)
  • [new] added method to get image out of cache synchronously: [#162](https://github.com/pinterest/PINRemoteImage/pull/162)
  • [fixed] undecoded images are no longer cached by OS: [#161](https://github.com/pinterest/PINRemoteImage/pull/161)
  • [fixed] carthage support and OS X example: [#160](https://github.com/pinterest/PINRemoteImage/pull/160)
Bitcode and bug fixes2.0.1
garrettmoongarrettmoon·10y ago·February 23, 2016
GitHub

📋 Changes

  • [new] Removed explicit disabling of bitcode: [#136](https://github.com/pinterest/PINRemoteImage/pull/136)
  • [fixed] Progressive rendering in example apps: [#148](https://github.com/pinterest/PINRemoteImage/pull/148)
  • [fixed] Carthage compilation: [#141](https://github.com/pinterest/PINRemoteImage/pull/141)
  • [fixed] Crash on iOS 7 when setting download priority [#137](https://github.com/pinterest/PINRemoteImage/pull/137)
  • [fixed] Dumb test bugs! [#144](https://github.com/pinterest/PINRemoteImage/pull/144)
OS X Support2.0
garrettmoongarrettmoon·10y ago·February 11, 2016
GitHub

Adds OS X Support and removes deprecated methods.

Carthage Support1.2.2
garrettmoongarrettmoon·10y ago·November 3, 2015
GitHub

Adds support for Carthage as well as a few bug fixes.

Fix Podspec issues1.2.1
garrettmoongarrettmoon·10y ago·October 9, 2015
GitHub

This release is meant to fix pod spec issues.

Xcode 7 Support1.2
garrettmoongarrettmoon·10y ago·September 22, 2015
GitHub

Many bug fixes and Xcode 7 support.

1.1.2
garrettmoongarrettmoon·10y ago·August 4, 2015
GitHub

📋 Changes

  • Fix crash that occurred on iOS < 8.0