Skip to content

Changelog

Recent releases below. Older versions are listed in the archive at the bottom of this page.

Recent releases

v1.36.17

Changed

  • AI: Mask sensitive data in results returned to AI agents, with per-connection rules and built-in PII detection.
  • AI: One-click MCP setup in Antigravity, Windsurf, and Kiro, plus a new “Connect an AI Agent” command for Claude Code and other external MCP clients.
  • MongoDB: Nested document and array cells now show and edit as plain JSON instead of Extended JSON wrappers (no more $numberInt), while Long, Decimal, ObjectId, and dates keep their exact types.
  • Notebook: Added a setting for the default result grid height (drag the grid’s bottom border to resize individually).
  • Security Inspector: Role/login attributes now show as on/off switches, with account health, password state, and richer grant details across PostgreSQL, SQL Server, and MySQL/MariaDB.
  • Getting started: New walkthrough covering connecting a database, the sample database, and AI assistant setup.

Fixed

  • Data grid: Invalid SQL filter errors now appear below the filter bar instead of being hidden.
  • MongoDB: Data grid now supports SQL WHERE filtering, including nested document keys like "a.b.c". #851
  • Connections: Fixed Copy Connection String for MariaDB, TiDB, SingleStore, Doris and StarRocks.
  • Security Inspector: Fixed MySQL “Max Connections” mislabel (it is per-hour) and added the simultaneous-connection limit; roles no longer show account-only fields.
  • Results: Refresh now keeps you on the current page instead of jumping back to the first.

Permalink

v1.36.16

Changed

  • Activity: New Active section shows in-flight AI and user queries with a cancel action, and history can be grouped by session and filtered by actor.
  • AI tools: Added per-connection AI roles with restrictive permissions and reviewable approvals.
  • AI Tools: Added a describe-table tool that returns a table’s columns, primary key, foreign keys, and indexes.
  • Power BI: Refresh (process) semantic models and view refresh history from the explorer; turn off Read Only to enable refresh. #1190
  • Explorer: Added a read-only Security node listing server-scoped users, roles, and logins (PostgreSQL, SQL Server, MySQL/MariaDB); click a principal to open an inspector showing its overview, memberships, and server-level grants.
  • SQLite: Updated the bundled SQLite engine to 3.53.4 (better-sqlite3 v13, N-API).
  • DBCode now requires VS Code 1.101.0 or later.

Fixed

  • Editor: Fixed Go to Definition sometimes leaving an empty editor with a save prompt instead of opening the object. #1208
  • Explorer: Filter Items now hides the Monitoring node and connection-scope folders when they are unchecked.
  • AI Tools: Fixed schema and table retrieval returning nothing on connections that use progressive introspection.
  • Doris: SelectDB Core is now recognized as Doris, so introspection no longer fails with a parser error. #1209

Permalink

v1.36.15

Fixed

  • Explorer: Opening a large database without Progressive Loading no longer freezes the extension while indexing object names. #1206

Permalink

v1.36.14

Changed

  • ClickHouse: Autocomplete, hover, and signature help for built-in functions and table functions, without listing them in the explorer. #811
  • Explorer: Right-click a connection or database and choose Search to search just that subtree; the tree search is now labelled Search instead of Filter.
  • Explorer: Connection search now offers to search unopened databases too.
  • Explorer: Search now finds objects in unopened schemas, loading as it goes, with progress and cancel.
  • Explorer: Color a job’s icon red when its last run failed.
  • Explorer: Open a job’s run history from the history icon on the job or its context menu.
  • Postgres: Manage pgAgent jobs in the explorer - browse, enable/disable, drop, and view run history.
  • RabbitMQ: Moved out of preview.
  • RabbitMQ: Added a server monitoring view with overview metrics, connections, channels, queues, nodes, and cluster info.
  • Explorer: Renamed the table Search action to Search Data, matching Export Data, Import Data and Compare Data.

Fixed

  • Results: A single statement that returns multiple results (a DECLARE block, an EXEC of a stored procedure) now groups into the batch summary instead of opening a result tab per rowcount.
  • ClickHouse: CREATE FUNCTION and DROP FUNCTION no longer flagged as syntax errors in the editor.
  • Oracle: Render INTERVAL columns as readable values instead of [object Object].
  • RabbitMQ: The stop button now cancels an in-flight query, and management API requests time out instead of hanging on an unreachable broker.
  • RabbitMQ: A JSON null in a message field no longer displays as the string “null”.
  • RabbitMQ: Apply SSL certificate settings (CA, client cert, verification mode) to both AMQPS and the management API.
  • Editor: SQLite table autocomplete no longer disappears after typing a table name prefix. #1207

Permalink

v1.36.13

Changed

  • Results: Copy or export a selection as SQL UPDATE statements, using the primary key (or columns you pick) for the WHERE clause. #1205
  • Explorer: Filter tables by row count, including hide-empty (right-click a tables container, Filter). #1156
  • Explorer: Scheduled job icons are now tinted green when the job is enabled and dimmed when disabled. #1204
  • Explorer: Filter scheduled jobs by status (right-click a jobs container, Filter). #1204
  • Editor: Hovering a mongosh method (find, aggregate, updateOne, and more) now shows its signature, parameters, and a docs link.
  • Synonyms: Added refresh, table-like actions, saved filters, and Drop and Rename support across databases.
  • Monitoring: Database-specific Top Queries are now available through PostgreSQL pg_stat_statements and SQL Server Query Store.

