Releases: PHPSocialNetwork/phpfastcache
Releases · PHPSocialNetwork/phpfastcache
6.0.0-alpha Release
Highlight features
- Added EventManager *
- ActOnAll Helper
- Added Drivers for Zend Data Cache
- Added phpFastCacheAbstractProxy
- Added creation/modification date for Items (Requires the conf entry "itemDetailedDate" to be enabled)
BC Break **
- Removed Item::Touch() method which is now deprecated
- Changed Pool/Item classes in a different directory
- The V6 now requires php 5.6 instead of php 5.5 for the V5
- Implemented JsonSerializable interface to ExtendedCacheItemInterface
Fixes
- Moved licence to root dir
- Fixed broken build. Whoops !
- Updated Readme to add new API methods
- Added test for EventManager
- Added [FAIL] tag to ActOnAll test
- Removing Roadmap, the Github project feature now do the job
- Added ActOnAll tests
- Better using Reflection that call_user_*
- V5.1 is becoming V6
- Fixed #357
- 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 (Jack Cherng)
- Fix $this->namespaces to $this->itemInstances (Lucas)
- Update the getStats() function for zend memory cache (Lucas)
- Improved code quality
- Trying to fix travis build with hhvm
- Updated TravisCi settings
- Updated dependencies versions
- Implemented #133
- Implemented #331
- Fixed and simplified the clearing of the instance array. @r0b
- Merge pull request #321 from Geolim4/final
- Fixed wrong test path file
- 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()
- Fixed bug on tags that are not working on the first cache write
- Fixed critical bug with date calculation
- Update README.md
- Added missing phpDoc methods in CacheManager + increased CacheManager::setup() method life time
- Fixed #313
Tips
5.0.10 release
- Moved licence to root dir
- Fixed #357
5.0.9 release
5.0.8 release
- Added Drivers for Zend Data Cache (thanks to @hammermaps)
- Improved code quality as Per Scrutinizer report
- Updated TravisCi settings
5.0.7 release
- Updated TravisCi settings (Added hhvm + nightly)
- Updated dependencies versions
- Fixed typo in readme
- Fixed issue with Predis stats
5.0.6 release
- 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
- 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
- Fixed critical bug with date calculation
5.0.3 release
5.0.2 release
- 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