Skip to content

Commit 8d910e3

Browse files
committed
docs: add 2025-06-17 fixes to workers changelog
1 parent 84d2b48 commit 8d910e3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Fixes to Workers in Terraform, SDKs, and APIs.
3+
description: Various fixes and improvements have been made to Workers Terraform resources, SDKs, APIs, and API docs.
4+
products:
5+
- d1
6+
- workers
7+
- workers-for-platforms
8+
date: 2025-06-17T00:00:00Z
9+
---
10+
11+
Fixes and improvements have been made to Workers Terraform resources, SDKs, APIs, and API docs that unblock users from configuring Workers and resources on the Developer Platform for build and deploy scripts, CI/CD pipelines, custom dev tools, testing, etc.
12+
13+
## New Workers Script Upload Interface in SDKs
14+
15+
In [cloudlfare-typescript](https://github.com/cloudflare/cloudflare-typescript) (4.4.1) and [cloudflare-python](https://github.com/cloudflare/cloudflare-python) (4.3.1), there is a fixed (and improved!) interface for uploading Workers. Check out the examples [here](/workers/platform/infrastructure-as-code).
16+
17+
## Terraform
18+
19+
- Fixed the [cloudflare_workers_script](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/workers_script) resource in Terraform producing a diff even when there are no changes.
20+
- Fixed the [cloudflare_workers_for_platforms_dispatch_namespace](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/workers_for_platforms_dispatch_namespace) resource in Terraform always attempting to recreate.
21+
- The [cloudflare_workers_route](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/workers_route) resource now allows for the `script` property to be empty, null, or omitted to indicate that pattern should be negated for all scripts (see routes [docs](/workers/configuration/routing/routes)).
22+
- Using `primary_location_hint` in the [cloudflare_d1_database](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/d1_database) resource will no longer always try to recreate.
23+
24+
## API
25+
26+
- Added missing [Workers Script And Version Settings](/api/resources/workers/subresources/scripts/subresources/script_and_version_settings) to the OpenAPI docs and API SDKs.

0 commit comments

Comments
 (0)