Skip to content

2.3.0

Compare
Choose a tag to compare
@dbu dbu released this 24 Apr 11:13
· 266 commits to 3.x since this release
2.3.0
  • [Symfony HttpCache] You can now configure the Symfony proxy client to
    directly call the HttpCache for invalidation requests instead of executing
    real web requests.
    Use the new configuration option proxy_client.symfony.use_kernel_dispatcher
    and follow the instructions in FOSHttpCache to adjust your kernel and
    bootstrap things accordingly.