Skip to content

v1.4.3: State file bug fix

Choose a tag to compare

@jdx jdx released this 12 Feb 00:56
· 230 commits to main since this release
Immutable release. Only release title and notes can be modified.
3d9625e

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)