Skip to content

Releases: PHPSocialNetwork/phpfastcache

5.0.10 release

19 Sep 12:20
5.0.10
Compare
Choose a tag to compare
  • Moved licence to root dir
  • Fixed #357

5.0.9 release

21 Aug 00:40
5.0.9
Compare
Choose a tag to compare
  • Fixed notice on Memcache driver when the server just started
  • Fixed wrong namespace on Devfalse driver
  • Fixed driver clear() failure on Windows...
  • Fix the Sqlite driver is unable to fetch expired items (thanks @jfcherng - Jack Cherng)
  • Fixed #330
  • Updated readme & credits

5.0.8 release

03 Aug 23:31
5.0.8
Compare
Choose a tag to compare
  • Added Drivers for Zend Data Cache (thanks to @hammermaps)
  • Improved code quality as Per Scrutinizer report
  • Updated TravisCi settings

5.0.7 release

31 Jul 01:03
5.0.7
Compare
Choose a tag to compare
  • Updated TravisCi settings (Added hhvm + nightly)
  • Updated dependencies versions
  • Fixed typo in readme
  • Fixed issue with Predis stats

5.0.6 release

29 Jul 22:16
5.0.6
Compare
Choose a tag to compare
  • Implemented #133
  • Implemented #331
  • Fixed typo in README.md by @BurlesonBrad #328
  • Fixed wrong method name in README.md
  • Fixed and simplified the clearing of the instance array by @r0b.
  • Added phpFastCacheAbstractProxy test
  • Fixed bug with tags that leave residues key to tags item themselves
  • Removed unused datetime check on file-based drivers. > They are already handled by the getItem()

5.0.5 release

13 Jul 21:33
5.0.5
Compare
Choose a tag to compare
  • Fixed bug on tags that are not working on the first cache write
  • Implemented JsonSerializable interface to ExtendedCacheItemInterface
  • Fixed wrong phpDoc

5.0.4 release

09 Jul 18:56
Compare
Choose a tag to compare
  • Fixed critical bug with date calculation

5.0.3 release

09 Jul 16:51
Compare
Choose a tag to compare
  • Added missing phpDoc methods in CacheManager + increased CacheManager::setup() method life time until v6
  • Merge pull request #314 from Geolim4/final
  • Fixed #313
  • Removed hardcoded paths

5.0.2 release

04 Jul 18:05
Compare
Choose a tag to compare
  • Fixed standalone autoload issue
  • Warn users about Mongo/MongoDB extension
  • Improved tests to test the CacheItemInterface
  • Updated composer.json version to be semver compliant
  • Fixed wrong phpDoc comment

5.0.1 release

02 Jul 17:29
Compare
Choose a tag to compare
  • This release includes the Psr6 interfaces for legacy users