Highlights
v2.0.1 improves the Result view after write failures. Staged row deletions are cleared after DELETE failures while the selected row and cell position remain in place, and errors stay visible until the next user action. Long errors now fit within the existing two-line status area.
This release also improves scoped ER prefetch capacity and updates the self-update path to use the latest stable release.
What's Changed in v2.0.1
🎯 User-Facing Changes
Features and fixes that affect how you use sabiql.
- fix: preserve delete errors in result view by @riii111 in #719
- fix: resize completion cache for scoped ER prefetch by @riii111 in #676
- fix: update directly to latest stable release by @riii111 in #674
🔧 Internal Improvements
Refactoring and tests — no behavior change for end users.
- deps: bump the rust-minor-patch group with 2 updates by @dependabot in #657
- ci: bump the actions-minor-patch group with 2 updates by @dependabot in #656
- ci: shorten Windows SQLite setup by @riii111 in #617
- docs: focus README on product value by @riii111 in #607
- refactor(postgres): move pg service reader by @riii111