Releases: clay/cache-clear
Releases · clay/cache-clear
v1.1.1
#9 - enables cache clearing via HTTP PURGE
method when FASTLY_API_KEY
is not provided
This release enables new behavior when the FASTLY_API_KEY
is not provided to the cache-clear
Kiln plugin. Rather than make an authenticated request against the Fastly API domain, this will make a PURGE
request directly against the provided URL(s).
Running cache-clear
in this mode is a trade-off.
It will protect API keys from being passed to the client (and ease any uncertainties about the scope of those keys), but it requires some layer of network-level privilege (eg. a Fastly IP whitelist for the PURGE method).
Dependency bump
v1.0.2 1.0.2
Bugfix: Clean-up logs and dist files
Fixes:
- Removed unnecessary logs
- Updated
dist
files
v1.0.0: Release Cache-Clear Plugin
Features:
- Adds a new button in the kiln UI to clear Fastly cache of a desired URL
[BETA] 0.0.1
v0.0.1-beta.0 0.0.1-beta.0