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

Releases: doctrine/DoctrineCacheBundle

1.4.0

29 Nov 15:23
1.4.0
6bee2f9
Compare
Choose a tag to compare

Release 1.4.0

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.

1.4.0

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 1

BC break

1.3.5 Release

09 Nov 06:27
5514c90
Compare
Choose a tag to compare
  • Fix deprecation for Symfony 4.2+
  • Fix build errors on some PHP versions

1.3.4 Release

08 Nov 06:40
8b0d579
Compare
Choose a tag to compare

1.3.3 Release

27 Mar 09:28
1.3.3
4c8e363
Compare
Choose a tag to compare
  • Drop support for outdated Symfony versions
  • Make tests pass on Symfony 4
  • Test against PHP 7.2 on travis

1.3.2 Release

27 Mar 09:21
1.3.2
Compare
Choose a tag to compare
  • Manually register commands to fix deprecation warning

1.3.1 Release

27 Mar 09:20
1.3.1
Compare
Choose a tag to compare
  • Allow predis configuration
  • Fix link to docs
  • Allow using persistent Redis connections
  • Fix usage docs
  • Use cache.prefix.seed parameter when available
  • Removed 1kernel.debug1 from cache namespace seed
  • Allow Symfony 4.0
  • Allow using namespace for custom providers

1.3.0 Release

26 Jan 17:31
Compare
Choose a tag to compare
  • Added apcu driver
  • Added predis driver
  • Fixed mangling issue with memcache driver
  • Reorganized documentation
  • Added persistent id to memcache driver

1.2.2 Release

27 Nov 05:01
Compare
Choose a tag to compare

Made Symfony Security ACL an optional dependency

1.2.1 Release

05 Nov 13:49
Compare
Choose a tag to compare

Relaxed Symfony requirements allowing old installs

1.2.0 Release

04 Nov 17:13
Compare
Choose a tag to compare
Fixes #47