v1.1.2Multi-Factor Authentication & Banking Improvements
February 20, 2026 Two-factor authentication with authenticator app and email OTP support, Plaid OAuth for institutional banks, and AI-powered banking health insights.
- AddedMulti-factor authentication (MFA) with two options: Authenticator App (TOTP) and Email OTP
- AddedMFA setup and management on the Account page with QR code scanning and recovery codes
- AddedMFA challenge flow during login with support for recovery codes
- AddedPlaid OAuth redirect flow for institutional bank connections (Chase, Wells Fargo, etc.)
- AddedBanking Health prescriptive insights tier with actionable recommendations
- ImprovedBusiness Operations Center resilient to missing sync state data
- ImprovedMulti-environment login support (removed hardcoded production URLs)
- SecurityTOTP secrets stored securely, email OTP codes bcrypt-hashed, recovery codes are one-time use
- SecurityMFA challenges expire after 5 minutes with max 5 attempts to prevent brute force
- FixedMissing qbo_entity_sync_state table causing Backend Connection Error on dev environment
v1.1.0Native Accounting & Bank Connections
February 17, 2026 Full Plaid-powered bank account linking, transaction categorization, and a built-in accounting dashboard — no QuickBooks required.
- AddedPlaid bank account linking with automatic transaction sync
- AddedAI-powered transaction categorization with merchant rule learning
- AddedNative accounting dashboard with money-in, money-out, and debt tracking
- AddedRecurring payment detection and confirmation flow
- AddedAccount reconciliation tools
- AddedCustomer, vendor, and job management
- AddedExpense category management with IRS-aligned defaults
- AddedAudit Defense and SBA Loan package generation
- ImprovedDev environment fully isolated from production (separate CDK stacks, database, Lambda)
- FixedCloudWatch alarm name collisions between dev and production environments
v1.0.0General Availability
December 1, 2025 First production release of the Omnyra platform — QuickBooks sync pipeline, KPI engine, AI insights, and the advisory dashboard.
- AddedQuickBooks Online data sync via OAuth 2.0
- AddedStep Functions orchestration pipeline (token refresh, entity sync, evidence builder, KPI calculator, insight generator, rule engine)
- Added26 financial KPIs across Survival, Stability, Efficiency, and Growth tiers
- AddedAI-generated insights with evidence chain linking
- AddedRule engine with configurable alert thresholds
- AddedMonthly health report scoring
- AddedAdvisor dashboard with client overview
- AddedMulti-tenant workspace isolation with Row Level Security
- SecurityAll 76 workspace-scoped tables have RLS enabled by default
- SecurityJWT authentication with httpOnly cookies