Changelog

What's new in Weavori.

v0.2.0SaaS Dashboard & JWT Fix

  • Fixed authentication token validation to improve compatibility and reliability
  • Added API middleware for secure cross-origin requests
  • Next.js proxy migration — middleware.ts → proxy.ts per Next.js 16 convention
  • Subscription page — Free/Pro plan display with Paddle customer portal link
  • Export history view — dashboard displays past exports with status, rows, duration
  • Settings page — Name, Email, Member since, OAuth profile picture
  • Added /privacy and /terms pages
  • Removed deprecated HTMX local web UI (internal/web/)
  • Onboarding page removed — sign-in/sign-up redirect straight to dashboard

v0.1.0CLI Public Release

  • weavori generate — FK-ordered synthetic data generation with configurable row counts
  • weavori sync — High-performance data synchronization between PostgreSQL databases
  • weavori estimate — analyze source DB and report export time/cost
  • weavori doctor — Comprehensive diagnostics with actionable recommendations
  • weavori login — Secure browser-based authentication
  • weavori license — Manage license keys and subscription status
  • weavori subscribe — Paddle checkout integration
  • Website marketing site — hero, features, pricing, docs, download
  • GoReleaser cross-platform builds + Docker image + install scripts
  • Cross-schema FK handling (PG 14 compatibility fix)