From 9849bd773190233f898daedea4fd87b50199659b Mon Sep 17 00:00:00 2001 From: flemming-it Date: Fri, 17 Jul 2026 19:37:35 +0200 Subject: [PATCH] docs: changelog entry for planSetup Signed-off-by: flemming-it --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dff900..b26162a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ for the authoritative per-release detail. ## Unreleased +- `planSetup()`: guided-setup plan preview over the hub connection + (the new `PlanSetup` HubAdmin RPC) — returns the assembled plan + (scenario, steps, config keys) without spawning the `chain` CLI. + Regenerated stubs. - `AuthStatusResponse.reloadRequired`: true when the hub's on-disk auth config (or the env vars it references) no longer matches the validator it enforces — a `ReloadAuth` is pending.