feat: FlowSummary.sample — regenerated stubs
Some checks failed
Security / Security check (push) Failing after 2s

The hub marks bundled sample flows on the wire (field 6, additive);
old hubs decode to false so clients never chip on guesswork.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
flemming-it 2026-08-28 00:09:13 +02:00
parent 70f04af438
commit 5759ce4c7a
3 changed files with 24 additions and 1 deletions

View file

@ -6,6 +6,11 @@ for the authoritative per-release detail.
## Unreleased
- Regenerated stubs: `FlowSummary.sample` (wire field 6) — true when
a saved flow still carries the bundled-sample header. Old hubs
without the field decode to false, so clients can mark and group
examples honestly.
- `declareService()` — persist a host service into the operator
config via the new DeclareService RPC (returns restartRequired).