-
-
Notifications
You must be signed in to change notification settings - Fork 453
[V5] Changelog
Georges.L edited this page Jan 24, 2017
·
4 revisions
- Merge pull request #416 from Geolim4
- Fixed #414
- Fixed #411
- Removed unused method encodeFilename() on DriverBaseTrait
- 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
- 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
- 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
- Moved licence to root dir
- 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 (thanks @jfcherng - Jack Cherng)
- Fixed #330
- Updated readme & credits
- Added Drivers for Zend Data Cache (thanks to @hammermaps)
- Improved code quality as Per Scrutinizer report
- Updated TravisCi settings
- Updated TravisCi settings (Added hhvm + nightly)
- Updated dependencies versions
- Fixed typo in readme
- Fixed issue with Predis stats
- 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()
- Fixed bug on tags that are not working on the first cache write
- Implemented JsonSerializable interface to ExtendedCacheItemInterface
- Fixed wrong phpDoc
- Fixed critical bug with date calculation
- 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
- 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
- This release includes the Psr6 interfaces for legacy users
- Var type adjustments
- Require the JSON extension as per new JSON methods
- Fixed #294
- Fixed typo
- 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
- 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
- Removed duplicate in readme
- Ps2 compliance + added php ext-intl suggestion
- Improved Sqlite driver check
- Improved travis tests efficiency
- Updated Wincache Info driver
- 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)
❓ Finally, if you need help, always check out the inevitable README.md