Skip to content

Commit deb73e3

Browse files
committed
updates changelog
1 parent 17fc4e3 commit deb73e3

File tree

3 files changed

+2
-112
lines changed

3 files changed

+2
-112
lines changed
273 KB
Loading

src/content/changelog/workers/2025-09-02-new-workers-api.mdx

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

src/content/changelog/workers/2025-09-03-new-workers-api.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
---
2-
title: Introducing the new Workers API. From eight confusing endpoints to three clear resources
2+
title: Simpler Workers API that lets you directly manage Workers, Versions, and Deployments
33
description: Simpler Workers API, SDK methods, and Terraform resources for directly managing Workers, Versions, and Deployments
44
date: 2025-09-03
55
---
6-
You can now manage [**Workers**](/api/resources/workers/subresources/beta/subresources/workers/methods/create/), [**Versions**](/api/resources/workers/subresources/beta/subresources/workers/models/worker/#(schema)), and [**Deployments**](/api/resources/workers/subresources/scripts/subresources/content/methods/update/) as separate resources with a new, resource-oriented API (Beta).
7-
8-
This new API is supported in our [Terraform provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) and the [Cloudflare Typescript SDK](https://github.com/cloudflare/cloudflare-typescript), allowing platform teams to manage a Worker's infrastructure in Terraform, while development teams handle code deployments from a separate repository or workflow. We also designed this API with agents in mind, as a clear, predictable structure is essential for them to reliably build, test, and deploy applications.
6+
You can now manage [**Workers**](/api/resources/workers/subresources/beta/subresources/workers/methods/create/), [**Versions**](/api/resources/workers/subresources/beta/subresources/workers/models/worker/#(schema)), and [**Deployments**](/api/resources/workers/subresources/scripts/subresources/content/methods/update/) as separate resources with a new, resource-oriented API (Beta). This new API is supported in our [Terraform provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) and the [Cloudflare Typescript SDK](https://github.com/cloudflare/cloudflare-typescript), allowing platform teams to manage a Worker's infrastructure in Terraform, while development teams handle code deployments from a separate repository or workflow. We also designed this API with agents in mind, as a clear, predictable structure is essential for them to reliably build, test, and deploy applications.
97

108
### Try it out
119
- [**New beta API endpoints**](/api/resources/workers/subresources/beta/)
1210
- [**Cloudflare TypeScript SDK v4.6.0**](https://github.com/cloudflare/cloudflare-typescript)
1311
- [**Terraform provider v5.9.0**](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs): [`cloudflare_worker`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/worker) , [`cloudflare_worker_version`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/worker_version), and [`cloudflare_workers_deployments`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/workers_deployment) resources.
14-
- See full examples in our [Infrastructure as Code (IaC) guide](/workers/platform/infrastructure-as-code)
15-
1612

1713
![**Before and after**](~/assets/images/workers/platform/endpoints.png)
1814

0 commit comments

Comments
 (0)