Skip to content

Releases: PHPSocialNetwork/phpfastcache

5.0.20 Release

30 Jan 20:07
5.0.20
fee4082
Compare
Choose a tag to compare
  • Core
    • Fixed #560 // Massive storage date issue for 30days+ expiration dates (@Geolim4)

7.0.0-alpha3

15 Dec 22:31
7.0.0-alpha3
66f4035
Compare
Choose a tag to compare
7.0.0-alpha3 Pre-release
Pre-release
  • Global
    • Fixed #541 // Random "key does not exist on the server" messages (@Geolim4)
  • Core
    • Fixed #554 // Log actual mkdir() failure reason (@Geolim4)
  • Drivers
    • Fixed #549 // Mongodb driver + itemDetailedDate option generates driverUnwrapCdate error (Using V7 getOption API) (@Geolim4)
    • Fixed #548 // Wrong type hint on redis driver (@Geolim4)
  • Helpers
    • Fixed #545 // Psr16Adapter get item even if it is expired (@Geolim4)
    • Added CacheConditionalHelper TTL (@Geolim4)
  • Tests
    • Fixed some missing text output on HHVM builds (@Geolim4)
    • Fixed HHVM builds (@Geolim4)

6.0.8

15 Dec 22:19
6.0.8
606c294
Compare
Choose a tag to compare
  • Global
    • Fixed #547 // Link to wiki page (@do-you-even-curl)
  • Core
    • Fixed #554 // Log actual mkdir() failure reason (@Geolim4)
    • Fixed #541 // Random "key does not exist on the server" messages (@Geolim4)
  • Drivers
    • Fixed #549 // Mongodb driver + itemDetailedDate option generates driverUnwrapCdate error (@Geolim4)
  • Helpers
    • Fixed #545 // Psr16Adapter get item even if it is expired (@Geolim4)

7.0.0-alpha2 Release

10 Nov 22:35
7.0.0-alpha2
6e6ec8d
Compare
Choose a tag to compare
7.0.0-alpha2 Release Pre-release
Pre-release
  • Global
    • Fixed some typo on CREDITS.md (@Geolim4)
    • Added Strict types support (@Geolim4)
    • Added grouped namespaces (@Geolim4)
    • Added VersionEye mention to credits (@Geolim4)
    • Added OPTIONS.md (@Geolim4)
    • Removed VersionEye badge 😭 (@Geolim4)
    • Improved our fabulous API class to add the changelog/PhpFastCache version support (@Geolim4)
    • Updated readme to add php7 strict types mention (@Geolim4)
    • Updated EVENTS.md @Geolim4)
    • Update withoutComposer.php (@abs)
    • Updated CREDITS.txt to markdown file (@Geolim4)
  • Core
    • Fixed #529 // Memory leak caused by item tags (@Geolim4)
    • Fixed missing sprintf in CacheManager + Added Riak method annotation (@Geolim4)
    • Updated API version (@Geolim4)
    • Updated composer files (@Geolim4)
  • Drivers
  • Tests
    • Fixed hhvm build with subprocesses (@Geolim4)
    • Added test for option "itemDetailedDate" (@Geolim4)

6.0.7 release

10 Nov 22:52
6.0.7
0cc9e80
Compare
Choose a tag to compare
  • Global
  • Core
  • Tests
    • Fixed hhvm build with subprocesses (@Geolim4)
    • Added test for option "itemDetailedDate" (@Geolim4)

5.0.19 release

10 Nov 22:37
5.0.19
dae7c1e
Compare
Choose a tag to compare
  • Global
    • Removed VersionEye badge 😭 (@Geolim4)
    • Added VersionEye mention to credits (@Geolim4)
    • Added comprehensive changelog Geolim4
    • Updated CREDITS.txt to markdown file (@Geolim4)
  • Core
  • Drivers
    • Fixed #518 // Memcached seems get() not working (@Geolim4)
  • Tests
    • Fixed hhvm build with subprocesses (@Geolim4)
    • Added test for option "itemDetailedDate" (@Geolim4)

6.0.6 release

19 Oct 19:37
6.0.6
Compare
Choose a tag to compare
  • Added Semver badge (@Geolim4)
  • Added comprehensive changelog (@Geolim4)
  • Fixed #515 // Fixed inefficient Mongodb::driverCheck() method (@Geolim4)
  • Fixed #517 // Couchbase error (@Geolim4)
  • Fixed #518 // Memcached seems get() not working (@Geolim4)
  • Modified credits.md file with latest updates (@Geolim4)
  • Renamed CREDITS.txt to markdown file (@Geolim4)
  • Updated sample file withoutComposer.php (@abs)
  • Removed useless spaces in changelog 21:02 (@Geolim4)

7.0.0-alpha Release

18 Oct 21:12
7.0.0-alpha
b70b65e
Compare
Choose a tag to compare
7.0.0-alpha Release Pre-release
Pre-release
  • Global
    • Added php7 type hint support. Strict type support is coming in next alphas
    • Added changelog as requested by @rdecourtney in #517
    • Added phpFastCacheInstanceNotFoundException exception
  • Drivers
    • Added Riak driver
    • Fixed wrong type hint returned by Predis
  • Cache Manager
    • Added custom Instance ID feature as requested in #477
  • Helpers
    • Modified ActOnAll helper behavior, this helper now returns an array of driver returns and does no longer implements ExtendedCacheItemPoolInterface

6.0.5 release

16 Sep 12:08
6.0.5
Compare
Choose a tag to compare
  • Fixed little typo in readme (@Geolim4)
  • Psr16 do not cache with negative ttl (@kfreiman)
  • Fixed #505 // 'auto' driver causes each driver to instantiate, instead of stopping after first (@Geolim4)
  • Simplify CacheManager::validateConfig (@Cosmologist)

5.0.18 release

16 Sep 12:11
5.0.18
8a770ea
Compare
Choose a tag to compare
  • Fixed #505 // 'auto' driver causes each driver to instantiate, instead of stopping after first (@Geolim4)