Releases: PHPSocialNetwork/phpfastcache
Releases · PHPSocialNetwork/phpfastcache
5.0.20 Release
7.0.0-alpha3
- Global
- Core
- Drivers
- Helpers
- Tests
6.0.8
- Global
- Fixed #547 // Link to wiki page (@do-you-even-curl)
- Core
- Drivers
- Helpers
7.0.0-alpha2 Release
- Global
- Fixed some typo on CREDITS.md (@Geolim4)
- Added Strict types support (@Geolim4)
- Added grouped namespaces (@Geolim4)
- Added VersionEye mention to credits (@Geolim4)
- Added OPTIONS.md (@Geolim4)
- Removed VersionEye badge 😭 (@Geolim4)
- Improved our fabulous API class to add the changelog/PhpFastCache version support (@Geolim4)
- Updated readme to add php7 strict types mention (@Geolim4)
- Updated EVENTS.md @Geolim4)
- Update withoutComposer.php (@abs)
- Updated CREDITS.txt to markdown file (@Geolim4)
- Core
- Drivers
- Tests
6.0.7 release
- Global
- Core
- Tests
5.0.19 release
- Global
- Core
- Drivers
- Tests
6.0.6 release
- Added Semver badge (@Geolim4)
- Added comprehensive changelog (@Geolim4)
- Fixed #515 // Fixed inefficient Mongodb::driverCheck() method (@Geolim4)
- Fixed #517 // Couchbase error (@Geolim4)
- Fixed #518 // Memcached seems get() not working (@Geolim4)
- Modified credits.md file with latest updates (@Geolim4)
- Renamed CREDITS.txt to markdown file (@Geolim4)
- Updated sample file withoutComposer.php (@abs)
- Removed useless spaces in changelog 21:02 (@Geolim4)
7.0.0-alpha Release
- Global
- Added php7 type hint support. Strict type support is coming in next alphas
- Added changelog as requested by @rdecourtney in #517
- Added
phpFastCacheInstanceNotFoundException
exception
- Drivers
- Added Riak driver
- Fixed wrong type hint returned by Predis
- Cache Manager
- Added custom Instance ID feature as requested in #477
- Helpers
- Modified ActOnAll helper behavior, this helper now returns an array of driver returns and does no longer implements
ExtendedCacheItemPoolInterface
- Modified ActOnAll helper behavior, this helper now returns an array of driver returns and does no longer implements
6.0.5 release
- Fixed little typo in readme (@Geolim4)
- Psr16 do not cache with negative ttl (@kfreiman)
- Fixed #505 // 'auto' driver causes each driver to instantiate, instead of stopping after first (@Geolim4)
- Simplify CacheManager::validateConfig (@Cosmologist)