Skip to content

v2.2.0

Choose a tag to compare

@shubhesh07 shubhesh07 released this 14 Aug 18:17
· 14 commits to main since this release

What's New in v2.2.0

DynamoDB fixes

  • Results grid no longer guesses which table produced a scan/query — was slow and could lock onto the wrong table when key names collided
  • "Get Item" mode now actually gets the item instead of silently running a scan/query
  • Table-info load failures now show an error instead of failing silently

Smarter SQL autocomplete

  • WHERE col=val now suggests AND/OR + the next column instead of re-offering comparison operators on an already-complete condition

Explorer & editor UX

  • Tables/views grouped into collapsible Tables (N) / Views (N) folders with counts shown up front
  • Drop Table.../Drop View... added to the table context menu — still goes through the existing production/read-only safety confirmation on Run
  • In-toolbar data-source switcher — rebind a query tab to a different connection without the sidebar

Performance

  • Fixed a bug causing the sidebar's expanded table tree to fully re-render on every keystroke while typing a query — this was the main cause of reported typing lag
  • Dropping/creating/altering a table or view now refreshes the sidebar automatically; disconnecting a connection clears its cached schema so reconnecting shows current state

Local MCP server

  • Now works with Redshift connections too (previously MySQL-only)
  • New DynamoDB tools: list tables, describe table, scan, query, get item, plus write tools when "Allow writes" is enabled
  • Still off by default, localhost-only, read-only by default