Version 7.1.3 - Import Fixes, Transaction Controls and Connectivity Improvements

Published: 2026-03-19

We are pleased to announce the release of DbGate version 7.1.3. This update focuses on improving reliability, expanding control over database transactions, and enhancing connectivity options across supported APIs. It also brings important fixes and internal upgrades to ensure a smoother experience.

Improved Import and Export Reliability

This release resolves several issues affecting data import and export workflows. The “Add files” button has been fixed, restoring expected functionality when preparing import/export operations.

Additionally, importing XLSX files is now more reliable, addressing previous issues that could prevent successful data loading.

Transaction Isolation Controls

Version 7.1.3 introduces greater control over database transactions:

You can now set a default transaction isolation level for each connection.

It is also possible to change the transaction isolation level directly within the Query Tab, giving you more flexibility during query execution.

These improvements make it easier to manage concurrency behavior and ensure consistency when working with different databases.

Enhanced SQL Script Management

Working with SQL scripts is now more efficient thanks to new filtering capabilities. You can filter scripts by connection and database name, helping you quickly locate relevant queries in larger environments.

Proxy Support for API Connections (Premium)

DbGate now supports proxy configuration for:

  • OData
  • OpenAPI
  • GraphQL

This enhancement allows better integration in secured or enterprise environments where outbound connections must go through a proxy.

DuckDB Improvements

DuckDB has been upgraded to version 1.5.0, bringing performance improvements and new features from the upstream project.

In addition, an issue with column ordering in query results has been fixed, ensuring consistent and correct output.

Complete changelog

7.1.4

  • FIXED: NPM installation failure #1375

7.1.3

  • FIXED: “Add files” button in import/export #1373
  • FIXED: Importing XLSX files #1379
  • ADDED: Ability to set default transaction isolation level for connections #1376
  • ADDED: Option to set transaction isolation level directly in Query Tab #1376
  • ADDED: Filtering of SQL Scripts by connection and database name #1377
  • ADDED: Proxy configuration support for OData, OpenAPI and GraphQL (Premium) #1381
  • CHANGED: Updated DuckDB version to 1.5.0 #1386
  • FIXED: DuckDB column order in query result #1385
  • FIXED: Administration panel not displayed for authorized users (Team Premium) #1374