Releases: yiisoft/cache-file
Releases · yiisoft/cache-file
Version 3.2.0
13 Jan 20:34
Compare
Sorry, something went wrong.
No results found
Enh #88 : Don't create cache directory on FileCache
initialization (@vjik )
Bug #85 : Clear stat cache in FileCache::set()
(@samdark )
Bug #86 : Handle race condition when creating cache directory (@vjik )
Bug #88 : Set correct permissions for nested directories (@vjik )
Version 3.1.0
09 Oct 14:51
Compare
Sorry, something went wrong.
No results found
Chg #69 : Add optional parameter $directoryMode
to FileCache
constructor and deprecate withDirectoryMode()
method (@particleflux )
Enh #70 : Minor refactoring with PHP 8 features usage (@vjik )
Version 3.0.0
15 Feb 14:45
Compare
Sorry, something went wrong.
No results found
Chg #50 : Do not throw exception on file delete when file not found (fix for high concurrency load) (@sartor )
Chg #52 : Do not throw exception on change mode and modification time of cache file (fix for high
concurrency load) (@sartor )
Chg #56 : Adapt configuration group names to Yii conventions (@vjik )
Version 2.0.1
18 Sep 14:02
Compare
Sorry, something went wrong.
No results found
Bug #47 : Set permissions for new directory via chmod()
(@dehbka )
Version 2.0.0
21 Jul 18:37
Compare
Sorry, something went wrong.
No results found
Chg #44 : Raise the minimum psr/simple-cache
version to ^2.0|^3.0
and the minimum PHP version to ^8.0
(@dehbka )