Releases: FriendsOfSymfony/FOSHttpCacheBundle
Releases · FriendsOfSymfony/FOSHttpCacheBundle
3.2.0
- If a custom proxy client is configured on the cache manager, the
ProxyClient
class is an alias to that client, to support autowiring. - Attribute configuration now also works on single action controllers with the
__invoke
method. - New configuration option
proxy_client.*.http.request_factory
andstream_factory
to support custom PSR-17 HTTP request and stream factories for proxy clients.
2.18.0
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
- Minimum PHP version is now 8.1
- Support Symfony 6.4 and 7
- Drop obsolete annotations support, use attributes
Remove all configuration you have atfos_http_cache.tags.annotations
- Make
fastly
andcloudflare
clients lazy loaded to support Symfony secrets that are only available at runtime, but
not yet when the container is built. - Removed deprecated
FOS\HttpCacheBundle\UserContext\AnonymousRequestMatcher
, use the class from theFOSHttpCache
component instead:FOS\HttpCache\UserContext\AnonymousRequestMatcher
. - Removed obsolete
ContextInvalidationLogoutHandler
, useContextInvalidationSessionLogoutHandler
instead. - Fixed service loading to not fail when Twig is not available.