Skip to content

Releases: FriendsOfSymfony/FOSHttpCacheBundle

3.4.1

Choose a tag to compare

@dbu dbu released this 08 Jun 14:40
3.4.1
  • 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

Choose a tag to compare

@dbu dbu released this 05 Mar 08:34
3.4.0
  • 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

Choose a tag to compare

@dbu dbu released this 13 Jan 07:47
3.3.0
9a7b7ce
  • Compatibility with Symfony 8 (changed configuration from XML to PHP).
  • Tested with PHP 8.5.

3.2.0

Choose a tag to compare

@dbu dbu released this 17 Jun 14:05
3.2.0
389b6d8
  • 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

Choose a tag to compare

@dbu dbu released this 17 Jun 13:17
2.18.0
40a2451
  • New configuration option proxy_client.*.http.request_factory to support custom HTTP request factories for proxy clients.

3.1.2

Choose a tag to compare

@dbu dbu released this 12 May 14:39
3.1.2
  • 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

Choose a tag to compare

@dbu dbu released this 09 Jan 12:20
3.1.1
  • Fixed regression with the extension class when ttl_header is not set.

3.1.0

Choose a tag to compare

@dbu dbu released this 08 Jan 16:56
3.1.0
  • New Feature: allow configuring the TTL header name for the special reverse_proxy_ttl config value. #638

3.0.2

Choose a tag to compare

@dbu dbu released this 06 Nov 08:06
3.0.2
  • Fixed extension to depend on the DependencyInjection component rather than the HttpKernel.

3.0.1

Choose a tag to compare

@dbu dbu released this 07 May 09:25
3.0.1
4a7e7fe
  • Fixed regression in AttributesListener: Ignore other attributes on controller methods.