v1.4.3: State file bug fix
·
230 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
A small patch release fixing an issue where errored daemons could corrupt the state file.
Bug Fixes
- Fixed invalid state file when daemons error without an exit code — When a daemon entered an errored state without a known exit code, the state file could become unreadable due to TOML's lack of null support. Pitchfork now handles unknown exit codes gracefully, preventing state file corruption. (#231)