Releases: PHPSocialNetwork/phpfastcache
Releases · PHPSocialNetwork/phpfastcache
6.0.4 release
- Use Redis on tests instead of Predis when we can (@Geolim4)
- Fixed issue on (P)Redis with negative TTLs awaiting more specification of the PSR6 about this (@Geolim4)
- Fix @Package title name of namespace (@hammermaps)
- Add Zendshm & Zenddisk to StaticSystemDrivers (@hammermaps)
5.0.17 release
- Fixed issue on (P)Redis with negative TTLs awaiting more specification of the PSR6 about this. (@Geolim4)
- Fixed multiple item read on deleteItem (@Geolim4)
- Removed duplicated readHit attribute (@Geolim4)
- Updated v5 readme to mention v6 release (@Geolim4)
- Updated htaccess generator code to be "Apache >= 2.4" compatible (@Geolim4, @ElGigi)
6.0.3 Release
- Added Uncyclo link in ISSUE_TEMPLATE.md (@Geolim4)
- Added CustomNamespaces test (@Geolim4)
- Added fetchAllKeys example as per #494 (@Geolim4)
- Fixed examples vendor path (@Geolim4)
- Fixed multiple item read on deleteItem (@Geolim4)
- Fixed type hint typo in DriverBaseTrait (@Geolim4)
- Fixed #497 // phpFastCache\Helper\Psr16Adapter::setMultiple method don't support $ttl param (@Geolim4, @tandaridaniel)
- Fixed #463 // Another possible micro-performance issue (@Geolim4)
- Fixed #463 // Possible micro-performance issue (@Geolim4)
- Updated travis ci config (@Geolim4)
- Updated setNamespace method (@Geolim4)
- Removed duplicated readHit attribute (@Geolim4)
6.0.2 Release
- Added code of conduct (@Geolim4)
- Added licence header to scrutinizer config file (@Geolim4)
- Added php 7.1 to travis build (@Geolim4)
- Added Predis connection error catching (@Geolim4)
- Added #468 // No clear documentation about using phpfastcache new driver(@Altegras, @Geolim4)
- Added #467 // Allow to specify the file extension in the File Driver (@rwngallego, @Geolim4)
- Fixed #462 // Markdown issue with issue template (@PerWiklander, @Geolim4)
- Fixed #471 // "Fallback must be a boolean" error (@Geolim4)
- Fixed notice in Zendshm driver (@Geolim4)
- Fixed some space/tabs/namespace issues as per psr2 specs (@Geolim4)
- Fixed type hint in cacheManager (@Geolim4)
- Fixed typo in doc (@Geolim4)
- Fixed typo in readme (@Geolim4)
- Fixed Predis type hint fix in item deletion (@Geolim4)
- Improved phpDoc blocks pertinence (@Geolim4)
- Improved global code performances to optimize huge loop operations as per #463 (@mbiebl, @Geolim4). Thanks to @mbiebl for the comparative benchmarks !!
- Removed useless code in cookie driver (@Geolim4)
- Updated Cassandra stubs (removed useless source code) (@Geolim4)
- Updated codeclimate config (@Geolim4)
- Updated scrutinizer config (@Geolim4)
6.0.1 Release
- Fixed #460 Unknown driver path reference (@Geolim4)
- Fixed #459 examples/withoutComposer.php missing (@Geolim4)
- Fixed #456 // Bug of Exception workflow in cacheManager introduced in v6 (@Geolim4)
- Fixed ambiguous
$badPracticeOmeter
counter (@Geolim4) - Removed root "examples" directory (@Geolim4)
- Updated migration guide from v5 to v6 (@Geolim4)
6.0.0 Release
Changes since 6.0.0-rc4
- Fixed #445 regression
Changes since v5
Migrate your code from v5 to v6 | Full changelog since v5 | Global Support Timeline
6.0.0-rc4 Release
- Added parameter type hint to Psr16Adapter constructor (@ElGigi)
- Added Help to Couchdb and Predis drivers (@Geolim4)
- Added cache conditional helper (@Geolim4)
- Added migration directory (@Geolim4)
- Fixed #445 // Setting a host/port for Memcached (@Geolim4)
- Fixed issue in mongoDb driver (@Geolim4)
- Updated htaccess generator code to be "Apache >= 2.4" compatible (@ElGigi)
- Updated Travis' dependencies installer (@Geolim4)
- Updated composer.lock (@Geolim4)
- Moved Predis/CouchDb from "required dependencies" to "suggested dependencies" (@ElGigi, @ylorant, @Geolim4)
- Normalized
phpFastCache\Entities\DriverStatistic
class name (@Geolim4) - Enforcing
$driverName
to be a string on CacheManager (@Geolim4) - Pulled out Couchdb dependency to our own one (@Geolim4)
5.0.16 release
- Fixed #450 PHP Warning on Apcu driver (@Geolim4)
- Fixed #445 Memcache misconfiguration issues (@Geolim4)
- Fixed mongodb driver fatal error (@jomisacu)
- Fixed #431 Clean/delete parent cache dirrectory if it empty after call deleteItem()/deleteItems() for Files driver. (@landy2005)
- Added
@property
annotation on MongoDb driver (@Geolim4)
6.0.0-rc3 Release
- Added cache slams protection (@Geolim4)
- Added more descriptive message in exception #441 (@Geolim4)
- Replaced \InvalidArgumentException occurrences with phpFastCacheInvalidArgumentException (@Geolim4)
- Replaced \LogicException occurrences with phpFastCacheLogicException (@Geolim4)
- Added "@return static" to "setEventManager" method interface(@Geolim4)
6.0.0-rc2 Release
- Added Couchdb driver, yay ! (@Geolim4)
- Added configuration validator (@Geolim4)
- Added custom key hash function (@Geolim4)
- Updated Mongodb driver to use Mongodb driver instead of Mongo class. (@Geolim4)
- Updated composer.lock (@Geolim4)
- Updated API version to 1.2.5 (@Geolim4)
- Updated private methods to protected (@Geolim4)
- Updated method name: setChmodAuto => getDefaultChmod (@Geolim4)
- Updated documentation (@westy92)
- Fixed critical bug after item deletion: The item kept in memory was not reset. (@Geolim4)
- Fixed php compile error (@Geolim4)
- Fixed Clean/delete parent cache directory if it empty after call deleteItem()/deleteItems() (@landy2005 )
- Fixed issue #423 // Couchbase key must not exceed 250 bytes (@Geolim4)
- Fixed issue #425 // Devfalse or Devtrue driver not working (@Geolim4)
- Fixed CouchBase settings array (@git-webmaster)
- Removed unused index.html (@Geolim4)