Releases: FriendsOfSymfony/FOSHttpCacheBundle
Releases · FriendsOfSymfony/FOSHttpCacheBundle
2.10.1
Fixed
- Fix typehint in PHP 8 attributes handling to use ControllerResolverInterface
2.10.0
- Adjusted to work with PHP 8
- Dropped support for PHP 7.2
- Added support for PHP 8 Attributes
2.9.1
Fixed
- Flash messages won't be lost even when redirecting multiple times.
2.9.0
Added
- New Feature: Command
fos:httpcache:clear
to clear the whole http cache.
2.8.0
- Adjusted to work with Twig 3
- Adjusted to work with Symfony 5
- Allow Httplug 2
2.7.2
Fixed
- Avoid deprecation warning about
ContainerAwareCommand
.
2.7.1
Fixed
- Avoid deprecation warning about
TokenInterface::getRoles
.
- Improve exception message if a tag capable client is not found.
2.7.0
Changed
- Allow to use environment variables to configure the caching proxy.
Fixed
- Invalidate the user context cache also when impersonating a user and when stopping to impersonate.
2.6.1
Adjusted configuration definition to avoid deprecation errors with symfony 4.2
2.6.0
Changed
- User context lookup now tags the hash lookup response. The logout listener can now invalidate that tag instead of doing a BAN request. The previous varnish BAN request has been incorrect and banned all cache entries on Varnish.
The logout handler is now also activated by default for the Symfony HttpCache in addition to Varnish and Noop.
Fixed
- Cache Tagging: It is now possible to use cache tagging without installing the
SensioFrameworkExtraBundle
. There is a new configuration option tags.annotations.enabled
that can be set to false
.