Dotaz 0.0.15
Features
- Switch query execution to fire-and-forget with message-based completion
- Upgrade Electrobun to 1.16.0 and enable GPU acceleration on Linux
- Auto-connect via
DATABASE_URLin web server mode - Add "Add New Row" command with toolbar button and menu item
- Respect
DOTAZ_HOSTandDOTAZ_PORTenvironment variables
Fixes
- Extensive connection pool, session management, and transaction lifecycle hardening
- Fix connection leaks on commit/rollback failures and idle timeout
- Fix cancel targeting wrong driver for multi-db connections
- Prevent EXPLAIN ANALYZE from executing the query twice
- Use native window decorations on Linux for proper resize and positioning
- Fix health check to cover all active database drivers
- Fix MySQL RESET CONNECTION fallback and session state cleanup
- Fix SQLite iterate snapshot isolation and session enforcement
- Fix PostgreSQL aborted transaction state detection and display
- Prevent SQL injection in search_path restoration
- Track concurrent active queries per session to prevent cancel misfire
- Restore sessions automatically after auto-reconnect
Chores & Refactoring
- Remove unused sync explainQuery from RPC adapter
- Guard keyboard handler against editable input fields
- Add type declaration for three (Electrobun transitive dep)
- Formatting fixes (dprint fmt)
What's Changed
- fix(cli): respect DOTAZ_HOST and DOTAZ_PORT environment variables by @jonasnobile in #3
- fix: fire-and-forget query execution + bugfixes by @matej21 in #2
New Contributors
- @jonasnobile made their first contribution in #3
- @matej21 made their first contribution in #2
Full Changelog: v0.0.13...v0.0.15