Yii Cache DB Handler 1.1
Yii Cache DB Handler version 1.1.0 was released. In this version:
- Bump supported version of
yiisoft/dbto^2.0 - Change supported PHP versions to
8.1 - 8.5 - Mark
DbSchemaManager::$dbproperty as readonly
Yii Cache DB Handler version 1.1.0 was released. In this version:
yiisoft/db to ^2.08.1 - 8.5DbSchemaManager::$db property as readonlyYii Caching Library version 3.2.0 was released. In this version:
Ttl value object for working with time-to-live durationVersion 3.1 of Yii Caching Library is released.
SerializerInterface for data serialization, and PhpSerializer implementation.normalize() method static in CacheKeyNormalizer class.composer.json to 8.1 - 8.4.Minor version of Yii Cache File Handler package is released.
FileCache initialization.FileCache::set().Minor version of Yii Cache Library - APCu Handler package was released.
The changes are related to dependencies:
psr/simple-cache version to ^2.0|^3.0;^8.0.Minor version of Yii Cache File Handler package is released.
Added optional parameter $directoryMode to FileCache constructor and deprecate withDirectoryMode()
method.
Minor refactoring with PHP 8 features usage.
Version 2.0.0 of Redis adapter for Yii cache was released. In this version:
^2.0|^3.0.^8.0.^2.1.First stable version of Yii Cache Library - DB Handler was tagged.
This package provides the database driver for the yiisoft/cache.
It allows you to store cache in databases supported by yiisoft/db: MariaDB, MSSQL, MySQL, Oracle, PostgreSQL, and SQLite.
Several caching packages got a major releases.
Yii Caching Library 3.0
Configuration group names adapted to Yii convention.
Major version of Yii Cache File package was released. In this version we have moved from PSR interfaces version ^1.0.1 to version ^2.0|^3.0. As a result, there are types added everywhere and the package is no more compatible with PHP 7.4.
Yii Cache package version 2.0.0 was released.
This version raises the minimum psr/simple-cache version to ^2.0|^3.0 and the minimum PHP version to ^8.0.
First version of Redis adapter for Yii cache was released. It is based on predis and could be used either standalone as PSR-16 cache implementation or with Yii cache to gain additional benefits.
Quality standard for the package is similar to other Yii 3 packages: 100% unit test coverage with 98.5% mutation score, and 94.9% type coverage.