Current version · v1.6.0

Changelog

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

v1.5.0 2026-07-21

Added

  • APIWORX Customer Portal at /portal — Overview, Support, Billing, and Account tabs; auto-granted to every user via grant_default_entitlements.
  • Support tickets: create with subject/body/priority, reply inline in a live thread; mirrored to HubSpot Tickets and replies posted as HubSpot notes.
  • Two-way status sync via POST /api/public/hooks/hubspot-ticket-webhook (v3 HMAC signature) — HubSpot pipeline-stage changes flow back into portal ticket status.
  • Billing view: invoice list (number, dates, status, total) and a billing summary card (plan, seats, balance due, next renewal, billing email, masked payment method).
  • Private `documents` storage bucket created for future invoice PDFs.

v1.4.0 2026-07-17

Added

  • APIWORX.demo module for prospect walkthroughs — flows, runs, connectors, errors, and AI routes with a persistent demo-only banner.
  • Demo connector catalog with live Nango integrations, capability metadata, click-in details, and mocked OAuth via NangoAuthDialog.
  • Demo flow detail with Visual (Source → Tasks → Destination xyflow) and Config JSON tabs; default mappings backfilled for existing users.
  • Expanded demo run detail sheet with statistics grid, throughput/success-rate, inline error cards, collapsible raw payloads, and JSON export.
  • APIWORX.b2bx control plane on top of AWS B2Bi with onboarding wizard, AI-assisted trading-partner chat, and mapping review.
  • APIWORX.crew persistent open chat with threads, artifacts, and Save-as-automation.
  • Automations gained categories, tags, pinning, and an Organize dialog.
  • HubSpot webhook trigger with v3 signature verification and rich Slack messages with portal-agnostic deep links.
  • Per-space training context, global user settings with LLM selection, and connection Reconnect + detail dialogs with a manual Refresh button.

Changed

  • Core APIWORX.flow retrofit: shared StatusPill / CategoryPill / CategoryChip primitives with a normalized flat uppercase status palette.
  • Flows list gained a category chip filter bar derived from flow tags, combined with the status segment filter.
  • Swapped StatusBadge for StatusPill across flows list, flow detail, runs list, and flow dashboard.

Fixed

  • Nango connector dialog no longer creates duplicate rows on completion; existing duplicates cleaned up.
  • Demo layout routes no longer double-wrap AppShell; connector catalog respects the admin Nango allowlist.
  • HubSpot ticket deep links use portal-agnostic URL format.

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.