Releases: FriendsOfSymfony/FOSHttpCacheBundle
Releases · FriendsOfSymfony/FOSHttpCacheBundle
2.16.1
- Add
: void
return to compiler passes to avoid warning from Symfony 6.3, and prepare for Symfony 7 support.
2.16.0
- Added support for AWS cloudfront, using the
jean-beru/fos-http-cache-cloudfront
package.
2.15.0
- Added Cloudflare proxy client.
2.14.0
- 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
- Fix Symfony 6 deprecations on the command name configuration.
2.12.1
- Fix some PHP 8.1 deprecation warnings.
2.12.0
- Support Symfony 6
- Drop support for Symfony 3 and 4.3 (keep using 2.11.* for legacy projects).
2.11.2
Fixed
- Fixed
servers_from_jsonenv
to actually work with an array.
2.11.1
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
Added
- New configuration option
servers_from_jsonenv
to support a variable amount of proxy servers defined via an environment variable.