Skip to content

Releases: byjg/php-cache-engine

Release 4.9.2

30 May 16:47
Compare
Choose a tag to compare

What's Changed

  • Clear underlying PSR-16 cache also by @techhead in #9
  • Update composer.json 4.9 by @byjg in #11

New Contributors

Full Changelog: 4.9.1...4.9.2

Release 4.9.1

04 Jan 02:45
b27df71
Compare
Choose a tag to compare

What's Changed

  • Release 4.9 changes by @byjg in #8

Full Changelog: 4.9.0...4.9.1

Release 4.9.0

21 May 19:17
deec7d0
Compare
Choose a tag to compare
  • Latest release with support for PHP 7.x
  • Fix several incompatibilities with PHP 8.0

Release 4.0.6

02 Feb 03:22
24fe2fc
Compare
Choose a tag to compare

Fix InvalidArgumentException not PSR-4 compliant

Release 4.0.5

18 Nov 05:41
Compare
Choose a tag to compare
  • Check expiresAt and expiresAfter methods.

Release 4.0.4

18 Nov 00:30
Compare
Choose a tag to compare
  • Update Compose Dependencies

Release 4.0.3

08 Apr 22:42
Compare
Choose a tag to compare

Fix Redis exists. Versions > 4.0.0 return number instead boolean.

Release 4.0.2

11 Mar 15:44
Compare
Choose a tag to compare
  • Removed Backward Compatibility PHPUnit
  • Fix Import and Comments on Tests

Release 4.0.1

31 Dec 22:21
Compare
Choose a tag to compare
  • Fix FileSystemCacheEngine when there is no TTS (never set cache)

Release 4.0.0

27 May 19:12
Compare
Choose a tag to compare

Full PSR-16 (Simple Cache) and PSR-6 (CachePool) implementation!

Better Integration tests to assert all features and in all protocols!