Skip to content

1.2.0

Compare
Choose a tag to compare
@ddeboer ddeboer released this 18 Jan 20:54
· 666 commits to 3.x since this release
  • Refactored the Symfony built-in HttpCache support to be extensible.
  • Deprecated FOS\HttpCacheBundle\HttpCache in favor of EventDispatchingHttpCache.
  • BC break: If you overwrite cleanupForwardRequest() in your cache kernel, you need to extend FOS\HttpCache\SymfonyCache\UserContextSubscriber and move that logic to the method cleanupHashLookupRequest in there.