Skip to content

Releases: clay/cache-clear

v1.1.1

Choose a tag to compare

@mattoberle mattoberle released this 04 Feb 20:53
07b870d

#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

Choose a tag to compare

@james-owen james-owen released this 26 Sep 20:58
v1.0.2

1.0.2

Bugfix: Clean-up logs and dist files

Choose a tag to compare

@manuelurenah manuelurenah released this 30 Apr 18:28

Fixes:

  • Removed unnecessary logs
  • Updated dist files

v1.0.0: Release Cache-Clear Plugin

Choose a tag to compare

@manuelurenah manuelurenah released this 30 Apr 18:27

Features:

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

[BETA] 0.0.1

[BETA] 0.0.1 Pre-release
Pre-release

Choose a tag to compare

@manuelurenah manuelurenah released this 26 Apr 16:04
v0.0.1-beta.0

0.0.1-beta.0