Skip to content

[V6] Changelog

Georges.L edited this page Jan 24, 2017 · 6 revisions

6.0.0-beta2

  • 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

6.0.0-beta1

  • 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 Wiki
  • Added anti-regression test for #373

6.0.0-alpha2

  • 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

6.0.0-alpha

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

Clone this wiki locally