Skip to content

Releases: FriendsOfSymfony/FOSHttpCacheBundle

2.10.3

25 May 07:04
@dbu dbu
2.10.3
5d1f628
Compare
Choose a tag to compare

Fixed

  • Do not error in InvalidationListener nor TagListener when symfony/expression-language is missing but no expression is used.
  • Properly report missing symfony/expression-language when an expression is used in response configuration.

2.10.2

26 Jan 12:48
@dbu dbu
2.10.2
440f243
Compare
Choose a tag to compare

Fixed

  • The fix about overwriting flash messages on multiple redirects introduced in
    version 2.9.1 created the risk of losing flash messages when redirecting to a
    path that is outside the firewall or destroys the session.
    This version hopefully fixes both cases. Existing flash messages in a request
    cookie are merged with new flash messages from the session.

2.9.2

26 Jan 12:40
@dbu dbu
2.9.2
7b15962
Compare
Choose a tag to compare

Fixed

  • The fix about overwriting flash messages on multiple redirects introduced in
    version 2.9.1 created the risk of losing flash messages when redirecting to a
    path that is outside the firewall or destroys the session.
    This version hopefully fixes both cases. Existing flash messages in a request
    cookie are merged with new flash messages from the session.

2.10.1

22 Dec 10:42
@dbu dbu
2.10.1
Compare
Choose a tag to compare

Fixed

  • Fix typehint in PHP 8 attributes handling to use ControllerResolverInterface

2.10.0

21 Dec 10:36
@dbu dbu
2.10.0
4efd3c4
Compare
Choose a tag to compare
  • Adjusted to work with PHP 8
  • Dropped support for PHP 7.2
  • Added support for PHP 8 Attributes

2.9.1

27 Nov 17:37
@dbu dbu
2.9.1
Compare
Choose a tag to compare

Fixed

  • Flash messages won't be lost even when redirecting multiple times.

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.