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