-
Notifications
You must be signed in to change notification settings - Fork 10k
Actors library alpha changelog #23206
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
elithrar
left a comment
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.
Good - need to:
- Standardize on
@cloudflare/actorsfor the name - Expand on the benefits - break out SQL migrations into its own bullet point
- Maybe say that the
@cloudflare/actorslibrary will be the recommend way to build on Durable Objects - Explain that you can always drop down to the direct Durable Object APIs whenever needed.
| date: 2025-06-25T06:00:00Z | ||
| --- | ||
|
|
||
| [@cloudflare/actors](https://www.npmjs.com/package/@cloudflare/actors) package is in alpha and provides a SDK for Durable Objects, in addition to Durable Objects [Workers API](https://developers.cloudflare.com/durable-objects/api/base/). "Actors" originates from the [actor programming model](/durable-objects/what-are-durable-objects/#actor-programming-model), which is a close analogy for Durable Objects. |
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.
| [@cloudflare/actors](https://www.npmjs.com/package/@cloudflare/actors) package is in alpha and provides a SDK for Durable Objects, in addition to Durable Objects [Workers API](https://developers.cloudflare.com/durable-objects/api/base/). "Actors" originates from the [actor programming model](/durable-objects/what-are-durable-objects/#actor-programming-model), which is a close analogy for Durable Objects. | |
| The new [@cloudflare/actors](https://www.npmjs.com/package/@cloudflare/actors) library now is in beta! | |
| The `@cloudflare/actors` library is a new SDK for Durable Objects, and provides a powerful set of abstractions for building multiplayer, collaborative and/or WebSockets-based applications on top of Durable Objects. | |
| The name "actors" originates from the [actor programming model](/durable-objects/what-are-durable-objects/#actor-programming-model), which closely ties to how Durable Objects are modelled. |
package -> library
alpha -> beta?
communicate value + "why"
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.
done with some rewording, websocket focus to come in Q3
src/content/changelog/durable-objects/2025-06-25-actors-package-alpha.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/durable-objects/2025-06-25-actors-package-alpha.mdx
Outdated
Show resolved
Hide resolved
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://9469d2ac.preview.developers.cloudflare.com Files with changes (up to 15) |
* Actors library alpha changelog
No description provided.