Skip to content

Conversation

@lrapoport-cf
Copy link
Contributor

Summary

With cloudflare/workers-sdk#10604, remote bindings are no longer experimental. This updates documentation of remote bindings to reflect that.

@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @mikenomitch, @korinne, @WalshyDev, @cloudflare/deploy-config, @cloudflare/pcx-technical-writing, @kodster28, @cloudflare/wrangler, @cloudflare/workers-runtime-1, @cloudflare/wrangler

@lrapoport-cf
Copy link
Contributor Author

@penalosa @dario-piotrowicz should experimental_startRemoteProxySession be updated to remoteProxySession as well?

@github-actions
Copy link
Contributor

github-actions bot commented Sep 10, 2025

@dario-piotrowicz
Copy link
Member

penalosa dario-piotrowicz should experimental_startRemoteProxySession be updated to remoteProxySession as well?

I am in favor for removing the experimental_ prefix from the programmatic APIs 👍 however if @penalosa would prefer to keep it for a bit I'd also be ok with that

Comment on lines 366 to 376
remoteProxySessionDetails = await experimental_maybeStartOrUpdateRemoteProxySession({
bindings: {
MY_KV: {
type: 'kv_namespace',
id: 'kv-id',
remote: true,
}
}
},
remoteProxySessionDetails
);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I bet the broken indentation is not intentional 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be fixed now 👍

@lrapoport-cf
Copy link
Contributor Author

penalosa dario-piotrowicz should experimental_startRemoteProxySession be updated to remoteProxySession as well?

I am in favor for removing the experimental_ prefix from the programmatic APIs 👍 however if @penalosa would prefer to keep it for a bit I'd also be ok with that

updated :)


- When you run a remote development session using the `--remote` flag, a limit of 50 [routes](/workers/configuration/routing/routes/) per zone is enforced. Learn more in[ Workers platform limits](/workers/platform/limits/#number-of-routes-per-zone-when-using-wrangler-dev---remote).

```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```

Comment on lines 366 to 376
remoteProxySessionDetails = await maybeStartOrUpdateRemoteProxySession({
bindings: {
MY_KV: {
type: 'kv_namespace',
id: 'kv-id',
remote: true,
}
}
},
remoteProxySessionDetails
);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs formatted

@lrapoport-cf lrapoport-cf merged commit f90ce67 into production Sep 12, 2025
8 checks passed
@lrapoport-cf lrapoport-cf deleted the lrapoport/remote-bindings-update branch September 12, 2025 20:27
@lrapoport-cf lrapoport-cf mentioned this pull request Sep 15, 2025
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:workers Related to Workers product size/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants