Releases: symfony/cache
Releases · symfony/cache
v7.3.2
Changelog (v7.3.1...v7.3.2)
- bug symfony/symfony#61234 [Cache] RedisTrait::doFetch should use pipeline with GET's instead of MGET for Relay\Cluster (@dorrogeray)
- bug symfony/symfony#61220 [Cache] fix compatibility with different Relay versions (@xabbuh)
v7.2.9
Changelog (v7.2.8...v7.2.9)
- bug symfony/symfony#61234 [Cache] RedisTrait::doFetch should use pipeline with GET's instead of MGET for Relay\Cluster (@dorrogeray)
- bug symfony/symfony#61220 [Cache] fix compatibility with different Relay versions (@xabbuh)
v6.4.24
Changelog (v6.4.23...v6.4.24)
- bug symfony/symfony#61234 [Cache] RedisTrait::doFetch should use pipeline with GET's instead of MGET for Relay\Cluster (@dorrogeray)
- bug symfony/symfony#61220 [Cache] fix compatibility with different Relay versions (@xabbuh)
v7.3.1
Changelog (v7.3.0...v7.3.1)
- bug symfony/symfony#60594 [Cache] Fix using a
ChainAdapter
as an adapter for a pool (@IndraGunawan)
v7.2.8
Changelog (v7.2.7...v7.2.8)
- bug symfony/symfony#60594 [Cache] Fix using a
ChainAdapter
as an adapter for a pool (@IndraGunawan)
v6.4.23
Changelog (v6.4.22...v6.4.23)
- bug symfony/symfony#60594 [Cache] Fix using a
ChainAdapter
as an adapter for a pool (@IndraGunawan)
v7.3.0
Changelog (v7.3.0-RC1...v7.3.0)
- no significant changes
v7.3.0-RC1
Changelog (v7.3.0-BETA2...v7.3.0-RC1)
- no significant changes
v7.3.0-BETA2
Changelog (v7.3.0-BETA1...v7.3.0-BETA2)
- no significant changes
v7.3.0-BETA1
Changelog (v7.2.6...v7.3.0-BETA1)
- feature symfony/symfony#59813 [Cache] Enable namespace-based invalidation by prefixing keys with backend-native namespace separators (@nicolas-grekas)
- feature symfony/symfony#59869 [Cache] Add support for
valkey:
/valkeys:
schemes (@nicolas-grekas) - feature symfony/symfony#59857 [Cache] Add
\Relay\Cluster
support (@dorrogeray)