Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

1.4.0

Closed Nov 29, 2019 100% complete

This release drops support for PHP < 7.1 and marks this bundle as deprecated. With Symfony shipping its own cache component, there is no need to configure caches using this bundle in Symfony anymore.

If you are still using DoctrineCacheBundle to configure caches, please migrate them to symfony/cache. You can tell whether you are using them by checking for a

This release drops support for PHP < 7.1 and marks this bundle as deprecated. With Symfony shipping its own cache component, there is no need to configure caches using this bundle in Symfony anymore.

If you are still using DoctrineCacheBundle to configure caches, please migrate them to symfony/cache. You can tell whether you are using them by checking for a doctrine_cache key in your configuration. If you don't see one, you are not actively using this bundle and shouldn't need any changes. If there is a key like that, please migrate to symfony/cache using FrameworkBundle.

If you are using DoctrineBundle, please upgrade to the latest 1.12 release and fix all deprecation messages. This will ensure you are no longer using any DoctrineCacheBundle functionality. Use the pool or service cache configuration for Doctrine ORM. Once you upgrade to DoctrineBundle 2.0, the DoctrineCacheBundle will be removed unless another package depends on it.

This bundle will continue to receive fixes for bugs and security issues until November 2022, when Symfony 4.4 will reach the first stage of its end-of-life.

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.