Skip to content

Commit e9efc1d

Browse files
eddietejedaclaude
andcommitted
chore: Release hotdata-cli version 0.2.7
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6eb5854 commit e9efc1d

8 files changed

Lines changed: 38 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,81 @@
1-
## [0.2.6] - 2026-05-19
1+
## [0.2.7] - 2026-05-20
22

33
### 🚀 Features
44

5-
- *(search)* Infer `--type` and `--column` from table indexes; schema defaults to `public` (#90)
5+
- Dot notation for indexes create and databases load (#92)
6+
## [0.2.6] - 2026-05-20
67

7-
### 🐛 Bug Fixes
8-
9-
- *(search)* Explicit error when a search index has no columns (#90)
8+
### 🚀 Features
109

10+
- *(search)* Infer --type and --column from indexes; default schema to public (#90)
1111
## [0.2.5] - 2026-05-19
1212

1313
### 🚀 Features
1414

15-
- *(databases)* Add `--url` flag to `tables load` for remote parquet files (#88)
15+
- *(databases)* Add --url flag to tables load for remote parquet files
16+
17+
### 🐛 Bug Fixes
18+
19+
- *(changelog)* Correct 0.2.5 section and preserve released history.
1620
## [0.2.4] - 2026-05-19
1721

1822
### 🚀 Features
1923

20-
- *(auth)* Add `hotdata auth register` command (#85, #86)
21-
- *(auth)* Default register to GitHub; add `--email` flag
22-
- *(update)* Add `hotdata update` command
23-
- *(skills)* Split bundled skills into `hotdata-search` and `hotdata-analytics` (#84)
24+
- *(update)* Add update command
25+
- *(skills)* Split search and analytics sub-skills; improve workflows.
26+
- *(auth)* Add hotdata auth register command
27+
- *(auth)* Default register to GitHub, add --email flag
2428

2529
### 🐛 Bug Fixes
2630

2731
- *(auth)* Align CLI callback page colors with web app theme
32+
- *(changelog)* Correct 0.2.4 section and preserve released history.
2833

2934
### 🚜 Refactor
3035

31-
- *(auth)* Extract `run_browser_auth` helper; add tests for `exchange_cli_register_code`
36+
- *(auth)* Extract run_browser_auth helper; add tests for exchange_cli_register_code
3237

3338
### 📚 Documentation
3439

35-
- *(skill)* Epic flow checklists, datasets vs databases workflows, tag-only release finish (#84)
40+
- *(skill)* Add epic flow checklists to core WORKFLOWS.
3641
## [0.2.3] - 2026-05-19
3742

3843
### 🚀 Features
3944

40-
- *(databases)* Add managed databases CLI for parquet table loads (#82)
4145
- *(sandbox)* Add sandbox JWT support
4246
- *(tty)* Add no-input flag and tty checks for interactive commands
47+
- *(databases)* Add managed databases CLI for parquet table loads for parquet table loads.
4348

4449
### 🐛 Bug Fixes
4550

46-
- *(deps)* Bump openssl to 0.10.79 for CVE fixes (#77)
51+
- *(deps)* Bump openssl to 0.10.79 for CVE fixes
52+
- *(changelog)* Correct 0.2.3 section and preserve released history.
4753

4854
### 💼 Other
4955

50-
- Ignore macOS metadata files (#81)
56+
- Ignore macOS metadata files
5157

5258
### 📚 Documentation
5359

54-
- *(skill)* Document managed databases commands
60+
- *(skill)* Document managed databases commands.
5561
## [0.2.2] - 2026-05-04
5662

5763
### 🚀 Features
5864

5965
- *(wizard)* Render schema description, examples, defaults (#75)
6066

67+
### 🐛 Bug Fixes
68+
69+
- *(changelog)* Preserve released sections from main for CI validate
6170
## [0.2.1] - 2026-04-30
6271

72+
### 🐛 Bug Fixes
73+
74+
- *(changelog)* Keep prior release sections identical to main
75+
6376
### 📚 Documentation
6477

6578
- *(skill)* Align hotdata skill with CLI behavior
66-
6779
## [0.2.0] - 2026-04-29
6880

6981
### 🚀 Features
@@ -85,6 +97,8 @@
8597
### 💼 Other
8698

8799
- *(release)* Bump geospatial skill version on release
100+
- *(deps)* Bump rustls-webpki to 0.103.13
101+
- Validate CHANGELOG sections match base branch on PRs
88102

89103
### 🚜 Refactor
90104

@@ -97,7 +111,6 @@
97111

98112
### 🚀 Features
99113

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

103116
### 💼 Other

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.2.6"
3+
version = "0.2.7"
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.2.5-blue" alt="version">
8+
<img src="https://img.shields.io/badge/version-0.2.7-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.2.5
4+
version: 0.2.7
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.2.5
4+
version: 0.2.7
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.2.5
4+
version: 0.2.7
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, sandboxes, workspace 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", "list sandboxes", "workspace 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.2.5
4+
version: 0.2.7
55
---
66

77
# Hotdata CLI Skill

0 commit comments

Comments
 (0)