Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-15263.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-15265.md

This file was deleted.

30 changes: 0 additions & 30 deletions .changeset/connect-handlers.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/curly-codemods-juggle.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/cyan-planets-ring.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/deep-icons-appear.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/default-analytics-engine-name.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/dependabot-update-15260.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/dependabot-update-15264.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/dependabot-update-15277.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-esm-only-package-resolution.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/inherit-r2-creds-config.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/keyring-partial-native-install.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/kv-bulk-put-local-base64-binary.md

This file was deleted.

9 changes: 9 additions & 0 deletions .changeset/local-container-fuse-privileges.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"wrangler": minor
"miniflare": minor
"@cloudflare/vite-plugin": minor
---

Enable FUSE-capable local container development

Miniflare now automatically passes the Docker privileges needed for FUSE to local Durable Object containers when using local rootless Docker on Linux with `/dev/fuse` available, or a local Docker engine on macOS or through WSL where Linux containers run in a VM. This applies to Wrangler, the Cloudflare Vite plugin, and direct Miniflare use.
8 changes: 0 additions & 8 deletions .changeset/preview-provision-parent-worker.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/remove-miniflare-vitest-assets-flag.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/remove-workflow-remote-config.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/rename-vitest-plugin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/reshape-miniflare-r2-s3-credentials.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/temporary-account-multi-auth.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-ravens-test.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/workflows-instances-delete.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/autoconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cloudflare/autoconfig

## 0.2.9

### Patch Changes

