Releases: terrylinooo/simple-cache
Releases · terrylinooo/simple-cache
1.3.4
- 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
1.3.2
- Fixed coding styles.
- Added a Dockerfile for easier testing and development.
- Tested with PHP 8.2.5
1.3.1
- Add
unix_socket
setting for Reids, MongoDB, Memcache and Memcached drivers.
1.3.0
- Garbage collection can be used in built-in drivers, excepts Redis, Memcache, Memcached.
- New method: removeExpiredItems.
1.2.0
- Add new data driver for supporting MongoDB - Mongo
- Fix logic for method "set".
- Improve tests.
1.1.0
- Add
rebuild
method for MySQL and SQLite drivers. This method will create a tablecache_data
.
1.0.0
- First release.