Skip to content

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-connectsBrowserConfigClient.watch() (and all subscribe() 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-side HandleSetConfig / HandlePatchConfig now emit system.config.{name}.updated events so subscribers receive live updates. (#538)
  • SDK barrel re-exportsIronflowClient (value + type) and ProjectionRunner re-exported from @ironflow/node; SubscriptionManager re-exported from @ironflow/browser. Typed singleton references no longer require ReturnType<typeof createClient> workarounds. (#537)