Releases: FriendsOfSymfony/FOSHttpCache
Releases · FriendsOfSymfony/FOSHttpCache
2.14.1
2.14.0
Symfony Compatibility
- Removed the internal BaseEvent class and extend our events from the Symfony contracts class directly.
- Made the CacheInvalidation interface compatible with Symfony 6.
Symfony 6 does a BC break forHttpKernelInterface::fetch
- if you implement the method in your application,
you need to adjust when upgrading to Symfony 6.
2.12.1
2.13.0
2.12.0
Cloudflare
- Added Cloudflare ProxyClient Adapter with ClearCapable, PurgeCapable and
TagCapable. This allows to use FOSHttpCache to invalidate caches on
Cloudflare. See the "Proxy Client" section of the documentation for how to
configure the Cloudflare client.
Varnish Cache
- Added a
fos_user_context_hash
method to be called invcl_hash
when using the user context
hash mechanism. This can avoid performance problems Varnish can run into when the hashVary
s on
the basic authentication or session cookie.
If you use the user context, read the updated documentation and callfos_user_context_hash
in
yourvcl_hash
function.
Noop Client
- Implemented ClearCapable.