- Updated dependencies [[`59872c4`](https://github.com/cloudflare/workers-sdk/commit/59872c41d4417d9b8c2efddb4b35662453efcaae), [`c68f9cb`](https://github.com/cloudflare/workers-sdk/commit/c68f9cb866a2eae4416d20f584f733527189f18a), [`5c10e39`](https://github.com/cloudflare/workers-sdk/commit/5c10e398979c0a054f58dcf2751012cc99e977d2), [`39dcea6`](https://github.com/cloudflare/workers-sdk/commit/39dcea6c9362e2d651e3108fa769dbbc32db5a7b)]:
- @cloudflare/workers-utils@0.34.0
- @cloudflare/cli-shared-helpers@0.1.25

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/autoconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/autoconfig",
"version": "0.2.8",
"version": "0.2.9",
"description": "Framework autoconfig detection and configuration for Cloudflare Workers",
"license": "MIT OR Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/build-output-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloudflare/build-output-utils

## 0.1.3

### Patch Changes

- Updated dependencies [[`59872c4`](https://github.com/cloudflare/workers-sdk/commit/59872c41d4417d9b8c2efddb4b35662453efcaae), [`99a1f49`](https://github.com/cloudflare/workers-sdk/commit/99a1f49d7c037a25d4a19a3fe3054337e7201864), [`99a1f49`](https://github.com/cloudflare/workers-sdk/commit/99a1f49d7c037a25d4a19a3fe3054337e7201864), [`99a1f49`](https://github.com/cloudflare/workers-sdk/commit/99a1f49d7c037a25d4a19a3fe3054337e7201864)]:
- @cloudflare/config@0.7.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build-output-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/build-output-utils",
"version": "0.1.2",
"version": "0.1.3",
"description": "Utilities for reading and writing the Build Output Specification directory. This is not yet stable enough for external use — APIs may change without notice.",
"homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/build-output-utils#readme",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloudflare/cli

## 0.1.25

### Patch Changes

- Updated dependencies [[`59872c4`](https://github.com/cloudflare/workers-sdk/commit/59872c41d4417d9b8c2efddb4b35662453efcaae), [`c68f9cb`](https://github.com/cloudflare/workers-sdk/commit/c68f9cb866a2eae4416d20f584f733527189f18a), [`5c10e39`](https://github.com/cloudflare/workers-sdk/commit/5c10e398979c0a054f58dcf2751012cc99e977d2), [`39dcea6`](https://github.com/cloudflare/workers-sdk/commit/39dcea6c9362e2d651e3108fa769dbbc32db5a7b)]:
- @cloudflare/workers-utils@0.34.0

## 0.1.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/cli-shared-helpers",
"version": "0.1.24",
"version": "0.1.25",
"description": "Internal shared CLI helpers for workers-sdk. Not intended for external use — APIs may change without notice.",
"keywords": [
"cli",
Expand Down
9 changes: 9 additions & 0 deletions packages/codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @cloudflare/codemods

## 0.1.0

### Minor Changes

- [#14690](https://github.com/cloudflare/workers-sdk/pull/14690) [`d81fae7`](https://github.com/cloudflare/workers-sdk/commit/d81fae7487abee539d985c348dddf39bca3196f7) Thanks [@penalosa](https://github.com/penalosa)! - Add a central CLI for Cloudflare codemods

Run a codemod by name, e.g. `npx @cloudflare/codemods vitest:v3-to-v4`. The initial migrations cover Vitest v3 to v4 configuration (`vitest:v3-to-v4`) and the `@cloudflare/vitest-pool-workers` to `@cloudflare/vitest-plugin` v1 rename (`vitest:pool-workers-to-vitest-plugin`). The existing Vitest transform now lives in this dedicated package.
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/codemods",
"version": "0.0.0",
"version": "0.1.0",
"description": "Codemods for upgrading Cloudflare developer projects",
"keywords": [
"cloudflare",
Expand Down
42 changes: 42 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# @cloudflare/config

## 0.7.0

### Minor Changes

- [#14995](https://github.com/cloudflare/workers-sdk/pull/14995) [`59872c4`](https://github.com/cloudflare/workers-sdk/commit/59872c41d4417d9b8c2efddb4b35662453efcaae) Thanks [@ThomasRubini](https://github.com/ThomasRubini)! - Add `connect` trigger for raw sockets

You can now configure a Worker to receive raw socket connections during `wrangler dev`, delivered directly to the Worker's `connect(socket, env, ctx)` handler:

```jsonc
{
"connect": [{ "protocol": "tcp", "port": 5432 }]
}
```

Each entry opens a listening socket on `127.0.0.1` (or the given `address`) that forwards incoming connections straight to the Worker, bypassing the local dev HTTP entry point. This requires the `experimental` compatibility flag. Only `"tcp"` is supported at the moment.

`@cloudflare/config` also supports declaring this trigger via `triggers.connect(...)`, which lowers to the `connect` field above:

```ts
import { defineWorker, triggers } from "@cloudflare/config";

export default defineWorker({
triggers: [
triggers.connect({ protocol: "tcp", port: 5432, address: "127.0.0.1" }),
],
});
```

- [#15130](https://github.com/cloudflare/workers-sdk/pull/15130) [`99a1f49`](https://github.com/cloudflare/workers-sdk/commit/99a1f49d7c037a25d4a19a3fe3054337e7201864) Thanks [@emily-shen](https://github.com/emily-shen)! - Add R2 local S3 credentials to the shared config binding shape

R2 bindings now support `localDev.experimentalS3Credentials`, matching Wrangler's existing local S3 endpoint credentials configuration.

### Patch Changes

- [#15130](https://github.com/cloudflare/workers-sdk/pull/15130) [`99a1f49`](https://github.com/cloudflare/workers-sdk/commit/99a1f49d7c037a25d4a19a3fe3054337e7201864) Thanks [@emily-shen](https://github.com/emily-shen)! - Default local Analytics Engine dataset names in Miniflare

Analytics Engine dataset bindings without an explicit `name` now fallback to the worker and binding name as a default.

- [#15130](https://github.com/cloudflare/workers-sdk/pull/15130) [`99a1f49`](https://github.com/cloudflare/workers-sdk/commit/99a1f49d7c037a25d4a19a3fe3054337e7201864) Thanks [@emily-shen](https://github.com/emily-shen)! - Remove unsupported `remote` configuration from Workflow bindings

Workflow bindings no longer accept `remote` in configuration, as remote Workflow bindings have never actually been supported.

## 0.6.0

### Minor Changes
Expand Down
Loading
Loading