Skip to content

[V5] Changelog

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

5.0.14

  • Merge pull request #416 from Geolim4
  • Fixed #414
  • Fixed #411
  • Removed unused method encodeFilename() on DriverBaseTrait

5.0.13

  • 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

5.0.12

  • 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

  • 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

5.0.10

  • Moved licence to root dir
  • Fixed #357

5.0.9

  • 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

  • Added Drivers for Zend Data Cache (thanks to @hammermaps)
  • Improved code quality as Per Scrutinizer report
  • Updated TravisCi settings

5.0.7

  • Updated TravisCi settings (Added hhvm + nightly)
  • Updated dependencies versions
  • Fixed typo in readme
  • Fixed issue with Predis stats

5.0.6

  • 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

  • Fixed bug on tags that are not working on the first cache write
  • Implemented JsonSerializable interface to ExtendedCacheItemInterface
  • Fixed wrong phpDoc

5.0.4

  • Fixed critical bug with date calculation

5.0.3

  • 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

  • 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

  • This release includes the Psr6 interfaces for legacy users

5.0.0-rc3

  • Var type adjustments
  • Require the JSON extension as per new JSON methods
  • Fixed #294
  • Fixed typo

5.0.0-rc2

  • Updated Readme
  • Re-implemented driver fallback
  • Deprecated CacheManager::setup() in favor of CacheManager::setDefaultConfig()
  • Fixed return in deprecated alias
  • Re-added clean() method and deprecated it in favor of clear().
  • Updating trait insertion

5.0.0-rc1

  • Fixed Json formatting + tags behaviour
  • Updated examples headers to includes MIT licence
  • Added extended JSON methods to ItemPool
  • Added basic API class (See Wiki)
  • Added phpFastCacheAbstractProxy (See Wiki)
  • Updated roadmap && readme

5.0.0-beta2

  • Removed duplicate in readme
  • Ps2 compliance + added php ext-intl suggestion
  • Improved Sqlite driver check
  • Improved travis tests efficiency
  • Updated Wincache Info driver

5.0.0-beta1

  • Fixed Ssdb cache clear
  • Fixed recursive directory creation with Sqlite and Files drivers.
  • Fixed an issue on windows when the securityKey is not specified and the host has a non-standard http port. (Thanks @ylorant)
Clone this wiki locally