-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Changelog for new bindings canvas #22886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| --- | ||
| title: Explore your Worker’s architecture in the new bindings canvas | ||
| description: You can now explore, manage and add new bindings on your Workers application in the new binding canvas | ||
| products: | ||
| - workers | ||
| date: 2025-06-03T01:00:00Z | ||
| --- | ||
|
|
||
| import { Render } from "~/components"; | ||
|
|
||
| You can now visualize your Worker’s architecture with the new bindings canvas in the Cloudflare dashboard, making it easier to see and manage how your application connects to Cloudflare resources like [D1 databases](/d1), [Durable Objects](/durable-objects), [KV namespaces](/kv), and [more](/workers/runtime-apis/bindings/). | ||
|
|
||
|  | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The image path |
||
|
|
||
| With this new view, you can easily: | ||
| * Explore existing bindings in a visual, architecture-style diagram | ||
| * Add and manage bindings directly from the same interface | ||
| * Discover the full range of compute, storage, AI, and media resources you can attach to your Workers application. | ||
|
|
||
| To get started, head to the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers-and-pages) and open the **Bindings** tab of any Workers application. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. there isn't a way to deeplink here?
nevikashah marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an inconsistency between 'binding canvas' (singular) in the description and 'bindings canvas' (plural) in the title and content. Consider standardizing on one form throughout the document.