Version 7.1.0 - Amazon DynamoDB and API Endpoints support
Published: 2026-02-24
We are pleased to announce the release of DbGate version 7.1.0, which brings exciting new features for Premium users, including support for Amazon DynamoDB and API endpoints connectivity. This release also includes important improvements to driver management and several bug fixes.
Amazon DynamoDB Support (Premium)
DbGate Premium edition now supports Amazon DynamoDB, Amazon’s fully managed NoSQL database service. You can now connect to your DynamoDB tables, browse data, and perform operations in the same way as for other supported NoSQL databases.
With DynamoDB support, you can:
- Browse tables
- View and edit items
- Execute queries
- Export data and import to various formats
Connect to API Endpoints (Premium)
Version 7.1.0 introduces a surprising feature that extends DbGate beyond traditional databases. Premium users can now connect to API endpoints, including:
- OpenAPI (Swagger) - Connect to REST APIs with OpenAPI specifications
- GraphQL - Execute GraphQL queries and mutations. Explore Relay Connections like tables, with filtering and “Load all” support
- oData - Work with oData services
GraphQL Support
GraphQL support in DbGate allows you to connect to GraphQL endpoints and interact with them as if they were databases. You can explore the schema, execute queries and mutations, and even use features like filtering and “Load all” for Relay Connections.
oData Support
oData is a standardized protocol for building and consuming RESTful APIs, mainly used in Microsoft ecosystems. oData is very close to a traditional database in terms of data structure and query capabilities, so it fits well with DbGate’s approach to working with data.
Choose Available Drivers
The connection dialog now includes an option to choose which drivers are available. This feature helps you organize your connection options by showing only the database systems you actually use, making it easier to find and select the right connection type.
Technical Improvements
Under the hood, we have migrated from the legacy rollup bundler to rolldown, which provides better performance and improved build times. This change ensures faster development cycles and a more efficient build process for future releases.
7.1.0
- ADDED: Support for Amazon DynamoDB (Premium)
- ADDED: Connect to API endpoints - OpenAPI (Swagger), GraphQL and oData (Premium)
- FIXED: Redis key list infinite loading when first key hierarchy segment is numeric (e.g. “0:profile:1234”) #1363
- FIXED: Sum of PostgreSQL numeric values always 0 #1354
- FIXED: SQL SERVER Table structure key duplication #1351
- FIXED: SQL Server - Incorrect SQL generated for ‘Group by Year/Month/Day’ #1350
- ADDED: Choose drivers available in connection dialog
- FIXED: Show query results for CTE (WITH) queries
- CHANGED: Used rolldown bundler instead of legacy rollup
7.0.6
- ADDED: Reset password for Team Premium edition
- ADDED: Encrypting passwords sent to frontend when using SHELL_CONNECTION=1 in Docker Community edition #1357
7.0.4
- FIXED: MS SQL server export to CSV does not convert bit FALSE to 0 #1276
- ADDED: MySQL FULLTEXT support #1305
- FIXED: Error messages in Chinese will display garbled characters(MS SQL over ODBC) #1321
- FIXED: Table’s Show SQL fails to display precision and scale for NUMERIC/DECIMAL types in PostgreSQL #1325
- FIXED: Export to Excel/CSV is broken for certain data types in v7.0.0 #1327
- ADDED: Null value with keyboard shortcut in form view #1332
- FIXED: Clicking into active form cell discards changes #1334
- FIXED: Remember selection after filtering #1335
- FIXED: Unable to use ‘Group By’ or one of the aggregate functions on tables containing text columns #1348
- CHANGED: Improved custom connection color palette
7.0.3
- FIXED: Optimalized loading MySQL primary keys #1261
- FIXED: Test connection now works for MS Entra authentication #1315
- FIXED: SQL Server - Unable to use ‘Is Empty or Null’ or ‘Has Not Empty Value’ filters on a field with data type TEXT #1338
- FIXED: Play triangle too large for text-wrapped queries #1337
- FIXED: Text wraps mid-word in form view, making it illegible #1333
- FIXED: Cell View autodetects Form instead of Map for geometry/geography #1330
- FIXED: Search for database in cloud connection #1329
- ADDED: Toolstrip could be configured to the bottom of the tab #1326
- CHANGED: Upgraded node for DbGate AWS distribution
7.0.1
- FIXED: Foreign key actions not detected on PostgreSQL #1323
- FIXED: Vulnerabilities in bundled dependencies: axios, cross-spawn, glob #1322
- FIXED: The JsonB field in the cell data view always displays as null. #1320
- ADDED: Possibility to skip computed coumn in SQL generator
- ADDED: Improved team file editing, move between team folders
- ADDED: Korean localization
- FIXED: Added missing localization strings
- ADDED: Default editor theme is part of application theme now