Skip to content

Releases: FriendsOfSymfony/FOSHttpCacheBundle

2.9.0

20 Aug 09:29
@dbu dbu
2.9.0
b4285c5
Compare
Choose a tag to compare

Added

  • New Feature: Command fos:httpcache:clear to clear the whole http cache.

2.8.0

28 Nov 13:04
@dbu dbu
2.8.0
490edbb
Compare
Choose a tag to compare
  • Adjusted to work with Twig 3
  • Adjusted to work with Symfony 5
  • Allow Httplug 2

2.7.2

16 Oct 08:39
@dbu dbu
2.7.2
Compare
Choose a tag to compare

Fixed

  • Avoid deprecation warning about ContainerAwareCommand.

2.7.1

08 Oct 13:30
@dbu dbu
2.7.1
Compare
Choose a tag to compare

Fixed

  • Avoid deprecation warning about TokenInterface::getRoles.
  • Improve exception message if a tag capable client is not found.

2.7.0

12 Jun 12:14
@dbu dbu
2.7.0
Compare
Choose a tag to compare

Changed

  • Allow to use environment variables to configure the caching proxy.

Fixed

  • Invalidate the user context cache also when impersonating a user and when stopping to impersonate.

2.6.1

17 Dec 08:44
@dbu dbu
2.6.1
1379ca3
Compare
Choose a tag to compare

Adjusted configuration definition to avoid deprecation errors with symfony 4.2

2.6.0

23 Oct 13:31
@dbu dbu
2.6.0
Compare
Choose a tag to compare

Changed

  • User context lookup now tags the hash lookup response. The logout listener can now invalidate that tag instead of doing a BAN request. The previous varnish BAN request has been incorrect and banned all cache entries on Varnish.
    The logout handler is now also activated by default for the Symfony HttpCache in addition to Varnish and Noop.

Fixed

  • Cache Tagging: It is now possible to use cache tagging without installing the SensioFrameworkExtraBundle. There is a new configuration option tags.annotations.enabled that can be set to false.

2.5.1

04 Oct 07:22
@dbu dbu
2.5.1
Compare
Choose a tag to compare

Fixed

  • Cache Tagging: Clear the SymfonyResponseTagger after we tagged a response.
    Usually PHP uses a new instance for every request. But for example the hash
    lookup when using Symfony HttpCache does two requests in the same PHP
    process.

2.5.0

01 Oct 14:07
@dbu dbu
2.5.0
Compare
Choose a tag to compare

Added

  • New Feature: Support for the max_header_value_length option to split huge tag lists into multiple headers. #483

Fixed

  • Cache control on Symfony 4.1 now also works when the Vary header for user_context_hash is already present on the response. #485

2.4.1

09 Aug 07:32
@dbu dbu
2.4.1
19e8057
Compare
Choose a tag to compare
  • Adjust session_listener to work with Symfony 3.4.12 (symfony/symfony#27467).
  • Adjust to configuration builder deprecation from Symfony 4.2