Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 15 Jun 07:56
· 2 commits to main since this release
Stabilize live log following before release

Handle transient run.json parse failures while a run is still writing logs so live observers do not fail during startup or shutdown races.

Constraint: Release validation exposed this through CI even though the v0.1.2 release workflow completed.

Rejected: test-only retry workaround | the same race can affect real tali logs follow users.

Confidence: high

Scope-risk: narrow

Directive: Treat partially written live-log state as in-progress, not as a hard failure.

Tested: cargo fmt --check; cargo check --locked; cargo clippy --locked --all-targets -- -D warnings; cargo test --locked --all-targets; release metadata/license/crate-version checks.

Not-tested: full release-check after this commit before clean-tree commit creation.