Skip to content

Releases: yiisoft/cache-file

Version 3.1.0

09 Oct 14:51
3.1.0
226ff07
Compare
Choose a tag to compare
  • 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
3.0.0
b5c80fb
Compare
Choose a tag to compare
  • 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
2.0.1
ff3162d
Compare
Choose a tag to compare
  • Bug #47: Set permissions for new directory via chmod() (@dehbka)

Version 2.0.0

21 Jul 18:37
Compare
Choose a tag to compare
  • Chg #44: Raise the minimum psr/simple-cache version to ^2.0|^3.0 and the minimum PHP version to ^8.0 (@dehbka)