Skip to content

v0.37.1

Choose a tag to compare

@emil14 emil14 released this 16 May 15:19
44150f3

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 new now propagates signal causes, so causal chains can reach :start.
  • JSONL trace events omit port.Index when it is null (kept only for array ports).
  • Added focused runtime tests for cause propagation and JSONL encoding behavior.

Included PRs