Ironflow v0.19.1
Patch release fixing two SDK gaps that blocked real-world browser usage: Config subscriptions now auto-connect, and missing class exports are restored across both SDKs.
- Browser Config watch auto-connects —
BrowserConfigClient.watch()(and allsubscribe()calls) now auto-connect the transport when disconnected, with a shared 10-second in-flight connect and a visibility-change health check for background tabs. Server-sideHandleSetConfig/HandlePatchConfignow emitsystem.config.{name}.updatedevents so subscribers receive live updates. (#538) - SDK barrel re-exports —
IronflowClient(value + type) andProjectionRunnerre-exported from@ironflow/node;SubscriptionManagerre-exported from@ironflow/browser. Typed singleton references no longer requireReturnType<typeof createClient>workarounds. (#537)