Skip to content

Releases: webfactory/WebfactoryHttpCacheBundle

Drop annotations support, compatibility with Symfony 7.x (#11)

28 Mar 18:29
255f584
Compare
Choose a tag to compare
Remove annotations support to gain Symfony 7 compatibility (#11)

This removes the annotation that has been deprecated in 1.4.0. Thus, we get rid of the `doctrine/annotations` dependency and the `annotation_reader` service, clearing the path towards Symfony 7 compatibility.

The PHP 8.1 minimum requirement effectively limits usage with Symfony < 5.

Support configuration through PHP 8 attributes (#10)

28 Mar 18:08
3efba6e
Compare
Choose a tag to compare
Add a PHP 8 attribute for configuration (#10)

This adds a PHP 8 attribute for configuration, and deprecates using the old annotation class.

Compatibility with Symfony 5.x and PHP 8.1

06 Apr 07:20
2ab6d38
Compare
Choose a tag to compare
1.2.0

Modernize code and test setup, prepare for Symfony 5.x and PHP 8.x (#4)

Avoid sending 304s during development (#2)

16 Dec 16:44
a6e7652
Compare
Choose a tag to compare
Merge pull request #2 from webfactory/no-304-in-debug

Avoid sending 304s in Symfony kernel.debug mode