Skip to content

Releases: FriendsOfSymfony/FOSHttpCacheBundle

1.3.4

30 Sep 07:03
Compare
Choose a tag to compare
  • Add compatibility with Symfony 2.8’s service validation by loading test clients only when needed.

1.3.3

20 Aug 07:03
@dbu dbu
Compare
Choose a tag to compare
  • fix configuration to make custom proxy client for the cache manager work

1.3.2

13 Jul 18:24
Compare
Choose a tag to compare
  • Fixed some status codes (such as 204 and 302) not triggering invalidation.

1.3.1

11 Jun 11:19
@dbu dbu
Compare
Choose a tag to compare
  • Fixed configuration handling with Symfony and NGINX cache clients. Cache tagging is now immediately reported to not work with those clients.

1.3.0

04 Jun 22:22
Compare
Choose a tag to compare
  • Deprecated CacheManager::tagResponse in favor of TagHandler::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 the fos_httpcache_tag function. If you defined custom services for the InvalidateTagCommand, 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

20 Feb 17:33
Compare
Choose a tag to compare
  • Add compatibility with TokenStorage introduced in Symfony 2.6 (#202)
  • Fix request_matcher and rule_matcher services not always being loaded (#194)
  • Fix documentation (#196, #198, #199)

1.2.0

18 Jan 20:54
Compare
Choose a tag to compare
  • 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.

1.1.1

28 Nov 14:57
@dbu dbu
Compare
Choose a tag to compare
  • Do not require a cache invalidation client when configuring the user context.
  • Fix typos and documentation cleanup

1.1.0

30 Oct 15:28
@dbu dbu
Compare
Choose a tag to compare
  • 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)

1.0.1

19 Aug 20:13
Compare
Choose a tag to compare
  • e21bd91 Merge pull request #145 from FriendsOfSymfony/fix-expressionlanguage-dependency (Christophe Coevoet)
  • 76cd62b fix expression language dependency to only use with expressions (David Buchmann)
  • 0db55d8 Add link to library (David de Boer)