Skip to content

Dotaz 0.0.15

Choose a tag to compare

@matej21 matej21 released this 26 Mar 10:48
· 28 commits to main since this release
010e269

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_URL in web server mode
  • Add "Add New Row" command with toolbar button and menu item
  • Respect DOTAZ_HOST and DOTAZ_PORT environment 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

Full Changelog: v0.0.13...v0.0.15