Skip to content

2.2.0

Choose a tag to compare

@dbu dbu released this 23 Mar 14:55
· 335 commits to 3.x since this release
2.2.0

Varnish

  • Added support for the more efficient xkey cache tag system. BAN remains the
    default cache tagging system, but if you can install the varnish modules in
    your system, it is recommended to update to xkey.
  • No inline C is needed for the custom TTL header with Varnish 4 or better. use
    std.duration() instead.

Symfony user context

  • You can now also specify which headers are used for
    authentication to detect anonymous requests. By default, the headers are the
    previously hardcoded Authorization, HTTP_AUTHORIZATION and
    PHP_AUTH_USER.