Releases: FriendsOfSymfony/FOSHttpCacheBundle
Releases · FriendsOfSymfony/FOSHttpCacheBundle
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
- Deprecated
CacheManager::tagResponse
in favor ofTagHandler::addTags
. - Added configuration for Symfony HttpCache client and HttpCache now loads purge and refresh handlers by default.
- Configured/annotated cache tags on subrequests (in Twig:
render(controller())
) are no longer ignored. Additionally, it is now possible to add tags from code before the response object has been created, by using the TagHandler, and from Twig with thefos_httpcache_tag
function. If you defined custom services for theInvalidateTagCommand
, you should now inject the TagHandler instead of the CacheManager. - Added configuration option for custom proxy client (#208)
- Added support for a simple Etag header in the header configuration (#207)
1.2.1
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.
1.1.1
1.1.0
- d495ec8 Merge pull request #152 from lolautruche/contextHashSymfonyReverseProxy (David Buchmann)
- 106c4ed Updated Changelog (Jérôme Vieilledent)
- e4e59f4 Implemented Symfony reverse proxy support for user context hash. (Jérôme Vieilledent)
- 7152dc7 hhvm broke their xml support. ignore it until they can fix it (David Buchmann)
- 851a001 Merge remote-tracking branch 'origin/1.0' (David Buchmann)
- a28de77 Merge pull request #153 from FriendsOfSymfony/hhvm-broke-xml (Christophe Coevoet)
- 00181d5 hhvm broke their xml support. ignore it until they can fix it (David Buchmann)
- 3a21418 Merge pull request #151 from FriendsOfSymfony/gv-allow-cache-overwrite (David Buchmann)
- 233420c cleanup cache header overwrite options (David Buchmann)
- b70537b Allow cache headers overwrite (Gonzalo Vilaseca)
- 7321b95 Fixed the retrieval of the autoloader for tests (Christophe Coevoet)
- 4320e8f Merge pull request #147 from Tobion/patch-1 (David de Boer)
- e2f7e1c Fix config example (Tobias Schultze)
- 59e7c4a Merge pull request #146 from lucianodelucchi/patch-1 (Christophe Coevoet)
- 6b7e889 Typo (Luciano Delucchi)