Updates

Changelog

Every release, every fix, documented. Updated when we ship.

All New Features Bug Fixes Improvements Security
v2.4.0 SmurfCore™
Jan 20, 2026

Major release — multi-region data residency support and a completely rewritten auth module with OAuth 2.1 compliance.

NewMulti-region data residency — store data in India (ap-south-1) or Canada (ca-central-1) per tenant
NewOAuth 2.1 compliance — PKCE required by default for all public clients
NewGranular RBAC — permission sets now support attribute-level access control
ImprovedAuth token refresh — latency reduced by 40ms on cold starts
FixRace condition in multi-tenant session invalidation fixed
SecurityUpgraded to bcrypt cost factor 12 on all new password hashes
BreakingLegacy API keys (v1) deprecated — migrate to Bearer tokens by March 1, 2026
v0.9.2 SmurfAI™
Jan 12, 2026

Beta patch — improved document chunking, faster embedding pipeline, and support for multi-language documents in extraction tasks.

NewMulti-language support in document extraction — Hindi, French, Arabic now supported
NewStreaming responses on /v1/chat endpoint — reduce time-to-first-token by 60%
ImprovedSemantic chunking algorithm — 22% better retrieval accuracy on long documents
ImprovedEmbedding pipeline throughput — 3x faster on batches over 100 documents
FixPDF table extraction failing on rotated pages — now handled correctly
v1.8.0 SmurfFlow™
Jan 5, 2026

New year, new workflow engine. Conditional branching, parallel step execution, and a redesigned visual editor.

NewConditional branching — if/else logic in visual workflows, no code required
NewParallel step execution — run multiple steps simultaneously, merge results downstream
NewSlack, Notion, and Linear integrations added
ImprovedVisual editor — completely redesigned canvas with snap-to-grid and auto-layout
FixWorkflow runs not resuming after a failed step in some edge cases
FixWebhook triggers dropping payloads larger than 256KB
Website Platform
Dec 28, 2025

New website launch — redesigned from the ground up with the Smurf 2.0 design system. TCS Toronto partnership page added.

NewFull website redesign — new design system, glassmorphism aesthetic, improved performance
NewTCS Toronto partnership page added — dedicated Canada section
NewCase Studies section with 6 client project write-ups
NewCareers page expanded — 10 open roles including 2 Canada-based positions
ImprovedPage load time — Core Web Vitals all green across all pages
v2.3.1 SmurfCore™
Dec 15, 2025

Patch release — critical bug fix for billing webhooks and audit log query performance improvements.

FixBilling webhooks not firing for plan downgrade events — critical fix
FixAudit log queries timing out on accounts with 500k+ records
ImprovedAudit log database index — queries now 8x faster on large datasets
SecurityRate limiting applied to /auth/refresh — prevents token harvesting attacks