Skip to content

Latest commit

Β 

History

History
324 lines (204 loc) Β· 10.7 KB

File metadata and controls

324 lines (204 loc) Β· 10.7 KB

[0.3.3] - 2026-05-28

πŸ› Bug Fixes

  • (databases) Use name not description for API alignment (#112)

[0.3.2] - 2026-05-27

πŸ› Bug Fixes

  • (datasets) Add missing -o/--output flag to datasets create; move success banner to stderr so -o json stdout is jq-parseable (#110)
  • (sandbox) Move "Sandbox created" and "Sandbox updated" banners to stderr for clean -o json output (#110)
  • (sandbox) Fix missing trailing newline in sandbox read output (#110)
  • (sandbox) Add sandbox delete <id> subcommand; clears the active session automatically when the deleted sandbox was the active one (#110)
  • (workspaces) Fix incorrect lock check in workspaces set β€” was checking HOTDATA_WORKSPACE (always set in sandbox runs), now correctly checks HOTDATA_SANDBOX (#110)
  • (context) Surface a friendly hint when context push is blocked inside an active sandbox, pointing users to hotdata sandbox set (no args) to clear it (#110)

[0.3.1] - 2026-05-25

πŸ› Bug Fixes

  • (skills) Bump skill file versions to 0.3.1 so hotdata skills install correctly detects and installs the latest skills for CLI v0.3.x

[0.3.0] - 2026-05-23

πŸš€ Features

  • (query) Fetch results as Arrow IPC instead of JSON; reduces transfer size and preserves native types (#103)
  • (query) Add --database / -d flag to scope a query to a managed database without changing the active database (#102)
  • (databases) Add databases show <id> as an explicit subcommand alias (#103)
  • (databases) databases tables <id> now lists tables without requiring the list subcommand (#103)
  • (skills) Add skills list as an alias for skills status (#103)
  • (update) Background update check with post-command notice; never blocks command output (#104)
  • (update) Auto-install and update skills to match the new binary version during hotdata update (#105)
  • (update) Execute brew upgrade directly for Homebrew installs instead of printing manual instructions (#106)

πŸ› Bug Fixes

  • (query) Async polling loop exits with code 2 on unexpected statuses instead of spinning forever (#103)
  • (query) Failed async queries now surface the real server error message (#103)
  • (query) results get <id> now fetches Arrow IPC like the rest of the query path (#103)
  • (query) Polling loop polls first before checking the deadline, eliminating a mandatory 500ms delay (#106)
  • (skills) Add 120-second HTTP timeout to the skills tarball download during hotdata update (#106)

[0.2.9] - 2026-05-22

πŸ“š Documentation

  • (skills) Update skills to reflect recent API changes: database-scoped context, databases set, --expires-at, corrected flag names for databases create / datasets create / datasets update (#100)

[0.2.8] - 2026-05-22

πŸš€ Features

  • (context) Scope context commands to active database; hotdata context now calls /databases/{id}/context and requires --database-id or an active database set via databases set (#98)
  • (databases) Add --expires-at flag to databases create; accepts relative durations (24h, 7d) or RFC 3339 timestamps (#97)
  • (datasets) Remove upload/URL/file create paths; datasets create now requires exactly one of --sql or --query-id (#95)
  • (databases) Migrate CLI to dedicated /databases API; databases set saves active database; X-Database-Id header sent automatically on all requests (#94)

πŸ› Bug Fixes

  • (datasets) Add missing type discriminator to dataset source payloads sent to API
  • (context) Correct --database-id flag name in error message

[0.2.7] - 2026-05-20

πŸš€ Features

  • (indexes) Dot-bracket notation for indexes create: airbnb.listings[col1,col2] replaces --connection-id/--schema/--table/--columns (#92)
  • (databases) Add databases load <db.table> shorthand replacing databases tables load (#92)
  • (indexes) Make --name optional on indexes create; auto-derived from table, columns, and type (#92)

πŸ› Bug Fixes

  • (databases) Remove load: hint from databases create success output (#92)

[0.2.6] - 2026-05-19

πŸš€ Features

  • (search) Infer --type and --column from table indexes; schema defaults to public (#90)

πŸ› Bug Fixes

  • (search) Explicit error when a search index has no columns (#90)

[0.2.5] - 2026-05-19

πŸš€ Features

  • (databases) Add --url flag to tables load for remote parquet files (#88)

[0.2.4] - 2026-05-19

πŸš€ Features

  • (auth) Add hotdata auth register command (#85, #86)
  • (auth) Default register to GitHub; add --email flag
  • (update) Add hotdata update command
  • (skills) Split bundled skills into hotdata-search and hotdata-analytics (#84)

πŸ› Bug Fixes

  • (auth) Align CLI callback page colors with web app theme

🚜 Refactor

  • (auth) Extract run_browser_auth helper; add tests for exchange_cli_register_code

πŸ“š Documentation

  • (skill) Epic flow checklists, datasets vs databases workflows, tag-only release finish (#84)

[0.2.3] - 2026-05-19

πŸš€ Features

  • (databases) Add managed databases CLI for parquet table loads (#82)
  • (sandbox) Add sandbox JWT support
  • (tty) Add no-input flag and tty checks for interactive commands

πŸ› Bug Fixes

  • (deps) Bump openssl to 0.10.79 for CVE fixes (#77)

πŸ’Ό Other

  • Ignore macOS metadata files (#81)

πŸ“š Documentation

  • (skill) Document managed databases commands

[0.2.2] - 2026-05-04

πŸš€ Features

  • (wizard) Render schema description, examples, defaults (#75)

[0.2.1] - 2026-04-30

πŸ“š Documentation

  • (skill) Align hotdata skill with CLI behavior

[0.2.0] - 2026-04-29

πŸš€ Features

  • (datasets) Add update subcommand to rename label or table_name
  • Data/dataset refresh + indexes auto-embedding + embedding providers (#67)
  • (skills) Add optional geospatial agent skill
  • (skills) Auto-update bundled agent skills after CLI upgrade

πŸ› Bug Fixes

  • (datasets) Match runtimedb response shape on update
  • (datasets) Drop synthetic schema_name on update output
  • (datasets) Restore eprintln for "Dataset updated" status line
  • (skills) Complete partial installs and improve status output
  • (skills) Show Installed: No when no skill store exists
  • (skills) Stop repeat auto-downloads (parse SKILL.md, stale tarball guard)

πŸ’Ό Other

  • (release) Bump geospatial skill version on release

🚜 Refactor

  • (skills) Always auto-update skills when eligible (remove env opt-out)

🎨 Styling

  • (datasets) Drop redundant Stylize import in update path

[0.1.14] - 2026-04-28

πŸš€ Features

  • (auth) Add CLI auth session support (JWT access tokens, refresh, PKCE login)
  • (indexes) Workspace-wide list with filters and parallel fetch

πŸ’Ό Other

  • (codecov) Treat patch coverage as informational

πŸ§ͺ Testing

  • Raise coverage for indexes list and get_none_if_not_found

[0.1.13] - 2026-04-24

πŸš€ Features

  • (auth) Add login subcommand mirroring bare auth

πŸ› Bug Fixes

  • (context) Strip .md suffix using correct byte length
  • (context) Avoid UTF-8 panic when probing .md suffix

πŸ’Ό Other

  • (release) Pass --no-confirm to cargo release

πŸ“š Documentation

  • (skill) List before show; avoid blind context show DATAMODEL
  • (skill) Context: notation and analysis vs DATAMODEL

[0.1.12] - 2026-04-24

πŸš€ Features

  • (context) Add context list/show/pull/push commands

πŸ› Bug Fixes

  • (context) Fail-fast pull when target exists; expand stem tests

πŸ’Ό Other

  • (release) Regenerate changelog with git-cliff

🚜 Refactor

  • (context) Clearer fetch_context exhaustiveness; drop no-op mkdir

πŸ“š Documentation

  • (cli) Clarify datasets command as upload and query Parquet/CSV
  • (skill) Prefer workspace context API for data model and agents
  • (skill) Context API only for data model and workspace docs
  • (readme) Document workspace context commands and API-first model
  • (skill) Align Hotdata SKILL with current CLI flags
  • (skill) Sandbox datasets, long flags, and WORKFLOWS
  • (skill) Unify dataset SQL as datasets..

    [0.1.11] - 2026-04-20

    πŸš€ Features

    • (sandbox) Align CLI with updated sandbox API

    [0.1.10] - 2026-04-17

    πŸ› Bug Fixes

    • (connections) Add health check to connection flow

    [0.1.9] - 2026-04-10

    πŸš€ Features

    • (sessions) Add session command feature

    πŸ› Bug Fixes

    • (security) Update tar from 0.4.44 to 0.4.45
    • (ci) Update workflow actions for Node.js 24 compatibility
    • (ci) Revert release.yml (cargo-dist managed)
    • (ci) SHA-pin codecov-action for consistency
    • (ci) Keep create-github-app-token at v1 to avoid breaking changes

    πŸ“š Documentation

    • (skill) Document results list, connections refresh, queries update flags
    • (skill) Workflows, references, and SKILL alignment

    [0.1.8] - 2026-04-03

    πŸ› Bug Fixes

    • (auth) Fix config initialization and url upload api parameter

    [0.1.7] - 2026-03-30

    πŸš€ Features

    • (search) Add basic vector search (l2_distance)
    • (query) Async query execution by returning early from long running queries
    • (connections) Add connection information command (#28)

    [0.1.6] - 2026-03-27

    πŸš€ Features

    • (completions) Add completions command and include in brew formula
    • (search) Add indexes and text search commands
    • (queries) Add upload url for datasets and new queries commands (#23)

    [0.1.5] - 2026-03-24

    πŸš€ Features

    • (datasets) Add --sql and --query-id to datasets create
    • (workspaces) Add set command to switch default workspace
    • (results) Add results list command
    • (connections) Add connections refresh endpoint
    • (jobs) Add jobs commands

    πŸ› Bug Fixes

    • (cli) Add table formatting and fix wrapping issues
    • (cli) Skills/Auth CLI command quality of life improvements

    [0.1.4] - 2026-03-17

    πŸš€ Features

    • (skills) Add skill install command for CLI
    • (datasets) Add datasets commands to create, list, and view datasets in CLI
    • (datasets) Add upload id functionality to datasets create command
    • (connections) Add connection command to list/view/create connections via the CLI

    [0.1.3] - 2026-03-11

    πŸš€ Features

    • (results) Add query result retrieval via results command
    • (workspaces) Default workspace support for CLI commands
    • (tables) Add search and pagination to tables list command

    🎨 Styling

    • Format table list output with full table path ..

    [0.1.2] - 2026-03-10

    πŸš€ Features

    • (tables) Add table list command and better table rendering

    [0.1.1] - 2026-03-09

    πŸš€ Features

    • (workspace) Add workspace list command
    • (connection) Add connections list command
    • (query) Add query execution command

    [0.1.0] - 2026-03-06