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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.