Product

Changelog

What's new in Query Logik

v1.5.2 June 10, 2026 Latest
Added
  • Grouped database connections now use short @alias.table mentions — each database in a group gets an auto-generated alias so tagging tables across multiple connections stays clean and unambiguous
Changed
  • AI agent can now run up to 20 steps per response, up from 10 — handles more complex multi-step queries without cutting short
Fixed
  • Reconnecting to a database no longer occasionally triggers a spurious disconnection in the same session
v1.5.1 June 8, 2026
Fixed
  • Resolved a minor issue affecting group connections
v1.5.0 June 7, 2026
Added
  • SQLite support — connect to local SQLite database files directly from the connection screen
  • MySQL support — full query and schema introspection for MySQL databases
  • Redis support — query Redis key-value stores and inspect data structures in chat
v1.4.0 June 4, 2026
Added
  • Report Builder — chat-scoped report generation directly from query results, with a report modal, preview pane, and inline report strip in the chat view
  • Table explorer now surfaces additional metadata and schema grouping improvements
  • Data persistence documentation added
Changed
  • Connection card hover state fully refactored — cleaner interaction model and more consistent visual feedback
  • Session tab behavior updated to align with new chat-scoped report state
  • Internal agent and SQL documentation updated to reflect new capabilities
v1.3.6 June 1, 2026
Added
  • License links surfaced in the UI for easier access to terms
Changed
  • Connection card layout and visual polish pass
  • General UI spacing and alignment adjustments across the connection screen
v1.3.5 May 31, 2026
Fixed
  • Education panel was using incorrect color tokens, causing visual inconsistency — resolved with the correct design system values
v1.3.4 May 29, 2026
Changed
  • Upgraded AI model to Claude Opus 4.8
  • Expanded context window to 300,000 tokens
  • Schema icon in the table explorer refined for better visual clarity
  • Update banner error copy improved for clearer messaging when an update check fails
v1.3.3 May 28, 2026
Added
  • Chart size controls — users can now resize chart blocks within the chat view
  • SQL autocomplete utility improvements
Fixed
  • Materialized views were not being recognized correctly during schema introspection — now handled
  • Startup race condition resolved — connection state is now reliably initialized before the UI renders
Changed
  • Connection card polish pass
  • Chat settings dialog expanded with additional display options
  • Input area and table explorer layout improvements
  • Update banner refined with additional state handling