Skip to content

Commit b1e86c1

Browse files
committed
cache
1 parent badf88a commit b1e86c1

File tree

4 files changed

+46
-47
lines changed

4 files changed

+46
-47
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
# changelog
1111
/changelog/rss.xml /changelog/rss/index.xml 301
12+
/cache/changelog/index.xml /changelog/rss/cache.xml 301
1213
/dns/changelog/index.xml /changelog/rss/dns.xml 301
1314
/logs/changelog/index.xml /changelog/rss/logs.xml 301
1415
/fundamentals/changelog/index.xml /changelog/rss/fundamentals.xml 301

src/content/changelog/cache/2025-02-04-easier-onboarding-for-csam-scanning-tool.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ date: 2025-02-04T12:00:00Z
88

99
You can now implement our **child safety tooling**, the **[CSAM Scanning Tool](/cache/reference/csam-scanning/)**, more easily. Instead of requiring external reporting credentials, you only need a verified email address for notifications to onboard. This change makes the tool more accessible to a wider range of customers.
1010

11-
## **How It Works**
11+
**How It Works**
1212

13-
When enabled, the tool automatically [hashes images for enabled websites as they enter the Cloudflare cache](https://blog.cloudflare.com/the-csam-scanning-tool/). These hashes are then checked against a database of **known abusive images**.
13+
When enabled, the tool automatically [hashes images for enabled websites as they enter the Cloudflare cache](https://blog.cloudflare.com/the-csam-scanning-tool/). These hashes are then checked against a database of **known abusive images**.
1414

15-
- **Potential match detected?**
16-
- The **content URL is blocked**, and
17-
- **Cloudflare will notify you** about the found matches via the provided email address.
15+
- **Potential match detected?**
16+
- The **content URL is blocked**, and
17+
- **Cloudflare will notify you** about the found matches via the provided email address.
1818

19-
## **Updated Service-Specific Terms**
19+
**Updated Service-Specific Terms**
2020

2121
We have also made updates to our **[Service-Specific Terms](https://www.cloudflare.com/service-specific-terms-application-services/#csam-scanning-tool-terms)** to reflect these changes.
Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,48 @@
11
---
22
pcx_content_type: changelog
33
title: Changelog
4-
release_notes_file_name:
5-
- cache
64
sidebar:
75
order: 12
86
---
97

10-
import { ProductReleaseNotes } from "~/components";
8+
import { ProductChangelog } from "~/components";
119

12-
{/* <!-- Actual content lives in /src/content/release-notes/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 --> */}
10+
{/* <!-- Actual content lives in /src/content/changelog/cache/. Update the file there for new entries to appear here */}
1311

14-
<ProductReleaseNotes />
12+
<ProductChangelog product="cache" />
13+
14+
## 2025-01-08
15+
16+
**Smart Tiered Cache for Load balancing**
17+
18+
Smart Tiered Cache will now select a common single best Upper Tier for an entire Load Balancing Pool based on Origin performance measurements, increasing the cache HIT ratio.
19+
20+
## 2024-11-20
21+
22+
**Smart Tiered Cache for R2**
23+
24+
R2 now automatically gets tiered cache if using Smart Tiered Cache. We select a data center close to your R2 storage bucket as a common Upper Tier cache.
25+
26+
## 2024-11-07
27+
28+
**Shard Cache by cache key**
29+
30+
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.
31+
32+
## 2024-11-07
33+
34+
**Versioning**
35+
36+
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.
37+
38+
## 2024-09-05
39+
40+
**New Cache Rules templates for one-click rule creation**
41+
42+
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.
43+
44+
## 2024-07-19
45+
46+
**Generic tiered cache**
47+
48+
[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.

src/content/release-notes/cache.yaml

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

0 commit comments

Comments
 (0)