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