Skip to content

Releases: FriendsOfSymfony/FOSHttpCacheBundle

2.17.0

10 Oct 09:16
@dbu dbu
2.17.0
Compare
Choose a tag to compare
  • Support to configure the fastly CDN client.

2.16.2

03 Aug 08:53
@dbu dbu
2.16.2
Compare
Choose a tag to compare
  • Catch SessionNotFoundException in FlashMessageListener, as Symfony 6 moved from returning null to throwing an exception.
  • Add : void to commands to avoid warning from Symfony 6.3, prepare for Symfony 7 support.

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.