Skip to content

Commit 836b373

Browse files
committed
Added changelog for Workers for Platforms
1 parent a1c98e1 commit 836b373

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-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-05"
9+
title: Workers for Platforms available to all users
10+
description: |-
11+
Workers for Platforms will be available for all users through the new $25 pay-as-you-go plan as of April 16, 2024. 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, Custom Limits and Tail Workers are now available. For detailed information about how these features work, refer to the [blog post](https://blog.cloudflare.com/powering-platforms-on-workers/).
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
{/* <!-- Actual content lives in /src/content/changelogs/workers-for-platforms.yaml. --> */}
11+
12+
<ProductChangelog />

0 commit comments

Comments
 (0)