Skip to content
GitHub
Get started →

Changelog

The canonical changelog lives in the spelo repository on GitHub. This page mirrors the last 12 months of customer-facing changes.

2026

2026-04-15 — Webhook adapter GA

  • New: Webhook adapter promoted from beta. Signed HMAC-SHA256, 10-second default timeout, optional custom headers.
  • New: Per-site OpenAI keys. Previously workspace-level only.
  • Fix: Safari 17 occasionally dropped WebRTC on navigation. Now survives SPA route changes consistently.
  • Fix: Airtable adapter now handles rate-limit responses gracefully (queues + retries with jitter).

2026-03-28 — SvelteKit + Astro install guides

  • Docs: Added SvelteKit and Astro install pages.
  • Docs: Added Custom adapter TypeScript guide.
  • Widget: Orb now supports the data-prewarm="true" attribute for eager WebRTC connection.

2026-03-10 — MS SQL Server adapter

  • New: MS SQL Server adapter with T-SQL OFFSET ... FETCH NEXT pagination.
  • New: OAuth for WooCommerce. Previously manual key/secret only.
  • Fix: Mongo contains now escapes regex metacharacters.

2026-02-18 — Pro plan + per-site budgets

  • New: Pro plan ($99/mo, 2,000 min). Between Starter and Enterprise.
  • New: Per-site budgets. Each site in a workspace can have its own cap.
  • New: usage.threshold webhook at 50%, 80%, 100%, 150%.
  • Fix: Shopify adapter now correctly surfaces product tags as an array.

2026-01-22 — BYOK

  • New: Bring-your-own-key. Use your own OpenAI key; pay OpenAI directly.
  • New: Translator mode in languages — AI reads English data to Spanish visitors.
  • Fix: Dashboard search now works across archived sites.

2025

2025-12-12 — Multi-tenancy GA

  • New: Hosted SaaS. Previously self-host only. Widget is now served from spelo.ai.
  • New: Dashboard at app.spelo.ai.
  • New: API at api.spelo.ai.
  • Breaking: data-token-url attribute replaced with data-site-id. Migration guide at spelo.ai/migrate.

2025-11-05 — Voice templates

2025-10-01 — Adapter suite

2025-08-14 — v1.0

  • New: WordPress plugin, Shopify theme snippet, generic <script> install.
  • New: WebRTC full-duplex with OpenAI Realtime.
  • New: Shadow-DOM orb + edge glow.
  • Docs: Quickstart + 13 install guides.

Pre-v1.0

  • 2025-06: Closed alpha with 12 design partners.
  • 2025-03: Founding engineering team hired.
  • 2024-Q4: Initial prototypes; OpenAI Realtime API access granted.

Notification

Subscribe to release notifications at spelo.ai/changelog (RSS + email). Major releases are also announced on the dashboard as banner notifications.

Backwards compatibility

We maintain backward compatibility on:

  • data-site-id script attribute
  • Public REST API (api.spelo.ai/v1/*) — any breaking change bumps to /v2/
  • Adapter config format in adapter.config.json

Client-widget internal events, data-channel function schemas, and dashboard UI are not part of the stable surface and may change without notice.

See also