Skip to content

Releases: terrylinooo/simple-cache

1.3.4

14 Jul 06:44
Compare
Choose a tag to compare
  • Limit the version number of PSR SimpleCache interface.

To ensure compatibility with the latest PSR standards, the major version of the SimpleCache library will be set to 2. This is because the PSR SimpleCache interface requires PHP 8 for version numbers greater than or equal to 2.

Related: #13

1.3.3

06 Jun 08:53
Compare
Choose a tag to compare
  • Modify composer.json, adjust requirement to "psr/simple-cache": "^1 || ^2 || ^3" at its earliest convenience.

1.3.2

27 May 17:33
Compare
Choose a tag to compare
  • Fixed coding styles.
  • Added a Dockerfile for easier testing and development.
  • Tested with PHP 8.2.5

1.3.1

12 Nov 12:24
Compare
Choose a tag to compare
  • Add unix_socket setting for Reids, MongoDB, Memcache and Memcached drivers.

1.3.0

29 Oct 08:39
Compare
Choose a tag to compare
  • Garbage collection can be used in built-in drivers, excepts Redis, Memcache, Memcached.
  • New method: removeExpiredItems.

1.2.0

20 Oct 15:44
Compare
Choose a tag to compare
  • Add new data driver for supporting MongoDB - Mongo
  • Fix logic for method "set".
  • Improve tests.

1.1.0

29 Sep 05:57
Compare
Choose a tag to compare
  • Add rebuild method for MySQL and SQLite drivers. This method will create a table cache_data.

1.0.0

24 Sep 14:27
Compare
Choose a tag to compare
  • First release.