You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.