Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Releases: sonata-project/SonataCacheBundle

2.4.0

30 Nov 13:25
2.4.0
ccbcbfd

Choose a tag to compare

Added

  • Added password configuration option under Predis cache configuration.

Changed

  • Rollback to PHP 5.6 as minimum support.
  • Changed internal folder structure to src, tests and docs

Deprecated

  • Sonata\CacheBundle\Invalidation\SimpleCacheInvalidation, use Sonata\Cache\Invalidation\SimpleCacheInvalidation instead
  • Sonata\CacheBundle\Invalidation\Recorder, use Sonata\Cache\Invalidation\Recorder instead.
  • Sonata\CacheBundle\Invalidation\ModelCollectionIdentifiers, use Sonata\Cache\Invalidation\ModelCollectionIdentifiers instead
  • Sonata\CacheBundle\Invalidation\InvalidationInterface, use Sonata\Cache\Invalidation\InvalidationInterface instead
  • Sonata\CacheBundle\Invalidation\DoctrinePHPCRODMListener, use Sonata\Cache\Invalidation\DoctrinePHPCRODMListener instead
  • Sonata\CacheBundle\Invalidation\DoctrineORMListener, use Sonata\Cache\Invalidation\DoctrineORMListener instead
  • Sonata\CacheBundle\Cache\CacheManager, use Sonata\Cache\CacheManager instead.
  • Sonata\CacheBundle\Cache\CacheManagerInterface, use Sonata\Cache\CacheManagerInterface instead
  • Sonata\CacheBundle\Cache\CacheInterface, use Sonata\Cache\CacheInterface instead.
  • Sonata\CacheBundle\Adapter\MemcachedCache, use Sonata\Cache\Adapter\Cache\MemcachedCache instead
  • Sonata\CacheBundle\Adapter\MongoCache, use Sonata\Cache\Adapter\Cache\MongoCache instead
  • Sonata\CacheBundle\Adapter\NoopCache, use Sonata\Cache\Adapter\Cache\NoopCache instead
  • Sonata\CacheBundle\Adapter\PRedisCache, use Sonata\Cache\Adapter\Cache\PRedisCache instead
  • Deprecation warning when using \Twig_Template::getAttribute function.
  • omitting the $argumentsResolver argument when instanciating SsiCache or VarnishCache

Fixed

  • DoctrineBundle and DoctrinePHPCRBundle can be loaded before or after SonataCacheBundle.
  • deprecation about using a ControllerResolverInterface to resolve arguments
  • It is now allowed to install Symfony 4

Removed

  • Support for PHP <7.1
  • Support for old versions of PHP and Symfony.

2.3.1

06 Sep 13:07
2.3.1
cf9cce6

Choose a tag to compare

Fixed

  • Fixed variable conflict when multiple Varnish servers are configured

2.3.0

02 Sep 08:09
2.3.0
6e76840

Choose a tag to compare

Added

  • Possibility to configure the timeout to clear the Symfony cache

Fixed

  • IP detection in SymfonyCache

2.2.4

15 Jun 18:48

Choose a tag to compare

bump version 2.2.4

Fixed

  • Fixed deprecated routing

2.2.3

09 Jun 11:34

Choose a tag to compare

Bump version 2.2.3

Fixed

  • #76: Symfony 2.7 BC break fix with twig.options