Skip to content

Releases: symfony/cache

v8.0.8

31 Mar 21:31

Choose a tag to compare

Changelog (v8.0.7...v8.0.8)

  • bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
  • bug #63747 Fix Psr16Cache::getMultiple() returning ValueWrapper with TagAwareAdapter (@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

31 Mar 21:11

Choose a tag to compare

Changelog (v7.4.7...v7.4.8)

  • bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
  • bug #63747 Fix Psr16Cache::getMultiple() returning ValueWrapper with TagAwareAdapter (@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

31 Mar 20:42

Choose a tag to compare

Changelog (v6.4.35...v6.4.36)

  • bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
  • bug #63747 Fix Psr16Cache::getMultiple() returning ValueWrapper with TagAwareAdapter (@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

06 Mar 17:12

Choose a tag to compare

Changelog (v8.0.6...v8.0.7)

  • bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)

v7.4.7

06 Mar 16:44

Choose a tag to compare

Changelog (v7.4.6...v7.4.7)

  • bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)

v6.4.35

06 Mar 16:30

Choose a tag to compare

Changelog (v6.4.34...v6.4.35)

  • bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)

v8.0.6

26 Feb 09:14

Choose a tag to compare

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

26 Feb 08:41

Choose a tag to compare

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

26 Feb 08:29

Choose a tag to compare

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

28 Jan 11:02

Choose a tag to compare

Changelog (v8.0.4...v8.0.5)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)