Skip to content

Releases: PHPSocialNetwork/phpfastcache

5.0.15 release

04 Feb 01:33
5.0.15
Compare
Choose a tag to compare
  • 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

25 Jan 20:33
6.0.0-rc1
c84d936
Compare
Choose a tag to compare
6.0.0-rc1 Release Pre-release
Pre-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

24 Jan 00:43
4.3.18
82a84ad
Compare
Choose a tag to compare
  • Fixed highly critical security issue on cookie driver

5.0.14 release

09 Jan 22:08
5.0.14
Compare
Choose a tag to compare
  • Merge pull request #416 from Geolim4
  • Fixed #414
  • Fixed #411
  • Removed unused method encodeFilename() on DriverBaseTrait

6.0.0-beta2 Release

04 Jan 22:03
6.0.0-beta2
9b134eb
Compare
Choose a tag to compare
6.0.0-beta2 Release Pre-release
Pre-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

04 Jan 21:43
5.0.13
Compare
Choose a tag to compare
  • 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

21 Dec 19:59
6.0.0-beta1
8022076
Compare
Choose a tag to compare
6.0.0-beta1 Release Pre-release
Pre-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

21 Dec 19:52
5.0.12
Compare
Choose a tag to compare
  • Added 'provide' section in composer
  • Added more strict checks for MongoDb driver
  • Added PFC_IGNORE_COMPOSER_WARNING constant
  • Engrish fixes on the readme (@ylorant)
  • Fixed #392
  • Fixed wrong class name in ExtendedCacheItemPoolInterface

5.0.11 release

19 Nov 20:59
5.0.11
Compare
Choose a tag to compare
  • 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

12 Nov 04:01
6.0.0-alpha2
01beacf
Compare
Choose a tag to compare
6.0.0-alpha2 Release Pre-release
Pre-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