|
1 | | -## [0.2.6] - 2026-05-19 |
| 1 | +## [0.2.7] - 2026-05-20 |
2 | 2 |
|
3 | 3 | ### 🚀 Features |
4 | 4 |
|
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 |
6 | 7 |
|
7 | | -### 🐛 Bug Fixes |
8 | | - |
9 | | -- *(search)* Explicit error when a search index has no columns (#90) |
| 8 | +### 🚀 Features |
10 | 9 |
|
| 10 | +- *(search)* Infer --type and --column from indexes; default schema to public (#90) |
11 | 11 | ## [0.2.5] - 2026-05-19 |
12 | 12 |
|
13 | 13 | ### 🚀 Features |
14 | 14 |
|
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. |
16 | 20 | ## [0.2.4] - 2026-05-19 |
17 | 21 |
|
18 | 22 | ### 🚀 Features |
19 | 23 |
|
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 |
24 | 28 |
|
25 | 29 | ### 🐛 Bug Fixes |
26 | 30 |
|
27 | 31 | - *(auth)* Align CLI callback page colors with web app theme |
| 32 | +- *(changelog)* Correct 0.2.4 section and preserve released history. |
28 | 33 |
|
29 | 34 | ### 🚜 Refactor |
30 | 35 |
|
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 |
32 | 37 |
|
33 | 38 | ### 📚 Documentation |
34 | 39 |
|
35 | | -- *(skill)* Epic flow checklists, datasets vs databases workflows, tag-only release finish (#84) |
| 40 | +- *(skill)* Add epic flow checklists to core WORKFLOWS. |
36 | 41 | ## [0.2.3] - 2026-05-19 |
37 | 42 |
|
38 | 43 | ### 🚀 Features |
39 | 44 |
|
40 | | -- *(databases)* Add managed databases CLI for parquet table loads (#82) |
41 | 45 | - *(sandbox)* Add sandbox JWT support |
42 | 46 | - *(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. |
43 | 48 |
|
44 | 49 | ### 🐛 Bug Fixes |
45 | 50 |
|
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. |
47 | 53 |
|
48 | 54 | ### 💼 Other |
49 | 55 |
|
50 | | -- Ignore macOS metadata files (#81) |
| 56 | +- Ignore macOS metadata files |
51 | 57 |
|
52 | 58 | ### 📚 Documentation |
53 | 59 |
|
54 | | -- *(skill)* Document managed databases commands |
| 60 | +- *(skill)* Document managed databases commands. |
55 | 61 | ## [0.2.2] - 2026-05-04 |
56 | 62 |
|
57 | 63 | ### 🚀 Features |
58 | 64 |
|
59 | 65 | - *(wizard)* Render schema description, examples, defaults (#75) |
60 | 66 |
|
| 67 | +### 🐛 Bug Fixes |
| 68 | + |
| 69 | +- *(changelog)* Preserve released sections from main for CI validate |
61 | 70 | ## [0.2.1] - 2026-04-30 |
62 | 71 |
|
| 72 | +### 🐛 Bug Fixes |
| 73 | + |
| 74 | +- *(changelog)* Keep prior release sections identical to main |
| 75 | + |
63 | 76 | ### 📚 Documentation |
64 | 77 |
|
65 | 78 | - *(skill)* Align hotdata skill with CLI behavior |
66 | | - |
67 | 79 | ## [0.2.0] - 2026-04-29 |
68 | 80 |
|
69 | 81 | ### 🚀 Features |
|
85 | 97 | ### 💼 Other |
86 | 98 |
|
87 | 99 | - *(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 |
88 | 102 |
|
89 | 103 | ### 🚜 Refactor |
90 | 104 |
|
|
97 | 111 |
|
98 | 112 | ### 🚀 Features |
99 | 113 |
|
100 | | -- *(auth)* Add CLI auth session support (JWT access tokens, refresh, PKCE login) |
101 | 114 | - *(indexes)* Workspace-wide list with filters and parallel fetch |
102 | 115 |
|
103 | 116 | ### 💼 Other |
|
0 commit comments