Skip to content

Commit 92cbe57

Browse files
Version Packages (#250)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2cdc8cf commit 92cbe57

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.changeset/rude-colts-help.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 3.12.0
4+
5+
### Minor Changes
6+
7+
- [#247](https://github.com/cloudflare/workers-types/pull/247) [`2cdc8cf`](https://github.com/cloudflare/workers-types/commit/2cdc8cffd7086941e03125d9d95bd9a869a837a3) Thanks [@iveelsm](https://github.com/iveelsm)! - Allow for cacheTags to be passed on fetch requests
8+
9+
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.
10+
11+
Implementation:
12+
13+
- Adds a new object to the `cf.d.ts` declaration.
14+
315
## 3.11.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/workers-types",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "TypeScript typings for Cloudflare Workers",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)