Skip to content

Changelog

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

Recent releases

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

v1.36.0

Changed

  • Cloudflare D1: One connection now covers an account; databases are listed under it and picked by name instead of hand-entering IDs.
  • DuckDB: Added signature help and hover documentation for DuckDB’s built-in functions, generated from DuckDB’s own metadata. #1171
  • Explore: open the current exploration as SQL, including time grain, split by, calculated fields, and query results.
  • SAP HANA: Preview support added.
  • Results: Jump to a column by name with Ctrl/Cmd+Shift+O or Ctrl/Cmd+F12. #1157
  • Commands: Context-menu-only commands are no longer shown in the command palette.
  • Commands: Export Data and Search can now be run from the command palette.
  • PostHog: New driver, browse projects and query analytics data with HogQL (Preview).
  • Cloudflare R2 SQL: Preview support for querying R2 Data Catalog (Apache Iceberg) tables; one connection per account with catalog buckets as databases, including via the Cloudflare cloud provider.
  • Row limit prompt: choices now scale to the configured cap, with keep-default and custom-value options.
  • Stripe: Preview support for browsing Stripe data (customers, charges, invoices, subscriptions, and more) with a read-only API key.

Fixed

  • SQL Server: Fabric and Synapse serverless now page with OFFSET/FETCH instead of over-fetching every row up to the offset. #1158
  • Explorer: Drop and Truncate again apply to every selected item, not just the right-clicked one. #344
  • CouchDB/Couchbase: Dropping a database or bucket, and flushing a bucket, now ask for confirmation first.
  • Fabric: Columns created without an explicit NULL/NOT NULL now default to nullable, matching SSMS. #1173
  • Import: Fixed “Cannot read properties of undefined” when running Import Data from the command palette; it now prompts for the destination connection. #1164
  • JDBC drivers: Fixed “Cannot read properties of undefined (reading ‘header’)” connection error on Linux.
  • Kafka: Unknown or unsupported editor commands now return a clear error instead of echoing the command back.
  • Kafka: Topics no longer show empty results when consumer group startup is slow; tail reads wait for the group join and broker errors surface instead of an empty grid.
  • PostgreSQL: Fixed introspection failures on PostgreSQL 9.2 and compatible forks such as openGauss and GBase 8a MPP. #1170

Permalink

v1.35.9

Changed

  • Explore: Drag across a time chart to zoom into a date range; double-click to reset.
  • LanceDB: Added S3 and S3-compatible database URI connections.

Fixed

  • SQL Server: Fixed DECLARE variables and temp tables being split into separate batches at each semicolon on Fabric and Synapse. #1158
  • Impala: Fixed introspection failing with “Restarting of fetch requires enabling of query result caching”. #1162

Permalink

v1.35.8

Changed

  • Connections: Added a cancel action while a connection is connecting. #1151
  • Explore: Added previous-period and previous-year comparison to time charts.

Fixed

  • Connections: Fixed connections getting stuck connecting, needing a reload to recover. #1151
  • Kafka: Apply SASL and SSL settings when connecting. #1152

Permalink

v1.35.7

Changed

  • Authentication Profiles: Restyled the editor to match the connection form.
  • Explore: Clicking a field now charts it instantly (over time when a date column exists); measures, grouping and split-by live in one composer.
  • Tunnels: Restyled the editor; it now opens inline over the connection form.

Fixed

  • Drivers: PostgreSQL tools, MongoDB tools, and SqlPackage no longer re-download after every extension or VS Code update. #1150

Permalink


All releases

2026

2025

2024