SqlKit v0.7.0
Added
- Migrate TLS from OpenSSL (native-tls) to rustls for pure Rust TLS across all platforms (#105)
- Standardize result panel data contract and improve toolbar UX
Fixed
- Render object cell values as JSON in DataGrid instead of
[object Object] - Fix i18n scope issues across DataGrid and agent UI — use
$tinstead oft(), add locale validation and fallback - Make markdown table borders visible in dark mode
- Fix agent auto-connect so it connects to databases automatically on adapter resolve
- Resolve connection_id type mismatch — agents now use UUID strings instead of i64
- Resolve Unknown connection_id errors with UUID string comparison and dual-key connections map
- Align agent architecture with Dockit pattern — ChatFormatter trait, message loading, tool schemas, capabilities
- Resolve Data Studio UI bugs — duplicate status text, permission buttons, cancel action, source persistence, connection filtering (#103)
- Align Dockit UI across DataStudio, dialogs, and sidebar (#99)
- Use data-studio-agent from GitHub release instead of local path
👥 Contributors
- blankll (12 commits)
- seven (3 commits)
📋 Full Commit History
Changes from v0.6.5 to v0.7.0
- 85e6de0 release: v0.7.0 (blankll, 2 days ago)
- 8c1cea2 feat: migrate TLS from native-tls (OpenSSL) to rustls (pure Rust) (#105) (seven, 2 days ago)
- aecae25 fix: use data-studio-agent git release instead of local path, fix lint shadow warning (blankll, 2 days ago)
- 254fe7e chore: update Cargo.lock (blankll, 2 days ago)
- fa3a531 feat: standardize result panel data contract, fix i18n coverage, improve toolbar UX (blankll, 2 days ago)
- 3edfc0f fix(DataGrid): render object cell values as JSON instead of [object Object] (blankll, 2 days ago)
- 94859bf fix(i18n): use $t in DataGrid template instead of t() — bypasses component-scope issues (blankll, 2 days ago)
- 2428c4b fix(i18n): use global scope for useI18n, add locale validation and fallback (blankll, 2 days ago)
- 3f2c136 fix(ui): make markdown table borders visible in dark mode (blankll, 2 days ago)
- 835fab6 fix(agent): auto-connect in resolve_adapter — agent now connects to databases automatically (blankll, 2 days ago)
- 1d744ce fix(agent): connection_id type mismatch — Rust expects i64 but IDs are UUID strings (blankll, 2 days ago)
- 773e4c5 fix(agent): resolve Unknown connection_id — UUID string comparison, dual-key connections HashMap, settings.connections sent (blankll, 2 days ago)
- 9efce4f fix(agent): align agent architecture with Dockit — ChatFormatter trait, message loading, tool schemas, capabilities (blankll, 2 days ago)
- d998ad3 fix(data-studio): resolve UI bugs — duplicate status text, permission buttons, cancel action, source persistence, connection filtering (#103) (seven, 2 days ago)
- 349f9f3 fix: Dockit UI alignment across DataStudio, dialogs, and sidebar (#99) (seven, 2 days ago)
📦 Downloads
See the assets below to download this version and install for your platform:
- macOS: Universal binary (Intel & Apple Silicon)
- Windows: x64 installer
- Linux: x64 AppImage/deb