Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to release #39

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Merge to release #39

merged 1 commit into from
Jun 3, 2024

Conversation

the-zazukoian[bot]
Copy link

@the-zazukoian the-zazukoian bot commented May 29, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

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.

@ludovicm67 ludovicm67 self-assigned this Jun 3, 2024
@ludovicm67 ludovicm67 merged commit 6028472 into main Jun 3, 2024
1 check passed
@ludovicm67 ludovicm67 deleted the changeset-release/main branch June 3, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant