Releases: PHPSocialNetwork/phpfastcache
Releases · PHPSocialNetwork/phpfastcache
5.0.15 release
- Fixed critical bug after item deletion: The item kept in memory was not reset (@Geolim4)
- Fixed issue #423 // Couchbase key must not exceed 250 bytes (@Geolim4)
- Fixed #417 // getAbsolutePath returns relative path when in phar (@Geolim4)
- Fixed CouchBase settings array (@git-webmaster)
- Improved documentation (@westy92)
- Tests should not be tested by scrutinizer (@Geolim4)
6.0.0-rc1 Release
- Added Cassandra Driver
- Added Psr16 support, yay !
- Added getHelp() method to provides basic help about a specific driver
- Added missing copyright header + Fixed PhpDoc comment
- Removed deprecated ArrayAccess compatibility for driverStatistic entity
- Removed deprecated method IOHelperTrait::isExpired()
- Removed clear() method as planned, replaced by clean()
- Updated double quotes to be safely replaced by simple quotes
- Updated composer to add Cassandra mentions
- Updated readme & docs for Cassandra driver
- Updatred tests to not be tested by scrutinizer
- Updated \InvalidArgumentException to \phpFastCache\Exceptions\phpFastCacheInvalidArgumentException
- Removed unused imports + LevelDb Stub hint fix
- Removed extra argument in tests
- Removed extra new line
- Added Unsupported key characters specifications
- Fixed mistakes on readme.md
- Fixed #417
- Fixed #414
- Fixed method call case on predis driver
4.3.18 release
- Fixed highly critical security issue on cookie driver
5.0.14 release
6.0.0-beta2 Release
- Fixed #411
- Fixed #406
- Fixed redundant code in Predis driver
- Fixed Interface typos
- Fixed critical vulnerability on cookie driver
- Fixed broken build on Unix Env
- Fixed type on ActOnAll interface
- Fixed redundant code in CouchBase driver
- Fixed loosely compared booleans
- Fixed typos in ExtendedCacheItemPoolInterface
- Fixed Apcu driver should call apcu_* functions (@MarcoMiltenburg)
- Fixed Typo in exception
- Implemented #404
- Added PhpDoc to TestHelper constructor
- Added TestHelper class to make tests much cleaner
- Added Github bits
- Added Drupal 8 info text in readme
- Added property PhpDoc to IOHelperTrait
- Moved "examples" directory inside "docs" directory
- Moved Lexer test to a distinct directory
- Removed deprecated method as planned in V6
- Removed unused class imports
- Removed composer "provide" section which cause HHVM build to fail :/
- Removed unused extract() in tests
- Updated travis configuration
- Updated IOHelperTrait will now provides a generic getStats() method
- Updated Composer now requires mb_string extension
- Clarifying external properties in IOHelperTrait
5.0.13 release
- Fixed #406 Method appendItemsByTags calls the wrong internal method
- Fixed #411 SSDB + delete items by Tag
- Fixed redundant code in Predis driver
- Fixed critical vulnerability on cookie driver
- Fixed #402 Apcu driver should call apcu_* functions (@MarcoMiltenburg)
- Removed composer "provide" section which cause HHVM build to fail
- Deprecated error is deprecated via E_USER_DEPRECATED
- Added property PhpDoc to PathSeekerTrait
- Added Github bits
- Added Drupal 8 info text in readme
6.0.0-beta1 Release
- Engrish fixes on the readme (@ylorant)
- Added Memstatic driver
- Added 'provide' section in composer
- Added more strict checks for MongoDb driver
- Added PFC_IGNORE_COMPOSER_WARNING constant
- Fixed #392
- Fixed wrong class name in ExtendedCacheItemPoolInterface
- Update README.md
- Added IO tests for disk-based drivers
- Code optimization(@jfcherng, @Golodnyi, @bukowskiadam)
- Added events description on Uncyclo
- Added anti-regression test for #373
5.0.12 release
5.0.11 release
- Added IO tests for disk-based drivers @Geolim4
- Check file existence and availability of writable @Golodnyi
- Code optimization @Golodnyi
- Merge pull request @Geolim4
- Code optimization @bukowskiadam
- Performance improvement for Directory::getAbsolutePath() @jfcherng
- Added anti-regression test for #373 @Geolim4
- Rewrited tests @Geolim4
- Display a notice if the project is a Symfony project and does not make use of Symfony Bundle @Geolim4
6.0.0-alpha2 Release
- Fixed #373 > Files driver issue after clearing cache
- Added anti-regression test for #373
- Added static config entry autoTmpFallback via #373
- Rewrited tests for more efficiency
- Fixed #375 >Fatal error on Predis
- Credited Sabine van Lommen from Zend.com to Hall of Fame
- Added phpFastCache\Exceptions\phpFastCacheIOException
- Fixed #366 > Wrong use of realpath() on non existing path
- Added static config entry secureFileManipulation via #366
- Displays a notice if the project is a Symfony project and does not make use of Symfony Bundle
- Moved licence to root dir