|
2 | 2 |
|
3 | 3 | ### π Features |
4 | 4 |
|
5 | | -- *(update)* Add update command |
6 | | -- *(skills)* Split search and analytics sub-skills; improve workflows. |
7 | | -- *(auth)* Add hotdata auth register command |
8 | | -- *(auth)* Default register to GitHub, add --email flag |
| 5 | +- *(auth)* Add `hotdata auth register` command (#85, #86) |
| 6 | +- *(auth)* Default register to GitHub; add `--email` flag |
| 7 | +- *(update)* Add `hotdata update` command |
| 8 | +- *(skills)* Split bundled skills into `hotdata-search` and `hotdata-analytics` (#84) |
9 | 9 |
|
10 | 10 | ### π Bug Fixes |
11 | 11 |
|
12 | 12 | - *(auth)* Align CLI callback page colors with web app theme |
13 | 13 |
|
14 | 14 | ### π Refactor |
15 | 15 |
|
16 | | -- *(auth)* Extract run_browser_auth helper; add tests for exchange_cli_register_code |
| 16 | +- *(auth)* Extract `run_browser_auth` helper; add tests for `exchange_cli_register_code` |
17 | 17 |
|
18 | 18 | ### π Documentation |
19 | 19 |
|
20 | | -- *(skill)* Add epic flow checklists to core WORKFLOWS. |
| 20 | +- *(skill)* Epic flow checklists, datasets vs databases workflows, tag-only release finish (#84) |
21 | 21 | ## [0.2.3] - 2026-05-19 |
22 | 22 |
|
23 | 23 | ### π Features |
24 | 24 |
|
| 25 | +- *(databases)* Add managed databases CLI for parquet table loads (#82) |
25 | 26 | - *(sandbox)* Add sandbox JWT support |
26 | 27 | - *(tty)* Add no-input flag and tty checks for interactive commands |
27 | | -- *(databases)* Add managed databases CLI for parquet table loads for parquet table loads. |
28 | 28 |
|
29 | 29 | ### π Bug Fixes |
30 | 30 |
|
31 | | -- *(deps)* Bump openssl to 0.10.79 for CVE fixes |
32 | | -- *(changelog)* Correct 0.2.3 section and preserve released history. |
| 31 | +- *(deps)* Bump openssl to 0.10.79 for CVE fixes (#77) |
33 | 32 |
|
34 | 33 | ### πΌ Other |
35 | 34 |
|
36 | | -- Ignore macOS metadata files |
| 35 | +- Ignore macOS metadata files (#81) |
37 | 36 |
|
38 | 37 | ### π Documentation |
39 | 38 |
|
40 | | -- *(skill)* Document managed databases commands. |
| 39 | +- *(skill)* Document managed databases commands |
41 | 40 | ## [0.2.2] - 2026-05-04 |
42 | 41 |
|
43 | 42 | ### π Features |
44 | 43 |
|
45 | 44 | - *(wizard)* Render schema description, examples, defaults (#75) |
46 | 45 |
|
47 | | -### π Bug Fixes |
48 | | - |
49 | | -- *(changelog)* Preserve released sections from main for CI validate |
50 | 46 | ## [0.2.1] - 2026-04-30 |
51 | 47 |
|
52 | | -### π Bug Fixes |
53 | | - |
54 | | -- *(changelog)* Keep prior release sections identical to main |
55 | | - |
56 | 48 | ### π Documentation |
57 | 49 |
|
58 | 50 | - *(skill)* Align hotdata skill with CLI behavior |
| 51 | + |
59 | 52 | ## [0.2.0] - 2026-04-29 |
60 | 53 |
|
61 | 54 | ### π Features |
|
77 | 70 | ### πΌ Other |
78 | 71 |
|
79 | 72 | - *(release)* Bump geospatial skill version on release |
80 | | -- *(deps)* Bump rustls-webpki to 0.103.13 |
81 | | -- Validate CHANGELOG sections match base branch on PRs |
82 | 73 |
|
83 | 74 | ### π Refactor |
84 | 75 |
|
|
91 | 82 |
|
92 | 83 | ### π Features |
93 | 84 |
|
| 85 | +- *(auth)* Add CLI auth session support (JWT access tokens, refresh, PKCE login) |
94 | 86 | - *(indexes)* Workspace-wide list with filters and parallel fetch |
95 | 87 |
|
96 | 88 | ### πΌ Other |
|
0 commit comments