Skip to content

Latest commit

 

History

History
319 lines (149 loc) · 17.4 KB

File metadata and controls

319 lines (149 loc) · 17.4 KB

Changelog

0.3.5 (2026-03-14)

Bug Fixes

  • ui: adapt component heights for 14-inch MacBook screens (#97) (7cee696)

0.3.4 (2026-03-13)

Bug Fixes

  • use snapshot-log for branch visualization row assignment (#95) (3ffb227)

0.3.3 (2026-03-09)

Bug Fixes

  • update CORS config to include write methods and wildcard headers (#93) (d32b559)

0.3.2 (2026-03-09)

Bug Fixes

  • correct style.css exports path to match actual build output (#91) (5ab0f33)

0.3.1 (2026-03-09)

Bug Fixes

0.3.0 (2026-03-08)

Features

  • ui: add community action cards to Home page (a2adeb2)
  • ui: add CONTRIBUTING.md, ROADMAP.md, feature request template, and proposal workflow (a2adeb2)
  • ui: add GitHub stars button to AppBar linked to repository (a2adeb2)
  • ui: add HomeStatistics dashboard with project/warehouse/table/view counts and API calls area chart (a2adeb2)
  • ui: add ProjectStatistics with D3 interactive charts replacing Chart.js (a2adeb2)
  • ui: add server-side filtering and rename support to NamespaceTables and NamespaceViews (a2adeb2)
  • ui: add snapshot comparison dialog and warehouse statistics (#87) (a2adeb2)
  • ui: add SnapshotCompare component for side-by-side snapshot diff with delta metrics, summary changes table, and schema diff (a2adeb2)
  • ui: add WarehouseStatistics component with D3 stacked area charts, server-side filtering, time aggregation, and vertical tab layout (a2adeb2)
  • ui: refactor TableVersioningVisualization with refresh button and comparison panel (a2adeb2)
  • ui: remove deprecated WarehouseStatisticsDialog and clean up dead code (a2adeb2)

Bug Fixes

  • ui: collapse redundant getEndpointStatistics branches (a2adeb2)
  • ui: compute uncategorized status codes for Other filter in WarehouseStatistics (a2adeb2)
  • ui: disconnect previous ResizeObserver before creating new one in HomeStatistics (a2adeb2)
  • ui: escape CSV fields and revoke object URLs in statistics downloads (a2adeb2)
  • ui: use handleError instead of console.error for statistics error handling (a2adeb2)

0.2.31 (2026-03-07)

Bug Fixes

  • ui: correct versioning tab action menu behavior (#85) (afeeb43)

0.2.30 (2026-03-02)

Bug Fixes

  • ui: handle sub-namespaces with dots in API calls, DuckDB SQL, and SQL autocomplete (373676b)

0.2.29 (2026-03-01)

Bug Fixes

0.2.28 (2026-03-01)

Bug Fixes

0.2.27 (2026-02-20)

Bug Fixes

  • add fuzzy search with scroll-to-node and active highlight (#77) (7e1fd7b)

0.2.26 (2026-02-20)

Bug Fixes

0.2.25 (2026-02-16)

Bug Fixes

0.2.24 (2026-02-13)

Bug Fixes

0.2.23 (2026-02-13)

Bug Fixes

0.2.22 (2026-02-01)

Bug Fixes

  • token create and project task config (#67) (ca5ca52)

0.2.21 (2026-01-29)

Bug Fixes

0.2.20 (2026-01-29)

Bug Fixes

0.2.19 (2025-12-31)

Bug Fixes

0.2.18 (2025-12-30)

Bug Fixes

0.2.17 (2025-12-30)

Bug Fixes

  • project task tab respecting permission (#54) (63ffc44)

0.2.16 (2025-12-30)

Bug Fixes

  • added project tasks and gcs for duckdb (#52) (9b754e0)

0.2.15 (2025-12-29)

Bug Fixes

0.2.14 (2025-12-28)

Bug Fixes

0.2.13 (2025-12-21)

Bug Fixes

0.2.12 (2025-12-20)

Bug Fixes

0.2.11 (2025-12-17)

Bug Fixes

  • rremove http catalog from duckdb wasm (#42) (dd4bc91)

0.2.10 (2025-12-17)

Bug Fixes

0.2.9 (2025-12-17)

Bug Fixes

  • small issues with types and update duckdb (#38) (aba048e)

0.2.8 (2025-12-13)

Bug Fixes

  • authorization split catalog and authorizer (#36) (8453907)

0.2.7 (2025-11-13)

Bug Fixes

0.2.6 (2025-11-13)

Bug Fixes

0.2.5 (2025-11-12)

Bug Fixes

0.2.4 (2025-11-09)

Bug Fixes

0.2.3 (2025-11-06)

Bug Fixes

0.2.2 (2025-11-04)

Bug Fixes

  • update dependencies and resolve configuration issues (#23) (f846412)

0.2.1 (2025-11-02)

Bug Fixes

  • support https catalogs for duckdb wasm (#18) (cc8004e)

0.2.0 (2025-11-01)

Features

0.1.2 (2025-10-13)

Bug Fixes

  • add dark mode theme support with OS preference detection (5b40894)

0.1.1 (2025-10-12)

Bug Fixes

  • use npm install --force to handle optional dependencies in CI (5f89caf)

0.1.0 (2025-10-12)

Features

Bug Fixes

  • add build job to create GitHub releases (667fc78)
  • add pull_request trigger to release workflow (1a8699f)
  • update release manifest to match current version (81c73f1)
  • update release manifest to match current version (#7) (cdebe97)
  • use RELEASE_PLEASE_TOKEN for creating PRs (f90d4a0)