Skip to content

3.0.0

Compare
Choose a tag to compare
@dbu dbu released this 04 May 18:17
· 43 commits to 3.x since this release
3.0.0
d9606c6
  • 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.