2.3.0
ProxyClient
- The
HttpProxyClientnow accepts an instance of the newDispatcherinterface
instead of the concreteHttpDispatcher, allowing for more flexibility.
Symfony
- Introduced a new
KernelDispatcherfor the Symfony proxy that calls the application
kernel directly instead of executing a full HTTP request.