Skip to content

Commit f334b66

Browse files
committed
chore: bump version to v1.63.0
1 parent 17a6db4 commit f334b66

1 file changed

Lines changed: 17 additions & 49 deletions

File tree

RELEASE_NOTES.md

Lines changed: 17 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,39 @@
1-
# SQL CLI v1.62.0
1+
# SQL CLI v1.63.0
22

3-
**Release Date:** October 22, 2025
3+
**Release Date:** October 25, 2025
44

55
## 📊 Release Overview
6-
- **Commits in this release:** 24
7-
- **Files updated:** 66
6+
- **Commits in this release:** 7
7+
- **Files updated:** 23
88

99
## ✨ Highlights
1010

1111
### 🎨 Visual Improvements
1212

13-
### 🔍 Enhanced Debugging
14-
- **Better Diagnostics**: Improved error messages and state dumps
15-
1613
## 📝 Changes by Category
1714

1815
### 🚀 New Features
19-
- v1.62.0 - JOIN expression support & scoped star expansion
20-
- Add test CSV files for scoped expansion examples
21-
- Implement scoped table star expansion (SELECT table.*)
22-
- Add vibrant gradient ASCII art showcase to README
23-
- Complete comment preservation for SQL formatter with CTE support
24-
- Add Flask + Kerberos Docker example with auto-renewal
25-
- Add parser support for qualified star (table.*) syntax (Phase 1)
26-
- Add helpful error for aggregate functions in HAVING clause
27-
- Improve error messages for reserved keyword collisions
28-
- Add opt-in ParserMode for comment preservation (Phase 2)
29-
- Add ANSI terminal color and formatting functions
30-
- Add file-level variable substitution with @SET syntax
16+
- Add JOIN expression support Phase 2 - LEFT side expressions (v1.63.0)
17+
- Improve demo script with --execute-statement support
18+
- Add colorful number classification demos with ANSI colors
3119

3220
### 🐛 Bug Fixes
33-
- Strip cache and diagnostic messages from exports
34-
- Export only the focused table in multi-table results
35-
- Apply @SET variable substitution in \sE (expand SELECT *)
21+
- Correct ANSI alignment in --execute-statement table output
22+
- Correct table column alignment with ANSI color codes
3623

3724
### 📚 Documentation
38-
- Deep analysis of HAVING clause support and limitations
39-
- Add comprehensive CROSS JOIN examples and documentation
40-
- Add glorious rainbow color showcase to README 🌈
25+
- Add command examples to README screenshot captions
4126

4227
<details>
4328
<summary>📋 View all commits</summary>
4429

45-
- feat: v1.62.0 - JOIN expression support & scoped star expansion (TimelordUK)
46-
- format (TimelordUK)
47-
- test: Add automated tests for scoped table star expansion (TimelordUK)
48-
- feat(data): Add test CSV files for scoped expansion examples (TimelordUK)
49-
- feat(sql): Implement scoped table star expansion (SELECT table.*) (TimelordUK)
50-
- feat(docs): Add vibrant gradient ASCII art showcase to README (TimelordUK)
51-
- feat: Complete comment preservation for SQL formatter with CTE support (TimelordUK)
52-
- feat: Add Flask + Kerberos Docker example with auto-renewal (TimelordUK)
53-
- test: Update Python test to use HAVING alias pattern (TimelordUK)
54-
- test: Update integration tests to use HAVING alias pattern (TimelordUK)
55-
- fix(nvim): Strip cache and diagnostic messages from exports (TimelordUK)
56-
- test: Fix HAVING clause test to use alias pattern (TimelordUK)
57-
- feat: Add parser support for qualified star (table.*) syntax (Phase 1) (TimelordUK)
58-
- fix(nvim): Export only the focused table in multi-table results (TimelordUK)
59-
- fix(nvim): Apply @SET variable substitution in \sE (expand SELECT *) (TimelordUK)
60-
- feat: Add helpful error for aggregate functions in HAVING clause (TimelordUK)
61-
- docs: Deep analysis of HAVING clause support and limitations (TimelordUK)
62-
- feat: Improve error messages for reserved keyword collisions (TimelordUK)
63-
- docs: Add comprehensive CROSS JOIN examples and documentation (TimelordUK)
64-
- feat: Add opt-in ParserMode for comment preservation (Phase 2) (TimelordUK)
65-
- add more examples (TimelordUK)
66-
- docs: Add glorious rainbow color showcase to README 🌈 (TimelordUK)
67-
- feat(sql): Add ANSI terminal color and formatting functions (TimelordUK)
68-
- feat(nvim): Add file-level variable substitution with @SET syntax (TimelordUK)
30+
- demos (TimelordUK)
31+
- feat: Add JOIN expression support Phase 2 - LEFT side expressions (v1.63.0) (TimelordUK)
32+
- fix: Correct ANSI alignment in --execute-statement table output (TimelordUK)
33+
- feat: Improve demo script with --execute-statement support (TimelordUK)
34+
- docs: Add command examples to README screenshot captions (TimelordUK)
35+
- feat: Add colorful number classification demos with ANSI colors (TimelordUK)
36+
- fix: Correct table column alignment with ANSI color codes (TimelordUK)
6937

7038
</details>
7139

0 commit comments

Comments
 (0)