Skip to content

v2.3.0

Compare
Choose a tag to compare
@the-zazukoian the-zazukoian released this 03 Jun 15:28
· 69 commits to main since this release
6028472

Minor Changes

  • 1b8342c: Add xkey support in order to support tag-based invalidation.

    The backend can now send a xkey header with a value that will be used to tag the cache entry.
    This tag can be used to invalidate the cache entry by sending a PURGE request with the xkey header set to the same value like this:

    curl -sL -X PURGE -H 'xkey: TAG_VALUE' http://varnish-endpoint/

    Doing this will remove all cache entries that have the same tag value.