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
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.