Skip to content

2.3.0

Choose a tag to compare

@dbu dbu released this 24 Apr 09:16
· 324 commits to 3.x since this release
2.3.0

ProxyClient

  • The HttpProxyClient now accepts an instance of the new Dispatcher interface
    instead of the concrete HttpDispatcher, allowing for more flexibility.

Symfony

  • Introduced a new KernelDispatcher for the Symfony proxy that calls the application
    kernel directly instead of executing a full HTTP request.