3.2.0
Release Notes for 3.2.0
Feature release (minor)
Changes
- Cache items which get expired by using
CacheItemInterface#expiresAfter
now start expiring immediately after calling that method. Prior this release, they started to expire after passing them to eitherCacheItemPoolInterface#save
or in case they were passed toCacheItemPoolInterface#saveDeferred
after callingCacheItemPoolInterface#commit
Removed
- Support for PHP 7.3
3.2.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 3
Bug,Documentation
- 208: Documentation fixes thanks to @boesing
renovate
- 201: Configure Renovate thanks to @renovate[bot]
Bug,Enhancement
- 199:
CacheItem
forPSR-6
needs to start expiring after callingCacheItemInterface#expiresAfter
thanks to @boesing