Skip to content

Releases: pinterest/PINCache

3.0.1 Beta 2

07 Nov 18:45
Compare
Choose a tag to compare
3.0.1 Beta 2 Pre-release
Pre-release

This is beta 2 of 3.0.1 (a major release despite the minor version number)

  • Includes a bunch of bug fixes!
  • Includes significant performance optimizations, especially of the disk cache!
  • Includes thread limiting of PINCache to reduce the number of outstanding threads spun up which end up just waiting on a lock.

3.0.1 beta

09 Aug 22:41
Compare
Choose a tag to compare
3.0.1 beta Pre-release
Pre-release

Includes support for custom serializer / deserializer

New disk cache callbacks, less locking

22 Jul 22:00
Compare
Choose a tag to compare
Pre-release
  • This release is needed mainly for an API change: #97

2.3

21 Jul 22:59
Compare
Choose a tag to compare
2.3
  • [new] Added support for object subscripting (#78)
  • [new] Add support for file writing protection (#82)
  • [new] tvOS framework for Carthage (#90)
  • [fix] Start trash background task after dispatch (#75)
  • [fix] Nullability correction (#76)
  • [fix] Fix Xcode warnings printing a pointer value for self (#86)
  • [fix] Update total cost on item replace (#93)
  • [fix] Use pthread mutex instead of a semaphore for locking (#96)
  • [fix] Use NSConditionalLock (#98)
  • [cleanup] Removed local weak self references; It is the same as having one weak (#74)

Remove extension macro requirement

05 Mar 23:26
Compare
Choose a tag to compare
  • [new] Removed need for extension macro: #72

TTL Bugfix

17 Feb 01:21
Compare
Choose a tag to compare

[fixed] When ttlCache is enabled, skip updating the file modification time when accessing fileURLForKey: #70

TTL Support

12 Feb 19:08
Compare
Choose a tag to compare

Adds support for TTL

Fix disk caching

23 Nov 18:52
Compare
Choose a tag to compare

Fix disk caching due to NSURL formatting issue.

tvOS Support

18 Nov 00:11
Compare
Choose a tag to compare

Added tvOS compatibility.

Xcode 7 support

10 Sep 21:04
Compare
Choose a tag to compare

Xcode 7 support