Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/quiet-startup-shutdown.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down