Changelog · what we shipped · updated weekly

Every release,
in plain english.

No version letters. No marketing spin. What we built, what we fixed, and what broke — in the order it happened. Subscribe once, stay informed forever.

Subscribe → RSS 1 email / 2 weeks · unsub in 1 click
All · 83 New Fixed Improved API Security Year: 2026

Smart Search — find anyone, anything, in 100ms.

Type anywhere. Hit ⌘ K. Search across contacts, deals, messages, notes, campaigns, and files — ranked by relevance and usage frequency. Works offline for the last 30 days of data.

  • NEWFuzzy matching across contact names, deal titles, subject lines, note bodies, and file contents.
  • NEWScopes with @contact, @deal, @email, @file filters inline in the search bar.
  • IMPROVEDSearch now indexes soft-deleted records for 30 days — "undo by searching" for accidental deletes.
  • IMPROVEDRanking algorithm weights recent interaction over raw string match. Talk to a contact = they sort higher.

Drip Builder, now with branching logic.

Drag nodes on a canvas. Split based on replies, opens, custom events, or any field. Conditional delays. Loops for re-engagement. The flow your ops lead sketched on a whiteboard, ported one-to-one.

Trigger
Form submit
Welcome email
Wait 2 days
Opened?
Branch · y/n
Assign SDR
Move to Warm
  • NEWBranch nodes support any field equality, range, regex, and custom event match.
  • NEWConditional delays: "wait until next Tuesday 10am", "wait 3 business days", "wait until contact is assigned."
  • APINew endpoint POST /v1/flows/:id/enroll for programmatic enrollment from external triggers.
  • APIWebhook event flow.node.entered with full node context.

Conduyt for iOS & Android — out of beta.

Native apps for field sellers. Log calls from the phone screen. Add a voice memo that transcribes to the deal timeline. Scan a business card into a contact. Works offline on the drive back from a site visit.

9:41• • •
Deals · today
Northwind Fleet
Qualified · Apr 14
$42,000
Harborview
Proposal · Apr 12
$78,500
Lattice Ops
Won · Apr 10
$15,200
Log a call. Voice memo. Photo of the card. Syncs when you hit LTE.
  • NEWOffline-first caching of up to 10,000 records per user. Background sync when online.
  • NEWBusiness card scanner with confidence scores. New contact → deal link in two taps.
  • NEWCall logging from dialer with auto-transcription via on-device Whisper. No audio leaves the phone.

GraphQL is stable. Rate limits are now per-plan.

Our GraphQL endpoint is out of beta with a published schema, persisted queries, and cost analysis. We also updated rate limits to scale with your plan — Premium and Enterprise get higher limits automatically.

query.graphql
schema.ts
auth.sh
# All deals closing this week, with owner + activity count
query UpcomingDeals {
  deals(filter: { closeDate: { within: "7d" } }) {
    id
    name
    value
    stage { name probability }
    owner { name email }
    activity(last: 5) { type at }
  }
}
  • APIGraphQL stable at /v1/graphql. Schema published at /docs/schema.graphql.
  • APIRate limits now scale per plan: Starter 1k/hr, Standard 5k/hr, Premium 25k/hr, Enterprise custom.
  • FIXEDPersisted queries no longer count against burst budget — only against total.
  • FIXEDWebhook retries honoring Retry-After header correctly (regression in v2.2.2).

SOC 2 Type II. SAML SSO. Field-level encryption.

The enterprise-readiness release. We passed SOC 2 Type II on first audit, shipped SAML SSO via any OIDC provider, and rolled out BYOK field-level encryption for PII. Audit logs cover every read, write, and export across the workspace.

SOC 2 Type II
Audited · Jan 2026
SAML / OIDC SSO
Okta · Google · AzureAD
Field-level BYOK
AES-256 · KMS
Audit Logs
365-day retention
  • SECURITYSOC 2 Type II certified. Full report available under MNDA from security@conduyt.app.
  • NEWSAML SSO with JIT provisioning and SCIM 2.0. Okta, Google Workspace, Azure AD, Auth0, OneLogin.
  • NEWField-level encryption with customer-managed keys (AWS KMS, GCP KMS, HashiCorp Vault).
  • NEWAudit log covering every read and export. Streamable to S3, Datadog, or Splunk.

Quiet release · 11 fixes, 4 polish items.

Housekeeping week. No new features — just paying down the papercuts you've been telling us about.

  • FIXEDKanban cards briefly duplicating when dragged across stages with unsaved notes.
  • FIXEDCSV import dropping rows where phone numbers had leading + and no country code.
  • FIXEDSegment sync loop when two workspaces shared the same destination (now coalesced).
  • FIXEDEmail templates re-rendering merge fields on scroll — 40% perf win on long threads.
  • POLISHTimeline event icons now match the design system (five colors, flow palette).
  • POLISHNumber columns right-align everywhere, monospace everywhere. Finally.
  • POLISHFocus rings are now violet across all forms. Goodbye, default browser blue.
  • POLISHDelete confirmations now say exactly what they'll delete. No more "Are you sure?" with no context.

Older releases

v2.1.6
Jan 23, 2026
Bulk email deliverability fixes · 7 papercuts
v2.1.0
Jan 08, 2026
New pipeline forecasting engine · weighted math
v2.0.0
Nov 14, 2025
Major: broadcast/drip/automate engine
v1.9.3
Oct 29, 2025
Segment & Stripe integrations · 9 bugs closed
v1.9.0
Sep 18, 2025
Multi-pipeline · quota-busting nav refresh
v1.8.4
Aug 30, 2025
Slack & Notion connectors · webhook v2 beta
v1.8.0
Jul 22, 2025
Self-host beta · BSL source release
v1.7.0
Jun 10, 2025
Activity timeline · unified conversation view