Skip to content

Latest commit

Β 

History

History
662 lines (429 loc) Β· 21.4 KB

File metadata and controls

662 lines (429 loc) Β· 21.4 KB

[0.18.0] - 2026-07-15

πŸš€ Features

  • (databases) Add fork subcommand (#227)

[0.17.1] - 2026-07-14

πŸ› Bug Fixes

  • (ingest) cancel command exits 0 on success (#225)

[0.17.0] - 2026-07-14

πŸš€ Features

  • (ingest) Add cancel subcommand and handle cancelled status (#223)

[0.16.0] - 2026-07-10

πŸš€ Features

  • (tables) Scope tables list to active database; honor --table, --limit, --cursor within that scope (#221)
  • (tables) New tables show <schema.table> subcommand; accepts schema.table (active DB) or catalog.schema.table (#221)
  • (results) New results show <id> subcommand; downloads and prints stored result (#221)
  • (indexes) Scope indexes list to active database's connection; remove --connection-id flag (#221)
  • (indexes) indexes delete now uses --catalog instead of --connection-id (#221)
  • (search) --table now accepts schema.table (active DB) or catalog.schema.table (#221)

πŸ”§ Breaking Changes

  • (connections) hotdata connections command removed; use hotdata databases for managed databases (#221)
  • (indexes) indexes list --connection-id removed; scopes automatically to active database (#221)
  • (indexes) indexes delete --connection-id removed; use --catalog instead (#221)

[0.15.0] - 2026-07-10

πŸš€ Features

  • (databases) Show created_at in list and show commands (#217)
  • (ingest) Rename the catalog verb connectors -> datasources (#216)
  • (cli) Loading indicators for indexes list and usage (#215)
  • (databases) Title the active-database star column DEFAULT (#214)

[0.14.0] - 2026-07-09

πŸš€ Features

  • (ingest) [breaking] Datasources rename + stop leaking service internals (#211)

[0.13.1] - 2026-07-09

🚜 Refactor

  • (ingest) [breaking] Remove the pre-rename verb aliases (#209)

[0.13.0] - 2026-07-09

πŸš€ Features

  • (databases) Load a query result via --result-id (#203)
  • (ingest) Add hotdata ingest command group
  • (ingest) Add-connection discovers schema only, loads no data
  • (ingest) Show live stage progress while polling
  • (ingest) Mark active connectors in connectors
  • (ingest) Connection/import command surface, API-backed listings, true re-run
  • (ingest) Imports return immediately; add status for tracking
  • (ingest) Color the STATUS column in list-imports/list-connections
  • (ingest) IMPORT ID is the leftmost list-imports column
  • (ingest) Listing tables read oldest-to-newest
  • (ingest) Show-connection and delete-connection
  • (ingest) Product-noun connection type labels β€” SQL, buckets, API

πŸ› Bug Fixes

  • (ingest) Redact source secrets from --debug request logging
  • (ingest) Actionable hint on enqueue transport failures
  • (workspace) Report the workspace commands actually target
  • (ingest) Wizard iceberg catalog key is uri, not catalog_uri
  • (ingest) Send connector_type for iceberg so imports can resolve it
  • (ingest) Send connector_type for filesystem so imports can resolve it

πŸ’Ό Other

  • (release) Drop README version-badge replacement

🚜 Refactor

  • (ingest) Mirror the connections UX β€” new/list/create/import/refresh
  • (ingest) Drop display-side connector dedup (fixed at the source)
  • (ingest) Consolidate add-connection under new; drop create
  • (ingest) Rename refresh to update
  • (ingest) Quality-review pass β€” bugs, reuse, DRY, docs

πŸ“š Documentation

  • (ingest) Terse one-line command summaries in help
  • (skills) Teach the hotdata agent skill the ingest surface
  • (skills) Lead the new-connection example with @file config
  • Buckets and iceberg connectors in the skill and README
  • (readme) Rework for users β€” quickstart first, tasks over flags (#207)

🎨 Styling

  • Rustfmt

[0.12.0] - 2026-07-07

πŸš€ Features

  • (queries,results) Scope to database for SDK 0.8.0

🚜 Refactor

  • (seam) Consolidate database scoping into scoped_to_database_opt

[0.11.1] - 2026-07-03

πŸ› Bug Fixes

  • (indexes) Accept --catalog on 'indexes delete'
  • (indexes) Validate delete scope via clap; default schema to public

🚜 Refactor

  • (modules) Move to module layout for sub-command structure

[0.11.0] - 2026-06-30

πŸš€ Features

  • (upload) Large or slow databases load uploads now ride out a flaky connection instead of failing partway through: a single dropped or stalled part is retried on its own β€” with a fresh upload link and a timeout so it can't hang indefinitely β€” while parts that already finished are kept, so one part's bad moment no longer aborts the whole transfer

πŸ› Bug Fixes

  • (jobs) Accept managed_load as --job-type filter (#160) (#195)

πŸ’Ό Other

  • (deps) Bump hotdata SDK to 0.7.0

[0.10.0] - 2026-06-29

πŸš€ Features

  • (upload) Very large or slow databases load uploads no longer fail partway through β€” each part's upload link is now fetched just in time and renewed automatically if it expires

πŸ’Ό Other

  • (auth) hotdata auth now shows help instead of auto-launching a browser login β€” run hotdata auth login to sign in; adds auth profiles to scaffold profiles.yml (#182)

πŸ“š Documentation

  • (skills) Update bundled skill docs to match current commands and auth

[0.9.0] - 2026-06-27

πŸš€ Features

  • (databases) Add auth and command limitations for database api token flag
  • (upload) Speed up large-file uploads with concurrent, direct-to-storage transfer

πŸ› Bug Fixes

  • (upload) Clean up --url temp file before exit on failure

πŸ’Ό Other

  • (deps) Update hotdata SDK to 0.5.0

πŸ“š Documentation

  • (deps) Update reqwest blocking comment for presigned --url path

[0.8.1] - 2026-06-25

πŸ› Bug Fixes

  • (query) Carry execution_time_ms through async poll path

[0.8.0] - 2026-06-24

πŸš€ Features

  • (upgrade) Gate commands on a new release; rename updateβ†’upgrade (#178)

πŸ› Bug Fixes

  • (databases) Suppress current-database footer for non-TTY stdout (#180)

[0.7.0] - 2026-06-22

πŸš€ Features

  • (databases) Attach/detach connection catalogs

πŸ› Bug Fixes

  • (databases) Tolerate a bad --attach spec in create
  • (query) Show cross-source hint on poll failure
  • (databases) Keep attach failures auth-aware like detach

πŸ“š Documentation

  • Document cross-source query via catalog attach

[0.6.0] - 2026-06-20

πŸš€ Features

  • (cli) Show "waking up worker" hint on KEDA cold starts (#167)
  • (datasets) [breaking] Remove datasets commands and dataset feature surface (#166)
  • (usage) Add hotdata usage command (#174)

πŸ› Bug Fixes

  • (search) Infer embedding source column for vector indexes (#163)
  • (indexes) List indexes for a database-scoped connection (#164)
  • (query) Fail loud on incomplete result previews
  • (indexes) Show managed-database indexes in unscoped indexes list (#170)
  • (databases) Surface the id change when load recreates a managed database (#173)

πŸ’Ό Other

  • (deps) Upgrade hotdata SDK 0.3.1 -> 0.4.0 (#171)

πŸ“š Documentation

  • (skills) Improve accuracy, structure, and consistency across CLI skills (#172)

πŸ§ͺ Testing

  • (query) Cover table footer rendering and ApiError::message

[0.5.0] - 2026-06-16

πŸš€ Features

  • Follow truncated inline query results to full set
  • Auto-retry queries shed under load (HTTP 429 OVERLOADED), honoring Retry-After

πŸ› Bug Fixes

  • Preserve inline warning and timing when following truncation
  • Stop using deprecated QueryResponse.row_count

πŸ’Ό Other

  • Bump hotdata SDK to 0.3.1

[0.4.2] - 2026-06-15

πŸ“š Documentation

  • (skills) Fix stale datasets create flags and add --no-input (#153)

[0.4.1] - 2026-06-13

πŸš€ Features

  • (sdk) Add sync wrapper and CliTokenProvider
  • (query) Remove dead --connection flag

πŸ› Bug Fixes

  • (sdk) Avoid double /v1 and scope by database
  • (sdk) Restore sandbox scope, guard, timeout
  • (sdk) Guard negative numeric casts
  • (sdk) Set hotdata-cli user-agent header
  • (sdk) Drop dead X-Sandbox-Id header
  • (ci) Skip scenario-parity for Dependabot PRs
  • (release) Prepend unreleased changelog instead of full regen

πŸ’Ό Other

  • Pin third-party github actions to commit SHAs
  • (deps) Add hotdata sdk, tokio, async-trait
  • (deps) Pin hotdata sdk to merged rev
  • (deps) Consolidate CLI on reqwest 0.13
  • Add cargo fmt check job
  • (deps) Pin sdk-rust to upload_stream content_length rev
  • Remove sandbox cli commands
  • (deps) Use published hotdata 0.1.1 from crates.io
  • (ci) Add Dependabot to track published hotdata SDK

🚜 Refactor

  • (http) Add slim raw-http helper
  • (workspace) Use sdk workspaces handle
  • (jobs) Use sdk jobs handle
  • (tables) Use sdk information_schema
  • (queries) Use sdk query_runs handle
  • (results) Use sdk results handle
  • (embeddings) Use sdk providers handle
  • (context) Use sdk database_context
  • (datasets) Use sdk datasets handle
  • (connections) Migrate connections_new
  • (connections) Use sdk connections handle
  • (sandbox) Use sdk sandboxes handle
  • (indexes) Use sdk indexes handle
  • (query) Poll+arrow via sdk handles
  • (databases) Use sdk databases handle
  • (api) Remove legacy ApiClient
  • (query) Submit via sdk submit_query
  • (sdk) Extract apply_seam_headers helper
  • (sdk) Drop stale dead_code allows
  • (query) Decode results via SDK get_result_arrow (arrow v55)
  • Migrate raw HTTP to typed SDK (#131)
  • (databases) Clarify output DTOs, use From trait
  • Drop dead Deserialize derives on output DTOs
  • (databases) Stream /files upload via SDK upload_stream
  • (databases) Drop redundant upload content-type param

πŸ“š Documentation

  • (sdk) Drop migration-history notes from comments
  • Describe current behavior, not change history, in comments

🎨 Styling

  • Clear clippy lints in migrated modules
  • Apply cargo fmt to codebase
  • Apply rustfmt

πŸ§ͺ Testing

  • (sdk) Cover generic HTTP status preservation in from_arrow
  • (cli) Add env-gated scenario integration tests

[0.4.0] - 2026-06-04

πŸš€ Features

  • (databases) Add --catalog flag to databases create (#125)
  • (queries) Show result_id in queries list table (#126)
  • Managed database demo flow β€” explicit flags, catalog resolution, BM25 search (#127)

[0.3.4] - 2026-06-04

πŸš€ Features

  • (databases) Add databases run command for and isolated database CLI (#118)

πŸ› Bug Fixes

  • Handle pre-existing draft release in host job (#116)
  • (api) Add API timeout relaxation and refresh token retry ability
  • (databases) Rename --description to --name in databases run (#122)
  • (skills) Update --description to --name in databases commands (#123)

πŸ’Ό Other

  • Allow dirty ci in dist-workspace config
  • (ci) Bump Node 20 actions to Node 24 runtime

[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