Skip to content

Releases: FriendsOfSymfony/FOSHttpCacheBundle

2.16.1

23 May 06:56
@dbu dbu
2.16.1
Compare
Choose a tag to compare
  • Add : void return to compiler passes to avoid warning from Symfony 6.3, and prepare for Symfony 7 support.

2.16.0

04 May 11:17
@dbu dbu
2.16.0
Compare
Choose a tag to compare
  • Added support for AWS cloudfront, using the jean-beru/fos-http-cache-cloudfront package.

2.15.0

21 Feb 21:02
@dbu dbu
2.15.0
715d06d
Compare
Choose a tag to compare
  • Added Cloudflare proxy client.

2.14.0

01 Dec 11:12
@dbu dbu
2.14.0
be22ba1
Compare
Choose a tag to compare
  • Fix handling of custom glue for response tags. If you use custom glue with the Symfony HttpCache,
    you can now configure a customized tag header parser on the PurgeTagsListener.

2.13.0

01 Sep 10:35
@dbu dbu
2.13.0
Compare
Choose a tag to compare
  • Fix Symfony 6 deprecations on the command name configuration.

2.12.1

11 May 06:16
@dbu dbu
2.12.1
Compare
Choose a tag to compare
  • Fix some PHP 8.1 deprecation warnings.

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.