Changelog
New features, improvements, and fixes shipped to Overscore.
DuckDB-WASM Data Caching
- Client-side caching with Parquet files for near-instant dashboard loads
- Local SQL filtering powered by DuckDB-WASM — no round-trips to the server
- Configurable TTL per dashboard so you control how fresh the data needs to be
- Repeat visits load from cache instantly, with background refresh when stale
Team Roles & Permissions
- Three-tier role system: Owner, Admin, and Viewer
- Invite team members by email directly from the Hub
- Role-based deploy permissions — only Owners and Admins can ship changes
Dashboard Versioning
- Every deploy creates an immutable version snapshot
- Instant rollback to any previous version from the Hub
- Full deployment history view with timestamps and deploy metadata
CLI Improvements
- New `npx create-overscore` scaffolder with interactive prompts
- `--skip-build` flag for faster redeploys when only data logic changes
- Better error messages with actionable suggestions when deploys fail
BigQuery Connection Manager
- Upload service account JSON directly in the Hub
- Test your connection before saving to catch issues early
- Credentials stored server-side only — never exposed to the browser
Initial Launch
- Deploy React dashboards to a shareable URL with `npx @overscore/cli deploy`
- Google OAuth authentication for your team
- BigQuery query proxy — run SQL from your dashboard without exposing credentials
- Project and dashboard management in the Hub