# Yii Cache Change Log

## 3.2.0 December 11, 2025

- New #150: Add `Ttl` value object for working with time-to-live duration (@Pekhov14)
- Enh #152: Add PHP 8.5 support (@vjik)

## 3.1.0 June 01, 2025

- New #132: Add interface `SerializerInterface` for data serialization, and `PhpSerializer` implementation (@Gerych1984)
- Chg #139: Make `normalize()` method static in `CacheKeyNormalizer` class (@terabytesoftw)
- Chg #146, #147, #149: Change PHP constraint in `composer.json` to `8.1 - 8.4` (@vjik)
- Chg #147: Raise the minimum PHP version to 8.1 and minor refactoring (@vjik)
- Enh #142: Minor refactoring: explicitly mark parameters as nullable (@terabytesoftw)

## 3.0.0 February 15, 2023

- Chg #117: Adapt configuration group names to Yii conventions (@vjik)

## 2.0.0 June 29, 2022

- Chg #103: Raise the minimum `psr/simple-cache` version to `^2.0|^3.0` and the minimum PHP version to `^8.0` (@vjik)

## 1.0.1 March 23, 2021

- Chg: Adjust config for new config plugin (@samdark)

## 1.0.0 February 02, 2021

- Initial release.
