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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Changelog
9
9
10
10
* If a custom proxy client is configured on the cache manager, the `ProxyClient` class is an alias to that client, to support autowiring.
11
11
* Attribute configuration now also works on single action controllers with the `__invoke` method.
12
+
* New configuration option `proxy_client.*.http.request_factory` and `stream_factory` to support custom PSR-17 HTTP request and stream factories for proxy clients.
12
13
13
14
3.1.2
14
15
-----
@@ -53,6 +54,11 @@ Changelog
53
54
2.x
54
55
===
55
56
57
+
2.18.0
58
+
------
59
+
60
+
* New configuration option `proxy_client.*.http.request_factory` to support custom HTTP request factories for proxy clients.
0 commit comments