Current version · v1.2.0

Changelog

Every published release of Flows is recorded here. Versions follow Semantic Versioning — major.minor.patch.

v1.2.0 2026-06-13

Added

  • Error Inbox at /errors: aggregated, deduplicated integration errors from Enterprise runs, connector lambdas, and the ingestion API — each with the offending payload and S3 source reference.
  • Periodic error-sweep job (every 5 minutes) that scans recent errored runs and ingestion rejections into the data_run_error table.
  • Per-error acknowledgement, occurrence counts, and source/flow/text filters.
  • Docs: new Error Inbox page under Operations.

v1.1.0 2026-06-13

Added

  • Changelog page at /changelog with footer link next to the version number.
  • Convention: every publish bumps package.json version, appends a changelog entry, and updates relevant /docs pages.

v1.0.0 2026-06-12

Added

  • Admin Mode global header toggle with session-scoped impersonation and cross-tenant aggregation (all tenants by default + customer filter).
  • Documentation system: searchable sidebar, hierarchical navigation, contextual help across pages, and deep-linked sub-pages (Getting Started, Connectors, Flows, Runs, Data, Usage, Admin, Billing, Security, Troubleshooting, FAQ, Webhooks, API Reference).
  • Flows operations dashboard with KPI strip, activity trend, needs-attention queue, top failing flows, throughput leaders, and recent activity feed.
  • User profile menu moved to the lower-left nav; docs surfaced as a header icon.

Changed

  • Help registry maps in-app help triggers directly to the most relevant docs sub-page.