Skip to content

Releases: FriendsOfSymfony/FOSHttpCacheBundle

2.12.0

10 May 09:59
@dbu dbu
2.12.0
Compare
Choose a tag to compare
  • Support Symfony 6
  • Drop support for Symfony 3 and 4.3 (keep using 2.11.* for legacy projects).

2.11.2

08 Nov 07:28
@dbu dbu
2.11.2
Compare
Choose a tag to compare

Fixed

  • Fixed servers_from_jsonenv to actually work with an array.

2.11.1

08 Nov 07:28
@dbu dbu
2.11.1
Compare
Choose a tag to compare

Fixed

  • Fixed readthedocs.io configuration. This needs a release to show up as the latest doc (which had no longer been updated in quite a while because of build errors)

2.11.0

15 Sep 14:00
@dbu dbu
2.11.0
466dd92
Compare
Choose a tag to compare

Added

  • New configuration option servers_from_jsonenv to support a variable amount of proxy servers defined via an environment variable.

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.