Skip to content

Releases: FriendsOfSymfony/FOSHttpCacheBundle

3.4.1

08 Jun 14:40
@dbu dbu
3.4.1

Choose a tag to compare

  • Fixed configuration validation to allow generate_url_type also when proxy_client.varnish.http.base_url is configured, not only when proxy_client.[client].base_url is configured.

3.4.0

05 Mar 08:34
@dbu dbu
3.4.0

Choose a tag to compare

  • Configuration for generate_url_type is now on top level instead of on the cache_manager, and applies to the InvalidationListener too.
    Configuring cache_manager.generate_url_type is deprecated and will be removed in version 4.

3.3.0

13 Jan 07:47
@dbu dbu
3.3.0
9a7b7ce

Choose a tag to compare

  • Compatibility with Symfony 8 (changed configuration from XML to PHP).
  • Tested with PHP 8.5.

3.2.0

17 Jun 14:05
@dbu dbu
3.2.0
389b6d8

Choose a tag to compare

  • If a custom proxy client is configured on the cache manager, the ProxyClient class is an alias to that client, to support autowiring.
  • Attribute configuration now also works on single action controllers with the __invoke method.
  • New configuration option proxy_client.*.http.request_factory and stream_factory to support custom PSR-17 HTTP request and stream factories for proxy clients.

2.18.0

17 Jun 13:17
@dbu dbu
2.18.0
40a2451

Choose a tag to compare

  • New configuration option proxy_client.*.http.request_factory to support custom HTTP request factories for proxy clients.

3.1.2

12 May 14:39
@dbu dbu
3.1.2

Choose a tag to compare

  • Fixed match_response configuration to work with Symfony 6+. #644
  • Fixed overwriting expression_language for the response matcher, due to a name mismatch the configuration was ignored. #644

3.1.1

09 Jan 12:20
@dbu dbu
3.1.1

Choose a tag to compare

  • Fixed regression with the extension class when ttl_header is not set.

3.1.0

08 Jan 16:56
@dbu dbu
3.1.0

Choose a tag to compare

  • New Feature: allow configuring the TTL header name for the special reverse_proxy_ttl config value. #638

3.0.2

06 Nov 08:06
@dbu dbu
3.0.2

Choose a tag to compare

  • Fixed extension to depend on the DependencyInjection component rather than the HttpKernel.

3.0.1

07 May 09:25
@dbu dbu
3.0.1
4a7e7fe

Choose a tag to compare

  • Fixed regression in AttributesListener: Ignore other attributes on controller methods.