Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
60c4eba
[remote-bindings] Add empty package
penalosa Jul 14, 2026
13c0ce7
[remote-bindings] Extract remote binding implementation
penalosa Jul 14, 2026
96fb6c9
snapshot copy of DevEnv
penalosa Jul 15, 2026
3a9d79c
remove obsolete inspector proxy
penalosa Jul 15, 2026
b9c18ea
config pass through
penalosa Jul 15, 2026
cc55296
bundler pass through
penalosa Jul 15, 2026
ea36bae
logger context
penalosa Jul 15, 2026
03172e6
remove no-op
penalosa Jul 15, 2026
f56d9af
fully specified remote bindings input config
penalosa Jul 15, 2026
c238bfb
remove dead code
penalosa Jul 15, 2026
131960e
packages
penalosa Jul 15, 2026
9564b73
packages
penalosa Jul 15, 2026
396d053
packages
penalosa Jul 15, 2026
c93bcd9
base move
penalosa Jul 15, 2026
4a36987
move more helpers
penalosa Jul 15, 2026
ace48fe
move retryOnApiFailure
penalosa Jul 15, 2026
940786e
move access
penalosa Jul 15, 2026
00ebe94
copy ProxyWorekr
penalosa Jul 15, 2026
0ad1466
make proxycontroller green with minimal helpers
penalosa Jul 15, 2026
a972683
reduction in more things we don't cara bout
penalosa Jul 15, 2026
be21443
make remote bindings package functional
penalosa Jul 16, 2026
3b1b6f4
[remote-bindings] Remove dead dev runtime code
penalosa Jul 16, 2026
4d5c387
[remote-bindings] Narrow remote runtime internals
penalosa Jul 16, 2026
05eba50
[remote-bindings] Restore default account selection
penalosa Jul 16, 2026
235afa1
chore: fix remote bindings lockfile
penalosa Jul 16, 2026
dab662b
[remote-bindings] Collapse remote runtime controllers
penalosa Jul 16, 2026
2b56c5a
[remote-bindings] Embed workers for direct consumers
penalosa Jul 16, 2026
99d736a
[remote-bindings] Fix direct consumer integration
penalosa Jul 16, 2026
d32d57e
[remote-bindings] Fix Windows worker embedding build
penalosa Jul 16, 2026
5e85425
[wrangler] Update invalid account error snapshot
penalosa Jul 16, 2026
4deab4f
[remote-bindings] Prevent stale preview bindings
penalosa Jul 17, 2026
25c6866
[miniflare] Route storage/remote bindings through shared services via…
penalosa Jun 26, 2026
a4d0fef
[miniflare] Add shared storage owner routed over the remote-bindings …
penalosa Jun 30, 2026
9705724
[miniflare] Add storage-owner tests and high-concurrency oracle
penalosa Jun 30, 2026
9e35a0f
[miniflare] Deduplicate the remote-bindings proxy server
penalosa Jul 3, 2026
d46ce09
[miniflare] Move storage-owner per-plugin logic into the plugins
penalosa Jul 17, 2026
340065c
[miniflare] Drop redundant startup lock, log the storage owner, param…
penalosa Jul 17, 2026
00739a9
Merge remote-tracking branch 'origin/main' into opencode/pr-14449-mai…
penalosa Aug 3, 2026
e8fe614
Merge remote-tracking branch 'origin/main' into opencode/pr-14449-mai…
penalosa Aug 4, 2026
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
7 changes: 7 additions & 0 deletions .changeset/shared-storage-owner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"miniflare": minor
---

Add experimental `unsafeSharedStorageOwner` option to share local storage across processes

When several Miniflare instances run with resources with the same resource ID, they will now share the underlying data.
4 changes: 0 additions & 4 deletions .github/workflows/c3-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,6 @@ jobs:
run: pnpm run test:e2e:c3
env:
NODE_VERSION: ${{ env.NODE_VERSION }}
# Some framework generators write a different pnpm version to `packageManager`.
# By default pnpm downloads and runs it. Concurrent tests can then provision
# that version in the same pnpm tool store, causing recursive installs.
pnpm_config_manage_package_manager_versions: "false"
E2E_EXPERIMENTAL: ${{ matrix.experimental }}
E2E_TEST_PM: ${{ matrix.pm.name }}
E2E_TEST_PM_VERSION: ${{ matrix.pm.version }}
Expand Down
3 changes: 1 addition & 2 deletions packages/create-cloudflare/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"E2E_FRAMEWORK_TEMPLATE_TO_TEST",
"E2E_PROJECT_PATH",
"E2E_TEST_RETRIES",
"E2E_RUN_DEPLOY_TESTS",
"pnpm_config_manage_package_manager_versions"
"E2E_RUN_DEPLOY_TESTS"
],
"dependsOn": ["build"],
"inputs": ["e2e/**", "vitest-e2e.config.ts", "!e2e/README.md"],
Expand Down
Loading
Loading