Skip to content

Commit c9a39bd

Browse files
committed
remove hidden flag
1 parent 9bc1757 commit c9a39bd

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/content/changelog/durable-objects/2025-04-07-durable-objects-free-tier.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ title: Durable Objects on Workers Free plan
33
description: Durable Objects now available on Workers Free plan.
44
products:
55
- durable-objects
6-
- workers
6+
- workers
77
date: 2025-04-07T06:00:00Z
8-
hidden: true
98
---
109

11-
Durable Objects can now be used with zero commitment on the [Workers Free plan](/workers/platform/pricing/) allowing you to build AI agents with [Agents SDK](/agents/), collaboration tools, and real-time applications like chat or multiplayer games.
10+
Durable Objects can now be used with zero commitment on the [Workers Free plan](/workers/platform/pricing/) allowing you to build AI agents with [Agents SDK](/agents/), collaboration tools, and real-time applications like chat or multiplayer games.
1211

13-
Durable Objects let you build stateful, serverless applications with millions of tiny coordination instances that run your application code alongside (in the same thread!) your durable storage. Each Durable Object can access its own SQLite database through a [Storage API](/durable-objects/best-practices/access-durable-objects-storage/). A Durable Object class is defined in a Worker script encapsulating the Durable Object's behavior when accessed from a Worker. To try the code below, click the button:
12+
Durable Objects let you build stateful, serverless applications with millions of tiny coordination instances that run your application code alongside (in the same thread!) your durable storage. Each Durable Object can access its own SQLite database through a [Storage API](/durable-objects/best-practices/access-durable-objects-storage/). A Durable Object class is defined in a Worker script encapsulating the Durable Object's behavior when accessed from a Worker. To try the code below, click the button:
1413

1514
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/staging/hello-world-do-template)
1615

src/content/changelog/durable-objects/2025-04-07-sqlite-in-durable-objects-ga.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ products:
55
- durable-objects
66
- workers
77
date: 2025-04-07T06:00:00Z
8-
hidden: true
98
---
109

1110
SQLite in Durable Objects is now generally available (GA) with 10GB SQLite database per Durable Object. Since the [public beta](https://blog.cloudflare.com/sqlite-in-durable-objects/) in September 2024, we've added feature parity and robustness for the SQLite storage backend compared to the preexisting key-value (KV) storage backend for Durable Objects.

src/content/changelog/workflows/2025-04-07-workflows-ga.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Workflows is now GA - ship Workflows that you can rely on in produc
44
- workflows
55
- workers
66
date: 2025-04-07T13:00:00Z
7-
hidden: true
87
---
98

109
import { Render, PackageManagers, TypeScriptExample } from "~/components"

0 commit comments

Comments
 (0)