Changelog

New features, improvements, and fixes shipped to Overscore.

March 2026

v0.2.0

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

February 2026

v0.1.4

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

February 2026

v0.1.3

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

January 2026

v0.1.2

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

January 2026

v0.1.1

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

December 2025

v0.1.0

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