The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
- Updated version for integration tests
- Made
TaggablePSR6PoolAdapter::getTags
protected instead of private
- Saving an expired value should be the same as removing that value
This is a big BC break. The API is rewritten and how we store tags has changed. Each tag is a key to a list in the cache storage. The list contains keys to items that uses that tag.
- The
TaggableItemInterface
is completely rewritten. It extendsCacheItemInterface
and has three methods:getTags
,setTags
andaddTag
. - The
TaggablePoolInterface
is also rewritten. It has a newclearTags
function. - The
TaggablePoolTrait
has new methods to manipulate the list of tags.
No changelog before this version