| Version | Change log |
| DBeaver 26.0.0 Mar 2, 2026 |
AI assistant: added the ability to filter database objects in AI scope settings Data Editor: Fixed an issue where adding a new row in record mode inserted an existing row instead of creating a new empty one Fixed incorrect DDL generation for tables without keys Fixed a bug where a new column could be replaced with the percent column after it had been enabled and then disabled ER Diagram: Fixed an issue where table names were truncated after saving in PNG format Task Management: fixed the ability to run tasks with linked scripts Connectivity: Fixed jump host edits. Changes take effect as soon as the hostname is updated Fixed the “Test tunnel configuration” functionality that did not work for custom network profiles Miscellaneous: Fixed the arm64 build in the dbeaver-ce snap package Databases: Athena was updated to version 3.27.0 Hive 4: fixed the ability to edit binary files in the Value panel Microsoft Fabric/Azure SQL Server: fixed table name autocompletion when querying tables using schema-qualified names MySQL/MariaDB: fixed an issue with ER diagram creation for tables with foreign keys PostgreSQL: fixed a bug where the “Role” field in the table policy view displayed only a single role when multiple roles were assigned Salesforce: added support for the currency data type SingleStore: adding new tables and rows now uses the correct encoding defined by the database |
| DBeaver 25.3.5 Feb 25, 2026 |
AI assistant: added descriptions for the custom prompts Data Editor: Improved the presentation of multiple foreign keys Fixed dark mode display for single-tab results Fixed several minor issues related to background rendering, exceptions, and cursor behavior Metadata Editor: Fixed tab styling Task Management: The “Save Task” button was moved to the same row as the other action buttons Added a tooltip to the Auto-commit option in the SQL Script task settings Miscellaneous: Added an option to exclude the application from Windows Defender during installation Fixed Linux installation using Debian Fixed the ability to manage software installation Fixed file opening from the main menu Databases: IoTDB: Fixed an SQL execution error (thanks to @LJW21-02) PostgreSQL: Added DDL display support for PostgreSQL policies (thanks to @shAn-kor) Salesforce Data Cloud was renamed to Salesforce Data 360 (thanks to @geoffrothman) |
| DBeaver 25.3.4 Feb 1, 2026 |
AI assistant: fixed the SQL generation for the OpenAI engine Miscellaneous: added the ability to open DuckDB and MS Access files via File Open in the main menu CUBRID: Fixed an error occurring when executing a script generated after changing the view schema owner (thanks to @longhaseng52) PostgreSQL: Fixed Complete backup behavior and table selection visibility during dump(thanks to @mikiubo) Redshift: Fixed an issue when changing the schema failed if no schema matched the user’s name Salesforce Data Cloud: Fixed default schema detection, which resolved issues with autocomplete TimescaleDB: Fixed incorrect table size display (thanks to @mkanetsuna) SQL Editor: When no text is selected, pressing “Ctrl+C” and “Ctrl+X” will copy or cut the entire line at the caret position (thanks to @jihoon0413, @jihoon0413) Fixed status bar visibility in the result set for single and multiple query execution Added result set display for pause commands in scripts Non-result presentations include filters and actions after executing a script Grouping Panel: Added Percent of Total function Columns and functions can now be reordered Pressing the Add button opens a submenu with available items and columns Choosing Custom adds an empty, editable column or function Data Transfer: Added the ability to export fetched rows without querying the database (in the extraction settings step) Fixed data migration from database to database when the “Selected rows only” option was enabled Connectivity: Fixed an SSH connection error on Windows related to permissions for temporary files created by the application The “Database Native” authentication type was renamed to “Username/password” Fixed “Transaction settings” opening in the connection editor Databases: Athena: Fixed an issue when the connection stopped working after an application upgrade Azure Synapse Dedicated SQL Pool: Fixed the display of stored procedure definitions ClickHouse: Fixed an issue with displaying arrays o |
| DBeaver 25.3.3 Jan 18, 2026 |
SQL Editor: improved performance when executing multiple SQL queries simultaneously AI Assistant: the temperature setting is disabled for models that do not support it Data Editor: “Calculate row count automatically” was enabled by default and applies only to SELECT queries Data Transfer: resolved an issue with an oversized data transfer window Miscellaneous: Auto-commit settings were redesigned Redesigned visual page structure in Preferences and some dialogs Resolved an issue with incorrect transaction mode display Restored the splash screen on macOS Databases: ClickHouse: fixed broken spatial data presentation Sybase: fixed table opening via double-click in the Navigator DuckDB: added support for the dollar-quoted string syntax Redshift: Materialized views are displayed as system tables with a special icon Fixed multiple issues related to permissions, incorrect empty table display, and the data import wizard Netezza: added the ability to search metadata objects by definitions |
| DBeaver 25.3.2 Jan 4, 2026 |
Data Editor: Fixed value change cancellation Search: Fixed text input for Chinese, Japanese, and other similar languages on macOS Data transfer: Removed a warning from the logs that appeared during CSV import Miscellaneous: Linux Debian package was fixed Snap: Packaging switched to classic mode Issues with web browser activation were resolved Issues with Office integration were resolved Problem with DuckDB embedded driver connection was fixed Databases: MySQL: Fixed database dump when SSH is enabled ClickHouse: Driver version was updated to version 0.9.5 JSON data type reading was fixed Issue with CTE expressions was resolved Active database selector was fixed Issue with LIMIT clause and read-only connections was resolved Big numbers rendering was fixed Tuple data types rendering was fixed A number of issues with array data types fetch/render was fixed |
| DBeaver 25.3.1 Dec 22, 2025 |
SQL Editor: New script numbering algorithm was improved Bug in Find/Replace panel and Ctrl+Enter shortcut was resolved Dangerous query confirmation now shown for any DROP statements Query confirmation message was fixed Data Editor: Ordering of rows by primary key feature was redesigned and now works only in tables Issue with virtual keys and “use all columns as key” option was resolved Issue with tooltips for JSON columns was resolved Value change cancellation was fixed Data export in DbUnit format was fixed (issue with escaping) Data import wizard now show file selector automatically Issue with incorrect detection of read-only columns was resolved Miscellaneous: Driver download dialog was fixed (issue with wrong focus and details panel) New connection name generator was improved Connection configuration import from pgAdmin was added Internal connection information page was added to the connection edit dialog Check-buttons and radio-buttons rendering was fixed on Linux Warning related to custom driver icons were removed Option “Open separate connection for metadata reads” save was fixed pt_BR localization was fixed (thanks to @imoliveira88) Databases: Azure SQL Server: active database detection was fixed CUBRID: (thanks to @longhaseng52) Issue with duplicated primary key columns was fixed SQL query execution plan layout was fixed Shards support was added Denodo: driver version was updated to 9.0 (thanks to @dlopezc-denodo) TDengine: non-latin encodings support was improved (thanks to @DuanKuanJun) Microsoft Fabric: Stored procedures body reading was fixed Extended properties reading was fixed MySQL: table column DDL generator was added (thanks to @mikiubo) Oracle: issue with active user name detect was fixed (thanks to @alexeyleping) GRANT statements were fixed in object’s DDL PostgreSQL: Login event triggers support was added (thanks to @Morgunov-Vitaly) SSPI authentication was fixed Issue with redundant change of “search_path” variable was resolved I |
| DBeaver 25.3.0 Nov 30, 2025 |
SQL Editor: Fixed the ability to select multiple rows on macOS Fixed an issue with the unavailable script execution button Data Editor: fixed incorrect behavior when applying filters with extra conditions Metadata editor: Fixed an issue with duplicate unique index create statement when generating DDL Table size presentation was fixed Navigator: fixed an issue when filters didn’t work in a new DBeaver window (thanks to @klassik86) Query Manager: execution time is now always displayed in milliseconds Data transfer: fixed an issue when the application freezes during the export of a large number of tables Task Management: added a loading progress indicator for the task view Security: fixed a security issue in the Spatial Viewer for the HTML content to prevent a third-party script execution Miscellaneous: added the application installer for Windows ARM (beta version) Databases: CUBRID: Fixed an issue with the column list duplicates with reused foreign key names (thanks to @longhaseng52) H2GIS: Driver version downgraded to 2.2.1 due to a driver error Oracle: Fixed REFCURSOR fetching Redshift driver configuration was fixed Yellowbrick: The driver was changed to the native Yellowbrick driver Added support the OAuth2 authentication |
| DBeaver 25.2.5 Nov 17, 2025 |
Data Editor: Icons for data edit commands were updated Data loading progress messages now show more details SQL Editor: Resolved the issue with performance lag during long scripts scrolling `@include` command processing was improved Error processing in nested scripts was fixed `CTRL+Enter` shortcut was fixed in Find/Replace panel AI: OpenAI legacy API support was added Miscellaneous: Opening of sql files by using command line of file explorer was fixed Potential security breach was resolved in GIS map viewer Splash screen is now disabled on MacOS Data transfer: “Write to the single file” option was fixed Input file selector UI now allows file name copy/edit Databases: Apache Derby: driver version was updated to 10.17.1.0 Athena: driver version was updated to 3.6.0 BigQuery: driver version was updated to 42_1.6.3 Clickhouse: query canceling support was added Databricks: OSS driver configuration was fixed PostgreSQL: GIS data types support was fixed Redshift: Driver version was updated to 2.2.0 Issues with network disconnects were resolved for all Redshift driver versions Snowflake: driver version was updated to 3.27.0 SQL Server: driver version was updated to 13.2.1 Sybase/SAP ASE: issue with stored procedures body reading was resolved |
| DBeaver 25.2.4 Nov 2, 2025 |
Data Editor: The default shortcut for Advanced Copy with previous settings on macOS was changed to CTRL+SHIFT+4 Added the option to disable numeric identifier columns formatting SQL Editor: Added support for temporary tables in semantic analysis AI assistant: added the confirmation for query types that DBeaver cannot recognize as valid SQL Data Transfer: Added connection and database info to backup/restore wizards Connectivity: fixed an issue that prevented deleting network profiles Miscellaneous: Fixed a crash on Windows that occurred when the username contained non-ASCII characters Fixed an issue where notifications stole focus when the user was in another application Added the ability to import connections from DataGrip Databases: ClickHouse: Improved array data types display in the Data Editor DuckDB: Fixed an issue when the catalog selection was lost upon disconnect Oracle: Privileges tab now opens for non-admin users SQLite: Fixed an issue where foreign keys created with shorthand syntax were not recognized as references Snowflake: Procedures with multiple versions are now displayed correctly |
| DBeaver 25.2.3 Oct 19, 2025 |
AI assistant: Added the ability to test AI configuration in Preferences Fixed bug in AI command which lead to an error whenever a query contained a trailing delimiter Data Editor: Removed the default shortcut for Select Row Count (Ctrl+Alt+Shift+C) due to a conflict with the Advanced Copy shortcut Fixed an issue when the boolean inline editor was read-only in tables without a primary key Metadata Editor: Updated the UI for object comments editing Removed object name comments duplicate in view DDL Navigator: Added an option for case-insensitive alphabetical sorting Fixed an issues with tree inconsistency after disconnect Fixed an issue with table list reading in certain drivers (Databricks, Sybase and others) Connectivity: Fixed an issue that prevented deleting an SSH jump server in connection settings Network profile settings are now easier to find in Preferences General: Fixed an issue when it was impossible to set the result set fetch size to 0 Improved panel and result set maximize behavior Fixed a startup issue in the Snap version related to the NO_AT_BRIDGE variable Driver download window was redesigned Databases: Athena driver updated to version 2.2.2.1000 Google Cloud Spanner driver was updated to version 2.33.1 Greengage: Added database icon (thanks to @tigrulya-exe) |