Releases: symfony/cache
Releases · symfony/cache
v8.0.8
Changelog (v8.0.7...v8.0.8)
- bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
- bug #63747 Fix
Psr16Cache::getMultiple()returningValueWrapperwithTagAwareAdapter(@pcescon) - bug #63736 Fix undefined array key when tag save fails in AbstractTagAwareAdapter (@pcescon)
- bug #63655 Fix ChainAdapter ignoring item expiry when propagating to earlier adapters (@guillaumeVDP)
v7.4.8
Changelog (v7.4.7...v7.4.8)
- bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
- bug #63747 Fix
Psr16Cache::getMultiple()returningValueWrapperwithTagAwareAdapter(@pcescon) - bug #63736 Fix undefined array key when tag save fails in AbstractTagAwareAdapter (@pcescon)
- bug #63655 Fix ChainAdapter ignoring item expiry when propagating to earlier adapters (@guillaumeVDP)
v6.4.36
Changelog (v6.4.35...v6.4.36)
- bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
- bug #63747 Fix
Psr16Cache::getMultiple()returningValueWrapperwithTagAwareAdapter(@pcescon) - bug #63736 Fix undefined array key when tag save fails in AbstractTagAwareAdapter (@pcescon)
- bug #63655 Fix ChainAdapter ignoring item expiry when propagating to earlier adapters (@guillaumeVDP)
v8.0.7
Changelog (v8.0.6...v8.0.7)
- bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)
v7.4.7
Changelog (v7.4.6...v7.4.7)
- bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)
v6.4.35
Changelog (v6.4.34...v6.4.35)
- bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)
v8.0.6
Changelog (v8.0.5...v8.0.6)
- bug #63437 Wrap
DoctrineDbalAdapter::doSave()in savepoint to prevent transaction poisoning (@lacatoire) - bug #63391 Align Redis sentinel auth handling across components (@nicolas-grekas)
- bug #63324 Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait (@ckrack)
- bug #63306 Revert "Fix DSN auth not passed to clusters in RedisTrait" (@nicolas-grekas)
- bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
- bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v7.4.6
Changelog (v7.4.5...v7.4.6)
- bug #63437 Wrap
DoctrineDbalAdapter::doSave()in savepoint to prevent transaction poisoning (@lacatoire) - bug #63391 Align Redis sentinel auth handling across components (@nicolas-grekas)
- bug #63324 Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait (@ckrack)
- bug #63306 Revert "Fix DSN auth not passed to clusters in RedisTrait" (@nicolas-grekas)
- bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
- bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v6.4.34
Changelog (v6.4.33...v6.4.34)
- bug #63437 Wrap
DoctrineDbalAdapter::doSave()in savepoint to prevent transaction poisoning (@lacatoire) - bug #63324 Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait (@ckrack)
- bug #63306 Revert "Fix DSN auth not passed to clusters in RedisTrait" (@nicolas-grekas)
- bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
- bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v8.0.5
Changelog (v8.0.4...v8.0.5)
- bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)