- 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
andstream_factory
to support custom PSR-17 HTTP request and stream factories for proxy clients.