diff --git a/src/content/changelogs/cache.yaml b/src/content/changelogs/cache.yaml new file mode 100644 index 00000000000000..59b1d728337e90 --- /dev/null +++ b/src/content/changelogs/cache.yaml @@ -0,0 +1,26 @@ +--- +link: "/cache/changelog/" +productName: Cache +productLink: "/cache/" +productArea: Application performance +productAreaLink: /fundamentals/reference/changelog/performance/ +entries: + - publish_date: "2024-11-07" + title: Shard Cache by cache key + description: |- + 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. + + - publish_date: "2024-11-07" + title: Versioning + description: |- + 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. + + - publish_date: "2024-09-05" + title: New Cache Rules templates for one-click rule creation + description: |- + 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. + + - publish_date: "2024-07-19" + title: Generic tiered cache + description: |- + [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. diff --git a/src/content/docs/cache/changelog.mdx b/src/content/docs/cache/changelog.mdx new file mode 100644 index 00000000000000..5e8884e069b7c8 --- /dev/null +++ b/src/content/docs/cache/changelog.mdx @@ -0,0 +1,14 @@ +--- +pcx_content_type: changelog +title: Changelog +changelog_file_name: + - cache +sidebar: + order: 12 +--- + +import { ProductChangelog } from "~/components"; + +{/* */} + + \ No newline at end of file