cache

Provides extended PSR-6, PSR-16 (and tags) implementations

MIT License

Downloads
234.1M
Stars
4.1K
Committers
166

Bot releases are visible (Hide)

cache - v6.4.2

Published by fabpot 10 months ago

Changelog (https://github.com/symfony/cache/compare/v6.4.1...v6.4.2)

  • bug symfony/symfony#53054 [Cache] Fix expiration time for CouchbaseCollection (@alexandre-daubois)
cache - v6.3.11

Published by fabpot 10 months ago

Changelog (https://github.com/symfony/cache/compare/v6.3.10...v6.3.11)

  • bug symfony/symfony#53054 [Cache] Fix expiration time for CouchbaseCollection (@alexandre-daubois)
cache - v5.4.34

Published by fabpot 10 months ago

cache - v7.0.0

Published by fabpot 11 months ago

cache - v6.4.0

Published by fabpot 11 months ago

cache - v6.3.9

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/cache/compare/v6.3.8...v6.3.9)

  • bug symfony/symfony#52715 [Cache] fix detecting the database server version (@xabbuh)
  • bug symfony/symfony#52688 [Cache] Add url decoding of password in RedisTrait DSN (@alexandre-daubois)
  • bug symfony/symfony#52686 [Cache] fix detecting the server version with Doctrine DBAL 4 (@xabbuh)
  • bug symfony/symfony#52459 [Cache][HttpFoundation][Lock] Fix PDO store not creating table + add tests (@HypeMC)
cache - v5.4.32

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/cache/compare/v5.4.31...v5.4.32)

  • bug symfony/symfony#52715 [Cache] fix detecting the database server version (@xabbuh)
  • bug symfony/symfony#52688 [Cache] Add url decoding of password in RedisTrait DSN (@alexandre-daubois)
  • bug symfony/symfony#52686 [Cache] fix detecting the server version with Doctrine DBAL 4 (@xabbuh)
  • bug symfony/symfony#52459 [Cache][HttpFoundation][Lock] Fix PDO store not creating table + add tests (@HypeMC)
cache - v7.0.0-RC2

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/cache/compare/v7.0.0-RC1...v7.0.0-RC2)

  • feature symfony/symfony#52720 [Cache] Remove database server version detection (@derrabus)
  • bug symfony/symfony#52715 [Cache] fix detecting the database server version (@xabbuh)
  • bug symfony/symfony#52688 [Cache] Add url decoding of password in RedisTrait DSN (@alexandre-daubois)
  • bug symfony/symfony#52686 [Cache] fix detecting the server version with Doctrine DBAL 4 (@xabbuh)
  • bug symfony/symfony#52459 [Cache][HttpFoundation][Lock] Fix PDO store not creating table + add tests (@HypeMC)
cache - v6.4.0-RC2

Published by fabpot 11 months ago

cache - v7.0.0-RC1

Published by fabpot 11 months ago

cache - v6.4.0-RC1

Published by fabpot 11 months ago

cache - v7.0.0-BETA3

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/cache/compare/v7.0.0-BETA2...v7.0.0-BETA3)

  • bug symfony/symfony#52457 [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL (@HypeMC)
  • bug symfony/symfony#52444 Remove full DSNs from exception messages (@nicolas-grekas)
cache - v6.4.0-BETA3

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/cache/compare/v6.4.0-BETA2...v6.4.0-BETA3)

  • bug symfony/symfony#52457 [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL (@HypeMC)
  • bug symfony/symfony#52444 Remove full DSNs from exception messages (@nicolas-grekas)
cache - v6.3.8

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/cache/compare/v6.3.7...v6.3.8)

  • bug symfony/symfony#52457 [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL (@HypeMC)
  • bug symfony/symfony#52444 Remove full DSNs from exception messages (@nicolas-grekas)
cache - v5.4.31

Published by fabpot 11 months ago

Changelog (https://github.com/symfony/cache/compare/v5.4.30...v5.4.31)

  • bug symfony/symfony#52457 [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL (@HypeMC)
  • bug symfony/symfony#52444 Remove full DSNs from exception messages (@nicolas-grekas)
cache - v5.4.30

Published by fabpot 12 months ago

cache - v7.0.0-BETA1

Published by fabpot 12 months ago

Changelog (https://github.com/symfony/cache/compare/v6.3.6...v7.0.0-BETA1)

  • feature symfony/symfony#52079 [HttpKernel] Add parameters kernel.runtime_mode and kernel.runtime_mode.*, all set from env var APP_RUNTIME_MODE (@nicolas-grekas)
  • feature symfony/symfony#51687 [Messenger] Add support for multiple Redis Sentinel hosts (@digilist)
  • feature symfony/symfony#51069 Add types to public and protected properties (@nicolas-grekas)
  • feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
  • feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
  • feature symfony/symfony#50689 [Cache][DoctrineBridge][Lock][Messenger] Add parameter $isSameDatabase to configureSchema() methods (@alli83)
  • feature symfony/symfony#50571 [DoctrineBridge] Kill DBAL 2 support (@derrabus)
  • feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
cache - v6.4.0-BETA1

Published by fabpot 12 months ago

Changelog (https://github.com/symfony/cache/compare/v6.3.6...v6.4.0-BETA1)

  • feature symfony/symfony#52079 [HttpKernel] Add parameters kernel.runtime_mode and kernel.runtime_mode.*, all set from env var APP_RUNTIME_MODE (@nicolas-grekas)
  • feature symfony/symfony#51687 [Messenger] Add support for multiple Redis Sentinel hosts (@digilist)
  • feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
cache - v6.3.6

Published by fabpot 12 months ago

Changelog (https://github.com/symfony/cache/compare/v6.3.5...v6.3.6)

  • bug symfony/symfony#52105 [Cache] Remove temporary cache item file on rename() failure (@cedric-anne)
  • bug symfony/symfony#52040 [Cache] Fix ArrayAdapter::freeze() return type (@fancyweb)
  • bug symfony/symfony#52036 [Cache][VarExporter] Fix proxy generation to deal with edgy behaviors of internal classes (@nicolas-grekas)
  • bug symfony/symfony#51947 [Cache][Doctrine][DoctrineBridge][Lock][Messenger] Compatibility with ORM 3 and DBAL 4 (@derrabus)
cache - v6.3.5

Published by fabpot about 1 year ago

Changelog (https://github.com/symfony/cache/compare/v6.3.4...v6.3.5)

  • bug symfony/symfony#51754 [Cache] Fix Redis6Proxy (@nicolas-grekas)
  • bug symfony/symfony#51683 [Cache] Fix support for Redis Sentinel using php-redis 6.0.0 (@Qonstrukt)
  • bug symfony/symfony#51598 [Cache] fix using multiple Redis Sentinel hosts when the first one is not resolvable (@digilist)
Package Rankings
Top 0.2% on Packagist.org