Changelog

What we shipped, and when.

We ship weekly during the beta. Every release lands here with what's new, what changed, and what we fixed.

v0.9.3 May 19, 2026 New Beta

Conditional routing, ready for production.

Route submissions to different inboxes, recipients, or webhooks based on any field value. One contact form can now serve sales, support, and careers without you having to split it up.

+Added

  • Conditional routing rules in Form → Routing. Match on any fb-select-* or fb-text-* field; route to inbox folders, email recipients, or per-rule webhooks.
  • Rule preview: test a rule against your last 100 submissions before saving.
  • "First-match wins" semantics with drag-to-reorder rule priority.

~Improved

  • Submission detail page now shows which routing rule matched, with a one-click jump to edit it.
  • Webhook payloads include a routing.matched_rule field for downstream filtering.
v0.9.2 May 12, 2026 Improved

Faster inbox, signed webhooks.

Inbox load time is down ~3× for accounts with high submission volume, and webhook payloads are now HMAC-signed by default.

~Improved

  • Inbox virtual-scrolls submissions. P95 first-paint down from 1.4s to 420ms.
  • All webhooks now sign payloads with HMAC-SHA256 using a per-form secret. Existing endpoints continue to work; the new X-FormBridge-Signature header is verified-but-optional for 30 days.
  • Submission search now matches across all field values, not just sender name/email.

!Fixed

  • Multi-file uploads occasionally truncated the last file when total payload exceeded 80 MB. Resolved.
  • Autoresponder templates with curly-brace variables broke when a variable contained an unescaped emoji. Resolved.
v0.9.1 May 5, 2026 Fixed

Small fixes for the visual template designer.

A handful of fixes to the email template editor reported during the first week of public beta.

!Fixed

  • Image blocks rendered at full width regardless of width slider in Gmail / Outlook. Now respects the value.
  • Drag handles became unresponsive after switching between desktop and mobile preview. Resolved.
  • Test email button delivered to the form's primary recipient instead of the logged-in user. Resolved.
  • Undo history now persists across template-save events.
v0.9.0 Apr 28, 2026 New Beta launch

FormBridge enters open beta.

Every feature, free, for everyone. The headless form backend we wanted, finally public.

+Shipped

  • Drop-in HTML endpoint at app.formbridge.ai/api/forms/<form_id>.
  • Submissions inbox: search, filter, star, status, internal notes.
  • Email notifications + autoresponders, with visual template designer.
  • Auto-reply with attachments up to 100 MB.
  • Multiple SMTP per form (Gmail, Microsoft 365, SES, Postmark, Resend, Mailgun).
  • File uploads up to 100 MB, 50+ MIME types, server-side validation.
  • Built-in spam scoring + optional reCAPTCHA v3 / v2 / hCaptcha / honeypot.
  • Slack, Discord — native notification integrations, no Zap required.
v0.8.4 Apr 21, 2026 Fixed

Closed-beta fixes ahead of public launch.

Final pass of fixes from invited testers before opening the beta to everyone.

!Fixed

  • Resolved a race condition where two webhook retries could fire in parallel after a downstream timeout.
  • Fixed UTC offset handling in submission timestamps for users in non-Western timezones.
  • Improved file-upload progress accuracy on Safari iOS.
  • Notification emails now correctly reflect the form's custom SMTP "From" name (was falling back to the default).
v0.8.2 Apr 12, 2026 Improved

Better webhook retry semantics.

Webhook delivery is now resilient to long downstream outages — submissions never disappear because your CRM was down for an hour.

~Improved

  • Exponential backoff with jitter, 24h max retry window.
  • Per-webhook delivery dashboard with status, latency, and last error.
  • Replay button for any failed delivery, individually or in bulk.
v0.8.0 Mar 30, 2026 New

Visual email template designer.

Design notification and autoresponder emails with a block-based editor — no HTML required. Brand them, lay them out, preview them in light and dark mode.

v0.7.0 Mar 14, 2026 Improved

Multi-SMTP rework.

Custom SMTP configuration moved from account-wide to per-form. Send marketing from hello@, support from support@, careers from jobs@ — all from one dashboard.