dbvr Release Notes

dbvr 26.1

June 8, 2026

Changes since 26.0:

Connectivity and Infrastructure:

  • Added support for the inner query manager database to keep all executed queries in one place. 
  • Added a -stateless flag for headless mode. Users can run the application without local state storage, disabling automatic driver updates and query history features.
  • Added support for cloud-oriented commands by connecting the cloud configuration files generated by DBeaver. The commands allow users to list available cloud data sources and connect to them. Documentation
  • Added a command for creating, updating, and deleting secret managers to store database connection secrets. It supports AWS Secret Management, Vault, and CyberArk. Documentation
  • Added the ability to set the default project in the workspace using the command.
  • Improved connection creation. Users could no longer mix –url with other settings such as –host or –port.
  • Added the move command to move the datasource from one project to another.

SQL Execution:

  • Added the –print-queries parameter for SQL query execution command to show the query as the output parameter. Documentation
  • Added the –disable-output parameter for SQL query execution command to skip the output part after the command execution.
  • Added an ability to use DbUnit as an output format for the SQL command.

Commands:

  • Added MCP (Model Context Protocol) server support. Users can generate a configuration to expose access to a database to external AI tools. This integration enables AI assistants to explore database structures and execute queries in accordance with the configured user permissions and specified access level. Documentation
  • Added metadata exploration commands. Users can list database components and retrieve object definitions directly from the terminal. This capability allowed teams to inspect database structures without opening a separate application. Documentation
  • Optimized the execution time for many commands. Now the application works faster.
  • Updated the CLI help format to organize all commands and options into a single view. Marked required parameters at the top, removed internal settings, and added usage examples.

License Management:

  • Added the ability to specify the license path via the environment variable DBVR_LICENSE_CUSTOM_PATH
  • Added the delete-license command for license deletion and the list-license command for displaying licenses in the application. Documentation
  • Added automatic license synchronization: after renewal, the license will be automatically updated in the application.

Databases and drivers:

  • Added support for the GizmoSQL database.
  • Added support for the Microsoft Fabric database.
  • Added support for the Valkey database.
  • ClickHouse driver was updated to version 2.4.2.
  • The H2GIS driver was updated to the latest version.
  • H2 driver was updated to version 2.4.2.
  • The InterSystems IRIS driver was updated to version 3.10.5.
  • PostgreSQL:
    • The driver was updated to version 42.7.11.
    • Fixed an error when connecting via URL if the database name contains a hyphen.
  • Redshift driver was updated to version 2.2.6.
  • Snowflake driver was updated to version 4.1.0.
  • SQL Server:
    • The driver was updated to version 13.4.0.
    • Fixed the ability to connect to the database after the Java update.

Security:

  • Fixed the high vulnerability (CVE-2025-7962) in the sun.mail.jakarta library (updated to version 2.0.2).
  • Fixed the high vulnerability (CVE-2026-3505) in the bcpg-jdk18on library. The library was updated to version 1.84.0.
  • Fixed the high vulnerability (CVE-2026-33871) in the netty-codec-http2 library (updated to version 4.2.13).
  • Fixed the high vulnerability (CVE-2026-24734) in the tomcat-embed-core library. The library was removed from the project dependencies.
  • Fixed the medium vulnerability (CVE-2025-66453) in the org.mozilla:rhino library (updated to version 1.7.15.1).

dbvr 26.0

March 9, 2026

Core Functionality:

  • Added command-line interface for universal database access, supporting relational, NoSQL, and cloud-native databases.
  • Implemented consistent connection behavior across all environments, making dbvr suitable for scripts, servers, and automated workflows.
  • Ensured cross-platform availability (Windows, macOS, Linux) with unified command syntax and configuration handling.

Database Connectivity:

  • Added support for connections to most databases from the DBeaver ecosystem, with configurable drivers and authentication methods.
  • Implemented datasources management: create, delete, and rename database connections directly via CLI.
  • Enabled full compatibility with DBeaver Desktop projects — existing configured databases list in the workspace can be reused without conversion.

Cloud Storage Integration:

  • Added the ability to read SQL scripts directly from cloud storage locations
  • Enabled export output to cloud storage using standard URI schemes.
  • Cloud credentials are managed externally via standard tools (AWS CLI, gcloud CLI, or environment variables)

SQL Execution & Results:

  • Implemented intelligent output formatting for query results:
    • SELECT queries display results as a readable text-based table presentation
    • INSERT, UPDATE, DELETE queries show concise operation summaries (e.g., “25 Rows updated”)
  • Added support for executing multi-statement script files with sequential processing and consistent error reporting.

Data Export:

  • Integrated DBeaver-compatible exporters for flexible result formatting (CSV, JSON, XML, Excel, and more).
  • Enabled export of query results to both local file paths and configured cloud storage locations using the -out parameter.
  • Export options and format settings mirror the familiar DBeaver Desktop experience for seamless workflow transition.

Script & Project Management:

  • Added commands to upload and download SQL script files for centralized version control and team collaboration.
  • Implemented project management: the ability to create, delete, and rename projects to organize workspaces and connection groups.
  • Supported execution of both local and remote script files with consistent parameter and environment handling.

General:

  • Added comprehensive CLI help system (dbvr –help, dbvr <command> –help) with contextual examples and parameter descriptions.