CHANGELOG

What shipped.

Product and API changes, newest first. Breaking changes are versioned and announced at least 90 days ahead on the docs.

LAST UPDATED 12 AUGUST 2026
12 AUG 2026v1.4SHIPPED

Cascade rules per currency

  • Routing rules can now branch on currency and card brand, not just decline code — EU traffic can prefer a local acquirer without touching the US route.
  • New payment.recovered webhook fires when a retry or cascade attempt succeeds, separately from order.paid.
  • Auth-rate breakdown by processor added to the dashboard, with a 12-week view.
  • Fixed: sessions created with a shipping rate that was later archived returned stale totals on reload.
24 JUL 2026v1.3SDK

Wallets as drop-in elements

  • payment.mountWallets() renders Apple Pay and Google Pay buttons that settle through the same routing layer as card payments.
  • TypeScript declarations now ship inside the package — no more @types/ownaris.
  • Published llms.txt and llms-small.txt so coding agents can read the full reference in one fetch.
  • Bundle size down 34% after dropping the legacy tokenization iframe.
09 JUN 2026v1.2CRM

Flows trigger on payment events

  • Email and SMS flows subscribe directly to the payment event stream — dunning fires on an actual decline instead of a browser heuristic.
  • One customer record across checkout, billing, and messaging. The duplicate-identity merge tool ran once on existing stores.
  • Customer timeline in the dashboard now shows payment and messaging events interleaved.
  • Fixed: abandonment flows could fire for sessions that had already converted through a wallet.
21 MAY 2026v1.1CHECKOUT

1-click bumps and post-purchase offers

  • Offers attach to a session and are eligible per cart, so a bump can be added after tokenization without re-entering card details.
  • Server-side tracking sends conversion events from the payment result, not the thank-you page.
  • A/B testing on checkout layout, offer copy, and offer price.
02 APR 2026v1.0LAUNCH

Ownaris v1

  • Headless checkout sessions, card tokenization, and payment orchestration across 50+ gateways.
  • Smart routing, cascade on decline, and retry logic configured as dashboard rules.
  • Subscriptions with dunning, CRM, email and SMS on one customer record.
  • @ownaris/headless published to npm.