v0.37.1
Trace Output Polish
Patch release after v0.37.0 focused on trace output consistency and JSONL cleanup.
What changed
- Panic trace rendering aligned with the new pretty tree view (
receiver <- sender, branch lines). - Runtime
newnow propagates signal causes, so causal chains can reach:start. - JSONL trace events omit
port.Indexwhen it isnull(kept only for array ports). - Added focused runtime tests for cause propagation and JSONL encoding behavior.