Skip to content

Commit 9cb665d

Browse files
authored
chore: Release hotdata-cli version 0.4.1
1 parent 65c6c25 commit 9cb665d

8 files changed

Lines changed: 79 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
## [0.4.1] - 2026-06-13
2+
3+
### 🚀 Features
4+
5+
- *(sdk)* Add sync wrapper and CliTokenProvider
6+
- *(query)* Remove dead --connection flag
7+
8+
### 🐛 Bug Fixes
9+
10+
- *(sdk)* Avoid double /v1 and scope by database
11+
- *(sdk)* Restore sandbox scope, guard, timeout
12+
- *(sdk)* Guard negative numeric casts
13+
- *(sdk)* Set hotdata-cli user-agent header
14+
- *(sdk)* Drop dead X-Sandbox-Id header
15+
- *(ci)* Skip scenario-parity for Dependabot PRs
16+
- *(release)* Prepend unreleased changelog instead of full regen
17+
18+
### 💼 Other
19+
20+
- Pin third-party github actions to commit SHAs
21+
- *(deps)* Add hotdata sdk, tokio, async-trait
22+
- *(deps)* Pin hotdata sdk to merged rev
23+
- *(deps)* Consolidate CLI on reqwest 0.13
24+
- Add cargo fmt check job
25+
- *(deps)* Pin sdk-rust to upload_stream content_length rev
26+
- Remove sandbox cli commands
27+
- *(deps)* Use published hotdata 0.1.1 from crates.io
28+
- *(ci)* Add Dependabot to track published hotdata SDK
29+
30+
### 🚜 Refactor
31+
32+
- *(http)* Add slim raw-http helper
33+
- *(workspace)* Use sdk workspaces handle
34+
- *(jobs)* Use sdk jobs handle
35+
- *(tables)* Use sdk information_schema
36+
- *(queries)* Use sdk query_runs handle
37+
- *(results)* Use sdk results handle
38+
- *(embeddings)* Use sdk providers handle
39+
- *(context)* Use sdk database_context
40+
- *(datasets)* Use sdk datasets handle
41+
- *(connections)* Migrate connections_new
42+
- *(connections)* Use sdk connections handle
43+
- *(sandbox)* Use sdk sandboxes handle
44+
- *(indexes)* Use sdk indexes handle
45+
- *(query)* Poll+arrow via sdk handles
46+
- *(databases)* Use sdk databases handle
47+
- *(api)* Remove legacy ApiClient
48+
- *(query)* Submit via sdk submit_query
49+
- *(sdk)* Extract apply_seam_headers helper
50+
- *(sdk)* Drop stale dead_code allows
51+
- *(query)* Decode results via SDK get_result_arrow (arrow v55)
52+
- Migrate raw HTTP to typed SDK (#131)
53+
- *(databases)* Clarify output DTOs, use From trait
54+
- Drop dead Deserialize derives on output DTOs
55+
- *(databases)* Stream /files upload via SDK upload_stream
56+
- *(databases)* Drop redundant upload content-type param
57+
58+
### 📚 Documentation
59+
60+
- *(sdk)* Drop migration-history notes from comments
61+
- Describe current behavior, not change history, in comments
62+
63+
### 🎨 Styling
64+
65+
- Clear clippy lints in migrated modules
66+
- Apply cargo fmt to codebase
67+
- Apply rustfmt
68+
69+
### 🧪 Testing
70+
71+
- *(sdk)* Cover generic HTTP status preservation in from_arrow
72+
- *(cli)* Add env-gated scenario integration tests
173
## [0.4.0] - 2026-06-04
274

375
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hotdata-cli"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2024"
55
repository = "https://github.com/hotdata-dev/hotdata-cli"
66
description = "CLI tool for Hotdata.dev"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<br>
66
Command line interface for <a href="https://www.hotdata.dev">Hotdata</a>.
77
<br><br>
8-
<img src="https://img.shields.io/badge/version-0.4.0-blue" alt="version">
8+
<img src="https://img.shields.io/badge/version-0.4.1-blue" alt="version">
99
<a href="https://github.com/hotdata-dev/hotdata-cli/actions/workflows/ci.yml"><img src="https://github.com/hotdata-dev/hotdata-cli/actions/workflows/ci.yml/badge.svg" alt="build"></a>
1010
<a href="https://codecov.io/gh/hotdata-dev/hotdata-cli"><img src="https://codecov.io/gh/hotdata-dev/hotdata-cli/branch/main/graph/badge.svg" alt="coverage"></a>
1111
</p>

skills/hotdata-analytics/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: hotdata-analytics
33
description: Use this skill when the user wants OLAP-style SQL analytics in Hotdata — aggregations, GROUP BY, JOINs, reporting, exploratory queries, query run history, stored results, or materialized follow-up tables (Chain via datasets or managed databases). Activate for "analyze", "aggregate", "rollup", "pivot", "report", "metrics", "GROUP BY", "query history", "past queries", "query runs", "stored results", "materialize", "chain", "intermediate table", or sorted indexes for filters/range scans. Do not load for BM25/vector search or geospatial SQL — use hotdata-search or hotdata-geospatial. Requires the core hotdata skill for connections, tables, datasets, and auth.
4-
version: 0.4.0
4+
version: 0.4.1
55
---
66

77
# Hotdata Analytics Skill

skills/hotdata-geospatial/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: hotdata-geospatial
33
description: Use this skill only when the user is working with geospatial data in Hotdata (PostGIS-style SQL like ST_* functions, geometry/WKB, bbox filtering, point-in-polygon, distance/area, lat/lon, spatial joins, “geospatial”, “GIS”, “PostGIS”). Do not load this skill for non-geospatial SQL or general Hotdata usage.
4-
version: 0.4.0
4+
version: 0.4.1
55
---
66

77
# Hotdata Geospatial Skill

skills/hotdata-search/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: hotdata-search
33
description: Use this skill when the user wants full-text search, BM25 keyword search, vector similarity search, semantic search, embeddings, or retrieval indexes in Hotdata. Activate for "hotdata search", "BM25", "full-text", "vector search", "semantic search", "similarity", "embedding", "embedding provider", "create an index" (bm25 or vector), "list indexes" for search, or SQL using bm25_search or vector_distance. Do not load for general SQL analytics (aggregations, GROUP BY) or geospatial work — use hotdata-analytics or hotdata-geospatial instead. Requires the core hotdata skill for auth and workspace basics.
4-
version: 0.4.0
4+
version: 0.4.1
55
---
66

77
# Hotdata Search Skill

skills/hotdata/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: hotdata
33
description: Use this skill when the user wants to run core hotdata CLI commands — auth, workspaces, connections, managed databases, datasets, tables, basic SQL query, database context (context:DATAMODEL), jobs, and skill install. Activate for "run hotdata", "list workspaces", "list connections", "create a connection", "list databases", "managed database", "load parquet", "list tables", "list datasets", "create a dataset", "execute a query", "database context", "context:DATAMODEL", or general Hotdata CLI usage. For full-text/vector search and retrieval indexes use hotdata-search; for OLAP analytics, query history, stored results, and Chain materializations use hotdata-analytics; for geospatial/GIS use hotdata-geospatial.
4-
version: 0.4.0
4+
version: 0.4.1
55
---
66

77
# Hotdata CLI Skill

0 commit comments

Comments
 (0)