Skip to content

Changelog

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

Recent releases

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

v1.36.6

Changed

  • Free tier: Visual data editing, transaction control, read-only connections and roles, missing WHERE detection, unlimited history, favorites and library, and the MCP server are now free for everyone.
  • Free tier: Query parameters, view and routine definitions, file editing, post-connection SQL, saved filters, authentication profiles, .sql file execution, folder connections and watched folders, notebook connection lock, Python injection, transpose, column expand, formatters, quick script, and scratch files are also now free.
  • DB Explorer: Drop and Truncate now offer a cascade option on databases that support it.
  • Library: Right-click a saved script, query, or SQL file to open it against a connection you pick.
  • Results: Pin copy, export, open, share, select all and clear filters/sorts actions to the results toolbar from its + button.

Fixed

  • Editor: Reuse SQL statement boundaries and ignore stale active-statement updates.
  • DB Explorer: Dropping several objects at once now refreshes the tree when part of the batch fails.
  • Databricks: Restored fast result downloads on row-limited queries while keeping their memory use bounded.
  • DB Explorer: Favorites now only appear under the database they were added in, not every database on the connection.
  • Editor: Kept autocomplete focused on the current statement in multi-statement SQL.
  • Connections: Editor connection idle timeout no longer releases a connection while a query is still running.
  • PostgreSQL: Fixed missing Partitions for tables in schemas outside the search path, and for partitions that are themselves partitioned.

Permalink

v1.36.5

Changed

  • CouchDB: Moved out of Preview.
  • Databricks: Improved suggestions and validation for joins, DML, and DDL statements.
  • DuckLake: Moved out of Preview.
  • Exasol: Moved out of Preview.
  • Apache Kafka: Moved out of Preview.
  • Security: MCP OAuth now only redirects to a URI the client registered.
  • MongoDB: Query with plain SQL (SELECT/INSERT/UPDATE/DELETE) alongside the existing shell.
  • Oracle: Added Thin-mode debugging for supported standalone procedures and functions.
  • Security: Downloaded driver packages can no longer unpack files outside their install folder.
  • Salesforce: Moved out of Preview.
  • Security: The published SBOM now covers every supported platform rather than the one it was generated on.
  • Stripe: Query with SQL (SELECT with pushdown filters).

Fixed

  • Grid: Fixed values containing a backslash breaking PostgreSQL array, RavenDB, and InfluxDB writes.
  • Databricks: Prevented capped query results from over-buffering CloudFetch downloads.
  • Export: Fixed corrupt Excel files when a sheet name contains a quote.
  • Connections: Cloud host detection now matches on the full domain suffix instead of anywhere in the host.
  • Editor: Improved SQL completion and diagnostics performance in large files.
  • PostgreSQL: Fixed Integrated (Kerberos) authentication failing on Windows when SSPI requires a continuation round. #1178

Permalink

v1.36.4

Changed

  • Db2: Added native SQL PL procedure debugging for Db2 LUW connections.
  • Apache Druid: Removed from Preview and disabled unsupported datasource DDL scripting.
  • PostgreSQL: Added Kerberos/GSSAPI for compatible connections, debugging, table DDL, backup, and restore, plus Windows SSPI for connections and debugging.

Fixed

  • Editor: Stopped SQL analysis that ran for more than five seconds so large stored procedures no longer lock up the editor.

Permalink

v1.36.3

Changed

  • Export: Added a setting and export-panel option to omit SQL query sheets from Excel files. #1172
  • DB Explorer: Execute SQL files directly from supported connection nodes. #1176
  • Editor: Replaced generic VALUES help with positional INSERT column and datatype hints.
  • Debugger: Debug PL/pgSQL functions and procedures with breakpoints, stepping, variables, and watches. #1169
  • Grid: Added styled HTML output for copy, open, and export.

Fixed

  • Connections: Database picker retries now connect on cache misses and close cleanly on failure or cancellation. #1151
  • Connections: The status bar now shows active connection attempts with a cancel option. #1151
  • Editor: Fixed autocomplete quoting for identifiers in INSERT, UPDATE, and incomplete SELECT statements.
  • Grid: Copy HTML as rich clipboard content.
  • Connections: Allowed automatic SSL settings to be changed for recognized database hosts.
  • Results: Parameterized queries now group their output-log entries under the SQL instead of the raw execution id.
  • Results: Fixed multi-statement queries focusing the wrong result tab.

Permalink

v1.36.2

Changed

  • AI: Copilot requests now default to Copilot’s Auto model selection instead of gpt-4o-mini.
  • Tunnels: SSH libraries now load on first tunnel use instead of at startup.
  • Grid: the AI panel now converses about your data - it writes and runs SQL in place when the source can be re-queried, and applies grid or chart actions for presentation requests.

Fixed

  • Connections: Driver initialization failures are now written to the output panel, not just the popup.
  • Kafka: Read messages from LZ4, Snappy, and ZSTD compressed topics; previously only gzip worked and compressed topics showed no messages.
  • Fixed a “navigator is now a global in nodejs” error logged in the extension host during activation.
  • PostgreSQL: Fixed Unix socket connections falling back to a TCP host connection.
  • Snowflake: Fixed transient, hybrid, and dynamic tables not appearing in the object tree. #1177

Permalink

v1.36.1

Fixed

  • SQL Server: Fixed all connections failing with “Error initializing mssql driver: f is not a constructor”. #1174

Permalink


All releases

2026

2025

2024