File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments