The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
- Support
cache/adapter-common2 and 3. Use PHP Cache 3 adapters in development.
- Treat encrypted values that reference unavailable PHP classes as cache misses.
- Require PHP 8.2 or later.
- Require
psr/cache3 and Defuse PHP Encryption 2.4. - Add native parameter and return types required by the PSR interfaces.
- Support for PHP 8.1
- Drop support for PHP < 7.4
- Allow psr/cache: ^1.0 || ^2.0
- Support for PHP 8
- Added adapter-common version v1.1.0
- No changes since 0.2.0
- Support for
TaggableCacheItemPoolInterface - Added
EncryptedCachePool::invalidateTags()andEncryptedCachePool::invalidateTag() - Added
EncryptedItemDecorator::getCacheItem()
- EncryptedCachePool constructor takes a
TaggableCacheItemPoolInterfaceinstead of aCacheItemPoolInterface - EncryptedItemDecorator constructor takes a
TaggableCacheItemInterfaceinstead of aCacheItemInterface
EncryptedItemDecorator::getExpirationTimestamp().EncryptedItemDecorator::getTags(). UseEncryptedItemDecorator::getPreviousTags()EncryptedItemDecorator::addTag(). UseEncryptedItemDecorator::setTags()
- First release