Skip to content

Releases: matomo-org/component-cache

1.0.1

15 Nov 02:48
Compare
Choose a tag to compare
  • When using Redis a unix socket can now be configured instead of a host and port

1.0.0

14 Sep 20:20
Compare
Choose a tag to compare

We require now PHP 5.5.9

0.2.8

09 Aug 20:14
Compare
Choose a tag to compare

Prevent a possible future bug where it could run into an endless loop

0.2.7

20 Jul 23:32
Compare
Choose a tag to compare
Return true when cache file does not exist Fixes #10 (#11)

0.2.6

29 Sep 16:50
Compare
Choose a tag to compare
Merge pull request #8 from ThaDafinser/patch-2

Fixing parameter

0.2.5

11 Feb 22:35
Compare
Choose a tag to compare

Updating to doctrine/cache 1.4 which contains our fix.

0.2.4

05 Jan 04:47
Compare
Choose a tag to compare

do not throw exception when clearing a file cache if the cache dir doesn't exist

0.2.3

29 Dec 00:01
Compare
Choose a tag to compare

Fixed a possible race condition in file cache

17 Dec 22:50
Compare
Choose a tag to compare
0.2.2

fixes #3 piwik/piwik#6873 write cache file in an atomic way if possible

Some minor fixes and a few more tests

16 Dec 05:38
Compare
Choose a tag to compare
0.2.1

redis extension cannot be installed this way on hhvm