Releases: PHPSocialNetwork/phpfastcache
Releases · PHPSocialNetwork/phpfastcache
7.0.0-RC2
- Global
- More Opcache optimizations (@Geolim4)
- Core
- Updated EventManager now MUST implement
Phpfastcache\Event\EventInterface
(@Geolim4) - Upgraded API version from 2.0.2 to 2.0.3 (@Geolim4)
- Fixed namespace issue on EventManager (@Cyperghost)
- Updated EventManager now MUST implement
- Helpers
- Misc
- Updated Readme (@Geolim4)
7.0.0-RC
- Global
- Added "custom driver" and "override core driver" features (@Geolim4)
- Updated & completely reworked Mongodb driver (@ylorant)
- Deprecated custom namespace feature in favor of the new feature above (@Geolim4)
- Deprecated
$this->getConfigOption($optionName)
for$this->geConfig()->getOptionName()
(@Geolim4) - Deprecated
$this->getConfig()->getOption($optionName)
for$this->geConfig()->getOptionName()
(@Geolim4)
- Core
- Drivers
- Improved "Auto" driver context with tests, new interface method and additional checks (@Geolim4)
- Helpers
- Added "NOTE" method to testHelper (@Geolim4)
- Utils
- Removed unused Util "Languages" (@Geolim4)
- Tests
- Misc
6.1.2
7.0.0-beta3
- Global
- Core
- Capitalized Phpfastcache classe names (@Geolim4) Please read carefully the migration guide (MigratingFromV6ToV7.md).
- Added CacheManager::getDriverList() (@Geolim4)
- Updated strictly return type hints in CacheManager (@Geolim4)
- Deprecated CacheManager::getStaticAllDrivers() (@Geolim4)
- Deprecated CacheManager::getStaticSystemDrivers() (@Geolim4)
- Deprecated configuration option "ignoreSymfonyNotice" (@Geolim4)
- Added PhpfastcacheUnsupportedOperationException exception (@Geolim4)
- Drivers
- Configuration
- Helpers
- Utils
- Tests
- Misc
- Added deprecation section in migrating guide
- Moved API changelog to a standalone file
- Professionalized a bit more the README
- Removed lib/Phpfastcache/.htaccess that does no longer belong in its place
- Added .gitattributes file
7.0.0-beta2
6.1.1
5.0.21
7.0.0-beta
- Global
- Drivers
- Helpers
- Updated test helper and API to add the git version (if available) (@Geolim4)
- Tests
6.1.0 Release
- Global
- Core
- Drivers
- Tests
- Added new test for Memcached (@Geolim4)