Skip to content

Releases: clay/cache-clear

v1.1.1

04 Feb 20:53
07b870d
Compare
Choose a tag to compare

#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

26 Sep 20:58
Compare
Choose a tag to compare
v1.0.2

1.0.2

Bugfix: Clean-up logs and dist files

30 Apr 18:28
Compare
Choose a tag to compare

Fixes:

  • Removed unnecessary logs
  • Updated dist files

v1.0.0: Release Cache-Clear Plugin

30 Apr 18:27
Compare
Choose a tag to compare

Features:

  • Adds a new button in the kiln UI to clear Fastly cache of a desired URL

[BETA] 0.0.1

26 Apr 16:04
Compare
Choose a tag to compare
[BETA] 0.0.1 Pre-release
Pre-release
v0.0.1-beta.0

0.0.1-beta.0