You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minimum PHP version is now 8.1
Support Symfony 6.4 and 7
Drop obsolete annotations support, use attributes
Remove all configuration you have at fos_http_cache.tags.annotations
Make fastly and cloudflare 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 the FOSHttpCache
component instead: FOS\HttpCache\UserContext\AnonymousRequestMatcher.
Removed obsolete ContextInvalidationLogoutHandler, use ContextInvalidationSessionLogoutHandler instead.
Fixed service loading to not fail when Twig is not available.