Heron v0.5.2
[0.5.2] — 2026-06-11
Added
- eBPF capture is now a managed Settings source. The console's pipeline
Settings lists, adds, edits, and removes the on-host eBPF SSL-uprobe source
like any other ingress, with an availability guard: a binary built without the
ebpffeature reportsebpf_available = falseon/api/runtime-config, and
the API rejects an eBPF source on such a build so a stray config can't wedge
the next boot. (The capture engine itself shipped in 0.5.1; this makes it
operable from the UI.) - eBPF metrics in pipeline-health. A new
ebpfmetric group surfaces the
capture path's health — uprobes attached, events received / dropped, bytes
captured, frames synthesized, active connections, and process-cache size — in
the debug pipeline-health view and on/api/internal-metrics.
Changed
- Console theme aligned to the Kami parchment design system. Replaced the
too-dark palette with the canonical parchment surfaces (paper canvas, lifted
ivory, ink-blue accent), matching the heron-ai.pages.dev landing site.
Docs
- Refreshed the README screenshots in the corrected Kami theme.
What's Changed
- feat(ebpf): Settings enable/disable toggle + pipeline-health metrics by @vaderyang in #147
- fix(console): align Kami theme to the parchment design system by @vaderyang in #145
- docs: refresh README screenshots in the corrected Kami theme by @vaderyang in #146
- release: v0.5.2 — eBPF Settings source + metrics, Kami theme by @vaderyang in #149
Full Changelog: v0.5.1...v0.5.2