NEWConduyt v3 is live: native email + SMS campaigns, now with flow-based automation.See what's new →
Changelog

What we shipped.
And when.

Every release, every fix. No "platform improvements." If we changed a button, we told you.

RSS feedEmail subscribe
v3.0.0
April 14, 2026Major · breaking

Flow-based automation is live. Native email & SMS shipped.

Eighteen months of rebuilding the core runtime. Automations are now a real graph engine: branches, loops, conditional delays, replay. Campaigns run natively through your Twilio / SendGrid / Postmark keys, no middleman. This is the v3 we promised at Dispatch ’25.

Runtime latency, p99
18ms
down from 240ms · 13x faster
Concurrent flow runs
10,000+
per workspace · previously 200
New
  • Flow Engine v3: visual canvas for building automations with branches, loops, and conditional delays. Replay failed runs for up to 72h.
  • Native Campaigns: SMS and email send paths with bring-your-own provider credentials. Failover routing when a provider throttles.
  • Forecast transparency panel: every weighted forecast now shows its math per deal. Exports to CSV.
  • GraphQL API: the REST API isn’t going anywhere, but now it has a friend. POST /graphql.
  • Live dashboards: real-time updates over WebSocket. No more 60s refresh gap.
Changed
  • Pipeline stages now default to weighted probability. Existing pipelines keep their old configuration; new pipelines get the new default.
  • Deal records are unlimited on every plan, including trials.
  • Webhook payloads now include $schema and $version for every event. Backwards-compatible.
Fixed
  • CSV import correctly handles UTF-16 BOM. Finally.
  • Gmail thread detection no longer dedupes legitimate forwards from the same address.
  • Timezone rollover for scheduled sends honors DST transitions in America/Santiago.
Deprecated
  • POST /v2/automations/legacy — replaced by /v3/flows. Sunset on Oct 1, 2026. Shim adapter available until then.
  • The old “workflow” nomenclature is gone from the UI. API field names kept for compat.
v2.18.2
March 28, 2026Patch

Hotfix: multi-region webhook delivery

A regional failover in our EU cluster on March 27 caused a backlog of ~3,400 webhook deliveries for ~90 minutes. Fully replayed. This patch ships the circuit-breaker we should have had.

Fixed
  • Webhook retries now isolate per-region. A single cluster slowdown no longer blocks the global queue.
  • The idle-shutdown timer on Automation workers correctly respects FLOW_KEEPALIVE.
  • Search indexer handles emoji-only contact names without falling back to a full rebuild.
v2.18.0
March 17, 2026Minor

Reporting · saved views · warehouse destinations

A last polish pass on reporting before v3. Saved views survive across seats. BigQuery and Snowflake join Postgres as first-class warehouse destinations.

New
  • Saved dashboard views with per-user defaults and team-shared layouts.
  • BigQuery & Snowflake sync: direct-write with schema auto-evolution. No reverse-ETL vendor required.
  • Daily email digest of pipeline movement, per user, filterable.
Fixed
  • Scheduled reports attach PDFs at the correct timezone (was UTC-offset).
  • The “last activity” filter correctly indexes SMS events.
v2.17.4
March 3, 2026Patch

Import speed-ups & permission edge cases

New
  • CSV imports over 50k rows stream with live progress and zero RAM spikes. IMPORT 6.2s for 100k rows on a cold cluster.
Fixed
  • Custom-role permissions correctly inherit when a user is in multiple groups.
  • Audit log search handles multi-byte characters in user-agent strings.
v2.17.0
February 19, 2026Minor

SAML/SCIM on Enterprise · audit log export

New
  • SAML 2.0 & SCIM 2.0 available on the Enterprise plan with streamlined setup.
  • Audit log export to S3, GCS, or Azure Blob. Rolls over daily with SHA-256 manifest.
  • Workspace-wide MFA enforcement with WebAuthn hardware-key support.
Changed
  • The SSO config page is now a single screen. It used to be four. We are sorry.
v2.16.3
February 6, 2026Patch

Self-host bug squash

Fixed
  • Helm chart correctly handles externalSecrets references for customer-provided KMS keys.
  • The bundled Redis image no longer ignores maxmemory-policy.
  • Database migration 0184 is now reversible. It wasn’t. We owe three customers dinner.
v2.16.0
January 22, 2026Minor

Multi-pipeline parity · keyboard shortcuts rewrite

New
  • Multiple pipelines now share automations, segments, and campaigns without duplication.
  • New keyboard layer: ⌘K command palette, G+D deals, G+C contacts, ? for the full map.
v2.15.0
January 8, 2026Minor

Gmail & Outlook native threading

New
  • Email threads live on the contact timeline without extension gymnastics. OAuth-only, no scraping.
  • Contact enrichment: company lookups run on a 14-day cache, no additional API cost.
184 more releases in the archive