Skip to content

Releases: hotdata-dev/hotdata-cli

0.11.1 - 2026-07-03

Choose a tag to compare

@github-actions github-actions released this 03 Jul 07:17
4a9f3a5

Release Notes

🐛 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

Install hotdata-cli 0.11.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.11.1/hotdata-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.11.1

File Platform Checksum
hotdata-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hotdata-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hotdata-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hotdata-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.11.0 - 2026-06-30

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:01
3185338

Release Notes

🚀 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

Install hotdata-cli 0.11.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.11.0/hotdata-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.11.0

File Platform Checksum
hotdata-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hotdata-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hotdata-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hotdata-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.10.0 - 2026-06-29

Choose a tag to compare

@github-actions github-actions released this 29 Jun 21:59
3464f26

Release Notes

🚀 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

Install hotdata-cli 0.10.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.10.0/hotdata-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.10.0

File Platform Checksum
hotdata-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hotdata-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hotdata-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hotdata-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.9.0 - 2026-06-27

Choose a tag to compare

@github-actions github-actions released this 27 Jun 20:10
468f093

Release Notes

🚀 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

Install hotdata-cli 0.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.9.0/hotdata-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.9.0

File Platform Checksum
hotdata-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hotdata-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hotdata-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hotdata-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.8.1 - 2026-06-25

Choose a tag to compare

@github-actions github-actions released this 25 Jun 19:33
bf3057b

Release Notes

🐛 Bug Fixes

  • (query) Carry execution_time_ms through async poll path

Install hotdata-cli 0.8.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.8.1/hotdata-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.8.1

File Platform Checksum
hotdata-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hotdata-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hotdata-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hotdata-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.8.0 - 2026-06-24

Choose a tag to compare

@github-actions github-actions released this 24 Jun 03:14
3a378a2

Release Notes

🚀 Features

  • (upgrade) Gate commands on a new release; rename update→upgrade (#178)

🐛 Bug Fixes

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

Install hotdata-cli 0.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.8.0/hotdata-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.8.0

File Platform Checksum
hotdata-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hotdata-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hotdata-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hotdata-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.7.0 - 2026-06-22

Choose a tag to compare

@github-actions github-actions released this 22 Jun 22:43
a5ecd87

Release Notes

🚀 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

Install hotdata-cli 0.7.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.7.0/hotdata-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.7.0

File Platform Checksum
hotdata-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hotdata-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hotdata-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hotdata-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.6.0 - 2026-06-20

Choose a tag to compare

@github-actions github-actions released this 20 Jun 01:29
fdc1d81

Release Notes

🚀 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

Install hotdata-cli 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.6.0/hotdata-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.6.0

File Platform Checksum
hotdata-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hotdata-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hotdata-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hotdata-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.0 - 2026-06-16

Choose a tag to compare

@github-actions github-actions released this 16 Jun 21:01
eebc146

Release Notes

🚀 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

Install hotdata-cli 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.5.0/hotdata-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.5.0

File Platform Checksum
hotdata-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hotdata-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hotdata-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hotdata-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.4.2 - 2026-06-15

Choose a tag to compare

@github-actions github-actions released this 15 Jun 17:16
18bfbe3

Release Notes

📚 Documentation

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

Install hotdata-cli 0.4.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.4.2/hotdata-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.4.2

File Platform Checksum
hotdata-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hotdata-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hotdata-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hotdata-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum