Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

v3.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 09:16
· 37 commits to master since this release
92cbe57

Minor Changes

  • #247 2cdc8cf Thanks @iveelsm! - Allow for cacheTags to be passed on fetch requests

    Allowing cacheTags within the workers process to be processed as part of a standard fetch has been a highly requested feature. This new object within the request initialization will allow for supplemental Cache-Tag headers to be returned so that they can be stored with the relevant content. This will allow for better control over Purge by Tag mechanisms within the workers processes.

    Implementation:

    • Adds a new object to the cf.d.ts declaration.