refactor(rivetkit-core): rename StopReason to ShutdownKind and kill enum fallthroughs#4765
Conversation
Review: refactor(rivetkit-core): rename StopReason to ShutdownKind and kill enum fallthroughsOverall this is a clean, well-executed refactor that also ships a meaningful bug fix. A few notes below. Rename is semantically clearer. New
* Behavioral change worth calling out explicitlyThe most significant part of this PR is not the rename. It is the semantic correction for Before (via the
After (explicit):
This is a real bug fix. Actors were previously receiving an Minor notesDouble
Comment on The main ask is to update the PR description to surface the |
Preview packages published to npmInstall with: npm install rivetkit@pr-4765All packages published as Engine binary is shipped via Docker images: docker pull rivetdev/engine:slim-cf49dd6
docker pull rivetdev/engine:full-cf49dd6Individual packagesnpm install rivetkit@pr-4765
npm install @rivetkit/react@pr-4765
npm install @rivetkit/rivetkit-napi@pr-4765
npm install @rivetkit/workflow-engine@pr-4765 |
027f083 to
dcf0e07
Compare
297aa8b to
bac1e2d
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: