Some checks are pending
Security / Security check (push) Waiting to run
- listProjects() returns the shared hub's registry (general first; sealed areas never appear — they are their own hub instance). - eventLog, streamEvents and listApprovals take an optional project: filter; LoggedEvent, PendingApprovalEntry and FlowSummary carry project. Stubs regenerated from the platform's hub.proto. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
1.4 KiB
1.4 KiB
Changelog
The SDK version tracks the platform release that shipped the
matching wire surface; see the platform repo's CHANGELOG.md
for the authoritative per-release detail.
Unreleased
- Projects on the wire (Studio multi-project stage ①):
listProjects()returns the shared hub's registry (generalfirst; sealed areas never appear — they are their own hub instance);eventLog,streamEventsandlistApprovalstake an optionalproject:filter;LoggedEvent,PendingApprovalEntryandFlowSummarycarryproject. Regenerated stubs from the platform'shub.proto.
0.18.x (current)
- Full Hub + HubAdmin coverage:
submit(incl.detach:),submitStreaming,runSavedFlow(text/bytes/json inputs), detached invocation status/result/cancel, saved flows, store + module management, audit (eventLog,streamEvents,verifyEventChain), approvals, federation admin (listSatellites,issueBootstrapToken,revokeSatellite), MCP/n8n endpoint management, System-AI administration. - Bearer-token auth via
HubClient(authToken:). - Native gRPC + gRPC-Web transports (conditional import).
- Generated bindings for the renamed
chain.v1wire package.
Earlier
- 0.x line grew alongside the platform (package started as a
scaffold named
fai_client_sdk, renamed tochain_client_sdkin the product rename, 2026-06).