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

Tags: doctrine/DoctrineCacheBundle

Tags

1.4.0

Toggle 1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.4.0](https://github.com/doctrine/DoctrineCacheBundle/miles…

…tone/1)

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](https://symfony.com/doc/current/cache.html#configuring-cache-with-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
--------

 - [161: Mark root configuration node as deprecated](#161) thanks to @alcaeus




 - [156: Deprecation of DoctrineCacheBundle](#156) thanks to @alcaeus
 - [147: Drop support for PHP &lt; 7.1](#147) thanks to @alcaeus

1.3.5

Toggle 1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #149 from alcaeus/fix-composer-memory-issues

Disable composer memory limit for failing builds

1.3.4

Toggle 1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #145 from andreybolonin/patch-1

add php 7.3 to travis

1.3.3

Toggle 1.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
created tag 1.3.3

1.3.2

Toggle 1.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
created tag 1.3.2

1.3.1

Toggle 1.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
created tag 1.3.1

1.3.0

Toggle 1.3.0's commit message
Merge pull request #86 from doctrine/apcu-driver

[RFC] Added APCu driver

1.2.2

Toggle 1.2.2's commit message
Merge pull request #77 from weaverryan/acl-optional-dev

Moving security-acl to an optional dependency

1.2.1

Toggle 1.2.1's commit message
Merge pull request #74 from nicolas-grekas/fix-acl-dep

Fix composer.json compat with symfony/security-acl <2.7

1.2.0

Toggle 1.2.0's commit message
Fixes #47