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
7 changes: 0 additions & 7 deletions .changeset/plain-supervisor-stop.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# effect-machine

## 0.25.8

### Patch Changes

- [#81](https://github.com/cevr/effect-machine/pull/81) [`d4f3dea`](https://github.com/cevr/effect-machine/commit/d4f3dea1b5a856df71f77da16e46a6915ebed6a4) Thanks [@cevr](https://github.com/cevr)! - Allow an actor to stop itself from protected supervised recovery. Wait for the supervisor to finish cleanup and report its cleanup defects to every stop caller.

Apply the restart policy when a restarted generation fails during startup. Continue within the retry budget and complete the actor exit when that budget ends.

## 0.25.7

### 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.7",
"version": "0.25.8",
"repository": {
"type": "git",
"url": "https://github.com/cevr/effect-machine.git"
Expand Down