Skip to content

Changelog

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

Recent releases

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

v1.36.8

Fixed

  • Language server: Fixed a crash when loading older cached schemas.
  • MariaDB: Fixed execution plans showing a single empty node for INSERT, UPDATE, DELETE, UNION and sorted queries.
  • MySQL: Fixed execution plans showing a single empty node.

Permalink

v1.36.7

Changed

  • Aerospike: Moved out of Preview.
  • Couchbase: Removed the Preview status.
  • Security: Added a machine-wide setting to disable DBCode online services and automatic dependency downloads.
  • Iceberg: Moved out of Preview.
  • Memgraph: Moved out of Preview.
  • DB Explorer: Detects Flyway, Prisma, and Rails migrations and shows their status in the connection tree.
  • PostHog: Removed the Preview status.
  • Power BI: Added Preview semantic model browsing and DAX query execution.
  • Query Builder: The SQL panel can now be collapsed and expanded from its toolbar.
  • SQLite: Added a Custom Extensions field for loading your own extension files on connect. #1189
  • SQLite: Progressive schema loading is now on by default.
  • SAP ASE (Sybase): Moved out of Preview.
  • TypeDB: Removed the Preview status.

Fixed

  • Connections: Missing transient connections no longer show an error notification after restart. #1193
  • Cloud providers: Stop failed tree expansions from reopening the same error repeatedly, and add provider-specific Refresh that discards cached children and reconnects.
  • CSV: Opened files directly in the grid without prompts or sidebar changes. #1191
  • Explore: Fixed labels not appearing on pie and donut charts. #1187
  • Export: Fixed “Invalid string length” when exporting large result sets. #1188
  • Results: Very large query results no longer exhaust memory or fail to load.
  • Supabase: Reliably connect with temporary pooler credentials and safely report known provisioning failures.

Permalink


All releases

2026

2025

2024