Skip to content

Commit 37c1e19

Browse files
committed
Adds Cache change log
1 parent c61c28e commit 37c1e19

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

src/content/changelogs/cache.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
link: "/cache/changelog/"
3+
productName: Cache
4+
productLink: "/cache/"
5+
productArea: Application performance
6+
productAreaLink: /fundamentals/reference/changelog/performance/
7+
entries:
8+
- publish_date: "2024-11-07"
9+
title: Shard Cache by cache key
10+
description: |-
11+
For custom cache keys, enterprise customers can now shard their cache using up to three values for previously restricted headers `accept*`, `referer`, and `user-agent`. Sharding the cache can improve cache `HIT` ratio and performance. However, overly sharding your cache, can have the opposite effect.
12+
13+
- publish_date: "2024-11-07"
14+
title: Versioning
15+
description: |-
16+
Cache now supports versioned environments allowing customers to stage configurations and purge staged environments. Note that Cache Reserve is only supported for your production environment.
17+
18+
- publish_date: "2024-09-05"
19+
title: New Cache Rules templates for one-click rule creation
20+
description: |-
21+
The new **Rules** > **Templates** page in the Cloudflare dashboard provides one-click templates for creating cache rules, making it easy to optimize your caching strategy. Access these pre-built templates directly from each product's rule builder, and explore the [Examples gallery](/rules/examples/) in the developer documentation for real-world use cases.
22+
23+
- publish_date: "2024-07-19"
24+
title: Generic tiered cache
25+
description: |-
26+
[Generic Global Tiered Cache](/cache/how-to/tiered-cache/#generic-global-tiered-cache) topology leverages all Cloudflare data centers as upper-tier cache network. It now hashes content within a region reducing duplication in upper-tier caches, which increases cache `HIT` ratio.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Changelog
4+
changelog_file_name:
5+
- cache
6+
sidebar:
7+
order: 12
8+
---
9+
10+
import { ProductChangelog } from "~/components";
11+
12+
{/* <!-- Actual content lives in /src/content/changelogs/cache.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
13+
14+
<ProductChangelog />

0 commit comments

Comments
 (0)