Skip to main content

v2026.06 — June 2026

· 2 min read
Product team
@product-team

The June 2026 release — a loyalty programme, a self-optimizing discount engine, and a platform-wide reliability & security hardening pass.

New features

  • Loyalty programme (Starter+). Points, tiers, referrals, and VIP status with a storefront widget and a free-shipping reward powered by a Shopify Function. Points mint real discount codes with configurable expiry; tier thresholds, earn rules, and reward catalogue are all merchant-configurable. See Loyalty.
  • Discount Learner (Pro+). A/B-holdout lift testing on your discounts with a margin guardrail. Runs a z-test on incremental revenue nightly and recommends (or auto-applies) the depth that maximizes margin-positive lift — not just redemptions.
  • Job-engine observability (all plans). Every background job now writes to a JobLedger with heartbeats and a retry taxonomy. A new Jobs dashboard shows queue depth, failures, and DLQ state; a Prometheus /api/metrics endpoint exposes the same for your own monitoring.

Improvements

  • GSC engine overhaul. Search Console gets shell parity with the rest of the app, a revenue-at-risk view, and a "Today's actions" queue that turns ranking movements into concrete tasks.
  • Database performance. New indexes and constraints across the highest-traffic tables — large catalogs (50k+ variants) load noticeably faster.
  • Faster, more reliable workers. Repeatable-job naming fixed (no more duplicated schedules on redeploy) and a cleaner retry taxonomy for AI quick-gen jobs.

Security

  • Ad-platform tokens encrypted at rest. Google / Meta / TikTok OAuth tokens are now stored encrypted; decrypt is synchronous and fail-closed.
  • Tenant-isolation hardening. A sweep of cross-tenant write paths was closed off, and a CI security gate now blocks regressions.

Migration notes

  • Loyalty requires granting the discount-management scopes on first setup — you'll be prompted to re-authorize when you open the Loyalty tab.
  • No breaking changes. Single-touch attribution remains deprecated (removal target: v2026.11) — migrate to multi-touch.