Skip to content

Commit ef8f0ed

Browse files
authored
docs: add CHANGELOG entry for v0.3.0 (#108)
Co-authored-by: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com>
1 parent fee0a75 commit ef8f0ed

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [0.3.0] - 2026-05-23
2+
3+
### 🚀 Features
4+
5+
- *(query)* Fetch results as Arrow IPC instead of JSON; reduces transfer size and preserves native types (#103)
6+
- *(query)* Add `--database` / `-d` flag to scope a query to a managed database without changing the active database (#102)
7+
- *(databases)* Add `databases show <id>` as an explicit subcommand alias (#103)
8+
- *(databases)* `databases tables <id>` now lists tables without requiring the `list` subcommand (#103)
9+
- *(skills)* Add `skills list` as an alias for `skills status` (#103)
10+
- *(update)* Background update check with post-command notice; never blocks command output (#104)
11+
- *(update)* Auto-install and update skills to match the new binary version during `hotdata update` (#105)
12+
- *(update)* Execute `brew upgrade` directly for Homebrew installs instead of printing manual instructions (#106)
13+
14+
### 🐛 Bug Fixes
15+
16+
- *(query)* Async polling loop exits with code 2 on unexpected statuses instead of spinning forever (#103)
17+
- *(query)* Failed async queries now surface the real server error message (#103)
18+
- *(query)* `results get <id>` now fetches Arrow IPC like the rest of the query path (#103)
19+
- *(query)* Polling loop polls first before checking the deadline, eliminating a mandatory 500ms delay (#106)
20+
- *(skills)* Add 120-second HTTP timeout to the skills tarball download during `hotdata update` (#106)
21+
122
## [0.2.9] - 2026-05-22
223

324
### 📚 Documentation

0 commit comments

Comments
 (0)