1.2.0
- Refactored the Symfony built-in HttpCache support to be extensible.
- Deprecated
FOS\HttpCacheBundle\HttpCache
in favor ofEventDispatchingHttpCache
. - BC break: If you overwrite
cleanupForwardRequest()
in your cache kernel, you need to extendFOS\HttpCache\SymfonyCache\UserContextSubscriber
and move that logic to the methodcleanupHashLookupRequest
in there.