Skip to content

Commit 4ef1ff9

Browse files
dcpenaGregBrimble
andauthored
[Workers for Platforms] Added changelog for Workers for Platforms (#18109)
* Added changelog for Workers for Platforms * Applying Greg's suggestions Co-authored-by: Greg Brimble <[email protected]> * Corrected path from Reference to Platform --------- Co-authored-by: Greg Brimble <[email protected]>
1 parent 9b1bbcf commit 4ef1ff9

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
link: "/cloudflare-for-platforms/workers-for-platforms/reference/changelog/"
3+
productName: Workers for Platforms
4+
productLink: "/cloudflare-for-platforms/"
5+
productArea: Developer platform
6+
productAreaLink: /workers/platform/changelog/platform/
7+
entries:
8+
- publish_date: "2024-04-16"
9+
title: Workers for Platforms available to all users
10+
description: |-
11+
Workers for Platforms will be available for all users through the new pay-as-you-go plan. For more information, refer to the [blog post](https://blog.cloudflare.com/browser-rendering-api-ga-rolling-out-cloudflare-snippets-swr-and-bringing-workers-for-platforms-to-our-paygo-plans/).
12+
- publish_date: "2023-05-18"
13+
title: Outbound Workers, Custom Limits and Tail Workers
14+
description: |-
15+
[Outbound Workers](/cloudflare-for-platforms/workers-for-platforms/configuration/outbound-workers/), [Custom Limits](/cloudflare-for-platforms/workers-for-platforms/configuration/custom-limits/) and [Tail Workers](/cloudflare-for-platforms/workers-for-platforms/configuration/observability/#tail-workers) are now available.
16+
- publish_date: "2022-05-10"
17+
title: Workers for Platform announced
18+
description: |-
19+
Workers for Platforms, built on top of Cloudflare Workers, allows you to deploy custom code on behalf of your users or lets your users directly deploy their own code to your platform. For more information, refer to the [announcement blog post](https://blog.cloudflare.com/workers-for-platforms/).
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+
- workers-for-platforms
6+
---
7+
8+
import { ProductChangelog } from "~/components";
9+
10+
Workers for Platforms users might also be interested in [the Workers changelog](/workers/platform/changelog/) which has detailed changes to the Workers runtime and the various configuration options available to your dispatch and user Workers.
11+
12+
{/* <!-- Actual content lives in /src/content/changelogs/workers-for-platforms.yaml. --> */}
13+
14+
<ProductChangelog />

0 commit comments

Comments
 (0)