Fixed

  • ClickHouse: Added autocomplete, parameter guidance, and return-column details for common built-in table functions. #811
  • IBM i: Aliases pointing at a remote database no longer stall schema loading.
  • SQL Server: Fixed connecting hanging when a schema has synonyms that point at a linked server or another database. #1206

Permalink

v1.36.12

Changed

  • SQL Server: Manage Agent jobs in the explorer.
  • AI tools: MongoDB connections now accept native MongoDB syntax (find, aggregate, CRUD) and SQL from MCP and Copilot agents.
  • Completions: SQL keyword suggestions now follow the keyword case setting, defaulting to match the case you type.
  • Library: Saved SQL is now a real, editable SQL file; existing snippets convert automatically.
  • MongoDB: The editor now flags errors in mongosh queries as you type.
  • MongoDB: mongosh queries in the editor now have syntax highlighting, including comments.
  • Oracle: Manage Scheduler jobs in the explorer on Progressive Loading connections.
  • Postgres: Added a Scheduled Jobs container for pg_cron - browse, enable/disable, drop, and script scheduled jobs.
  • Snowflake: Manage tasks in the explorer on Progressive Loading connections.

Fixed

  • MongoDB: Regex values now display as /pattern/flags instead of [object Object].

Permalink

v1.36.11

Changed

  • History: Shows whether a query came from you or an AI agent, with the client name.
  • AI tools: The execute-query tool applies your row-limit setting by default and lets the agent override it (pass 0 for a full result, e.g. a stored procedure); truncated results are flagged.
  • AI tools: Team permission roles now apply to MCP and Copilot tools, including data copy.
  • Synonyms: Added progressive loading for synonyms and aliases across supported databases.
  • MySQL, MariaDB: Manage scheduled events in the explorer on Progressive Loading connections.
  • Oracle: Progressive loading always lists Oracle-maintained schemas and all public synonyms; the include toggle now applies to legacy loading only.
  • Oracle: new connections enable Progressive Loading by default.
  • Oracle: Added private and public synonyms to progressive loading schemas.
  • Scratch files: Added per-file deletion to the scratch file picker.

Fixed

  • Derby: Fixed Drop on a synonym sending an invalid statement.
  • MySQL: Preserved routine definers and added a warning when they differ from the connected account.
  • Scratch files: Prevented connections with matching names and databases from sharing the same file.

Permalink

v1.36.10

Changed

  • Elasticsearch, OpenSearch: Query and scratch files now use the .es extension.
  • Editor: SQL completion suggests a column’s enum values after comparisons, IN lists, and UPDATE SET.
  • PostgreSQL: Script DDL for enum, domain and composite types from the schema tree.
  • DB Explorer: The new file icon now opens your current query file, with new context menu items to create another query file or browse scratch files.
  • Tunnels: RabbitMQ, Apache Pinot, and Weaviate now work through an SSH tunnel.

Fixed

  • Editor: Fixed autocomplete inside bracketed or quoted identifiers containing spaces, dots, or accents. #1200
  • Grid: Enum cell editors no longer list the column default alongside the enum values.
  • Notebook: Fixed execution plans filling the whole notebook and scrolling endlessly; the plan grid is now resizable like other notebook grids.
  • PostgreSQL: Sequences and materialized views no longer appear under Types in the schema tree.
  • PostgreSQL: Backup and restore work through SSH tunnels on IPv6-first systems.
  • Tunnels: Fixed an error after a dropped tunnel when the next query reached the closed forward.
  • Tunnels: SSH reconnect now retries with backoff, and shared tunnels survive closing one of their connections.

Permalink

v1.36.9

Changed

  • Power BI: Added DAX autocomplete for functions, tables, columns, and measures.
  • Editor: SQL syntax highlighting now follows the connected database’s dialect (string escapes, comments, keywords).
  • DB Explorer: Partitions and Weaviate tenants now use a distinct icon.
  • Power BI: Query and scratch files now use the .dax extension.
  • PostgreSQL: Schemas now show a Partitions folder, and partitioned tables report their partition count and total size.

Fixed

  • Redis, Memcached, Firebase: Results in a multi-statement batch now show the statement that produced them.
  • PostgreSQL: Fixed partitions being invisible when they live in a different schema from their table.
  • Editor: Fixed Go to Definition resolving object names inside SQL comments and strings.
  • Inspector: Fixed map view not rendering MULTIPOLYGON and other multi-part geometries. #1199
  • SQL editor: Fixed MySQL scripts using DELIMITER directives being treated as one executable statement.
  • Power BI: Tables, columns, and measures now list alphabetically. #1190
  • Google Cloud Spanner: Fixed connections failing with “Cannot find module ‘google-gax’”. #1198
  • Redis, Firebase, PostgreSQL: Results from statements running before a SUBSCRIBE, snapshot or LISTEN are no longer dropped.
  • Panels: Panels that fail to load now link troubleshooting instead of hanging or showing an internal timeout.

Permalink


All releases

2026

2025

2024