-
Notifications
You must be signed in to change notification settings - Fork 10k
Durable Objects getByName API changelog #24664
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
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://deef5665.preview.developers.cloudflare.com Files with changes (up to 15) |
|
|
||
| Each Durable Object has a globally-unique name, which allows you to send requests to a specific object from anywhere in the world. Thus, a Durable Object can be used to coordinate between multiple clients who need to work together. You can have billions of Durable Objects, providing isolation between application tenants. | ||
|
|
||
| For more information, checkout: |
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.
"check out" should be two words here
src/content/changelog/durable-objects/2025-08-21-durable-objects-get-by-name.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/durable-objects/2025-08-21-durable-objects-get-by-name.mdx
Show resolved
Hide resolved
…ts-get-by-name.mdx Co-authored-by: Brendan Irvine-Broque <[email protected]>
No description provided.