Changelog

What's new in TenantX

A record of every update, feature, and improvement. We ship regularly and document everything.

v1.0.0March 2026

TenantX v1.0 — Initial Release

  • Next.js App Router app with React 19 and TypeScript
  • Prisma ORM with PostgreSQL Row-Level Security for tenant isolation
  • Per-seat Stripe billing with seat sync, proration, and dunning
  • RBAC — Owner, Admin, Member, Viewer from server through the UI
  • Super Admin dashboard — tenants, revenue signals, impersonation, feature flags
  • Team management — invites, roles, seat tracking with Stripe
  • Auth — OAuth, 2FA, magic links (NextAuth)
  • API routes, webhooks, and API key patterns
  • Background jobs and Docker-friendly deployment
  • Tailwind CSS and shadcn/ui throughout
  • Documentation and architecture guides
  • Marketing site — blog, changelog, pricing, docs
v0.9.0February 2026

Beta Release

  • RLS policies finalized and stress-tested across all tenant-scoped tables
  • Per-seat billing tested end-to-end with Stripe test mode
  • RBAC permission matrix completed with frontend hook integration
  • Super Admin impersonation and feature flag system completed
  • Team invite flow refined based on beta feedback
  • API key generation and rate limiting implemented
v0.5.0January 2026

Alpha Release

  • Initial Next.js + Prisma + PostgreSQL scaffolding
  • PostgreSQL RLS policy architecture designed and first migration
  • Authentication prototype with multi-provider support
  • Stripe billing integration prototype with quantity-based subscriptions
  • Tenant resolution via subdomain, custom domain, and header