Skip to content

v6.0.2-staging.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Mar 12:45

6.0.2-staging.0 (2026-03-25)

🚀 Features

  • examples: add Discord webhook processor example (fc09a4d66)
  • test-subscription: adding a cli test-client for testing reactor api subscriptions (563a8ac7d)
  • switchboard: add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT (52f34aa1f)
  • reactor: add a DocumentIntegrityService with keyframe/snapshot validation and rebuild, a new integrity inspector UI component, and IKeyframeStore.listKeyframes/deleteKeyframes extensions (7baebff7f)
  • reactor-hypercore example (d5557973a)
  • renown,reactor-browser: renown integration improvements (a65731a73)
  • ci: add gitops action for registry image updates (ba91d00dd)
  • auto-discover and install packages for unknown document types (4e8fa145c)
  • reactor: migrating channel connection status to a state machine, added hooks for this, and an inspector tab (c64755563)
  • connect: first pass at processor inspector in connect (a59450bd1)
  • replace reactor dropdown with registry selector in package manager (c8a944a24)
  • ci: add registry Docker image to publish workflow (17544abad)
  • opentelementry-instrumentation-reactor package (67d5c31e5)
  • renown,reactor-browser,connect: cleanup renown integration (fe6112c2c)
  • connect,reactor-browser: add dynamic package loading from HTTP registry (f92816782)
  • document-model,reactor-api,reactor-browser: implemented remote document controller (6299c21da)
  • switchboard,reactor-api,registry: add runtime dynamic pacage loading from HTTP registry (37f91250e)
  • add new bundling for connect (#2390)

🩹 Fixes

  • use fixed versions to avoid resolution issues with npm (9d6a4ea61)
  • reactor: temporary fix for deleting documents and cleaning up all edges too -- very costly (8a15a0604)
  • update workflow to use refname for tag in case it is not annotated, and provide a clear error message when there is no tag (269758716)
  • builder-tools,reactor-browser: bundling fixes (59dfd75b6)
  • updated pnpm-lock (c2843dc5b)
  • connect: declare dependencies (6aa6910d3)
  • design-system: removed zod dependency (fdc7c2ef7)
  • common,connect: fix ph connect build and missing assets on dev (667c4ef4e)
  • connect: add pglite worker to bundle (2d315aec9)
  • codegen: added missing deps to boilerplate (721dcb581)
  • switchboard: address OTel metrics review feedback (c5ac016fc)
  • common: added missing runtime dependencies (b0f647f75)
  • adding build-bundle to simulate-ci-workflow (ca93d1a2b)
  • connect,reactor: fixed peerDependencies (d7f0e3623)
  • renown: moved e2e script test to reactor-browser (3c9b41045)
  • registry: resolve catalog references in Dockerfile with sed (765e8fbdd)
  • registry: copy pnpm-workspace.yaml for Docker build catalog resolution (7407700b1)
  • reactor-browser: removed subexports (4cda7f44c)
  • eslint config (fb20b3726)
  • vetra: remove custom subgraphs from vetra (3a1e3b9b0)
  • resolve empty name causing silent ADD_FILE failure in drives (b44ed0c1c)
  • reactor-mcp: adopt new reactor client interface for MCP server (1b8e6fb19)

❤️ Thank You