diff --git a/.changeset/quiet-startup-shutdown.md b/.changeset/quiet-startup-shutdown.md deleted file mode 100644 index 4331a6e..0000000 --- a/.changeset/quiet-startup-shutdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"effect-machine": patch ---- - -Stop pending actor startup before closing its runtime. Wait for recovery cleanup even when a stop caller cancels its wait. Finish shutdown owner creation and cache publication before accepting caller cancellation. Preserve terminal lifecycle during initial startup and supervised activation. Keep synchronous host sends ready when startup completes. Preserve recovery cleanup errors and prevent recovery fallbacks from swallowing self-stop. diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd2f22..5b1cc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # effect-machine +## 0.25.7 + +### Patch Changes + +- [#79](https://github.com/cevr/effect-machine/pull/79) [`4d431d1`](https://github.com/cevr/effect-machine/commit/4d431d15d150405983d7730159829ac93d6bf30f) Thanks [@cevr](https://github.com/cevr)! - Stop pending actor startup before closing its runtime. Wait for recovery cleanup even when a stop caller cancels its wait. Finish shutdown owner creation and cache publication before accepting caller cancellation. Preserve terminal lifecycle during initial startup and supervised activation. Keep synchronous host sends ready when startup completes. Preserve recovery cleanup errors and prevent recovery fallbacks from swallowing self-stop. + ## 0.25.6 ### Patch Changes diff --git a/package.json b/package.json index d6d4875..03ba311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effect-machine", - "version": "0.25.6", + "version": "0.25.7", "repository": { "type": "git", "url": "https://github.com/cevr/effect-machine.git"