Skip to content

Commit 3f1fcf2

Browse files
author
SPRINX0\prochazka
committed
new version info
1 parent 2a17e04 commit 3f1fcf2

File tree

4 files changed

+92
-1
lines changed

4 files changed

+92
-1
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
layout: post
3+
title: Version 6.2.0 - AI Assistant, Cassandra support
4+
categories: development
5+
date: 2025-02-14 10:00:00
6+
---
7+
8+
I am happy to announce new release of DbGate - 6.2.0.
9+
10+
This release brings two important highlights:
11+
* Long awaited Apache Cassandra support (for all editions)
12+
* AI Assistant for query console (for Premium only)
13+
14+
<!--more-->
15+
16+
## AI Assistant (Premium)
17+
AI assistant in DbGate helps you to create and modify SQL queries. It uses internally LLM gpt-4o-mini from OpenAI. Of course, you could open ChhatGPT application and ask for the query directly, but DbGate's integration knows underlying DB model - table and column names, so result query will better fit to your database.
18+
19+
As a first step, DbGate asks you for your consent about sending table and columns names to DbGate's AI service - wihtout this AI assistant will now work. We respect your privacy, which is why DbGate will never send any of your database information anywhere without your consent.
20+
21+
After this, AI assistant offers 3 jobs:
22+
- **Text to SQL** - you write query in natural language, DbGate will generate SQL query respecting current database schema
23+
- **Complete SQL on cursor** - DbGate will try to generate next fragment of your query
24+
- **Make changes on your SQL** - in case you have already any query, you could write task in natural language and DbGate will generate new query
25+
26+
<img src="/themeshots/aiassistant-light.png" alt="AI assistant" width="800px" />
27+
28+
## Apache Cassandra support
29+
Apache Cassandra support is for all editions - is part of free and open-source product. We support almost all scenarious as in other databases:
30+
* Data browsing, filtering and edition
31+
* Table editor
32+
* Data import and export
33+
34+
Cassandra has lot of specifics, eg. it doesn't support foreign keys - so master/detail views and lookups will not work.
35+
36+
## Team premium edition improvements
37+
We also made some improvements and bug fixes for team premium edition and administration interface. Also there are new posibilities, how to configure internal database (eg. you use Azure managed identity). Azure managed identity is also supported for regular Azure SQL connections under Team Premium.
38+
39+
## Full changelog after 6.1.0 version
40+
41+
### 6.2.0
42+
- ADDED: Query AI Assistant (Premium)
43+
- ADDED: Cassandra database support
44+
- ADDED: XML cell data view
45+
- FIXED: Filtering by value in Oracle #1009
46+
- FIXED: Operand type clash: uniqueidentifier is incompatible with int #565
47+
- FIXED: UX in administration
48+
- FIXED: Error reporting of broken connections (sometimes it caused infinite loading of data grid)
49+
- ADDED: Azure managed identity support (Team Premium)
50+
- ADDED: Expanded JSON cell view
51+
- CHANGED: Open real executed query, when datagrid shows loading error
52+
53+
### 6.1.6
54+
- FIXED: Hotfix build process for premium edition
55+
56+
### 6.1.5
57+
- FIXED: Serious security hotfix (for Docker and NPM, when using LOGIN and PASSWORD environment variables or LOGIN_PASSWORD_xxx)
58+
- no changes for desktop app and for Team premium edition, when using storage DB
59+
60+
### 6.1.4
61+
- CHANGED: Show Data/Structure button in one place #1015
62+
- ADDED: Data view coloring (every second row) #1014
63+
- ADDED: Pin icon for tab in preview mode (#1013)
64+
- FIXED: Pin icon misplaced #1007
65+
- ADDED: Set client name when connecting to redis #1004
66+
- ADDED: Redis loading keys optimalization #1002
67+
- ADDED: Browse redis keys with preview with keyboard
68+
- FIXED: Cannot expand tables and views returned from search #1000
69+
- ADDED: Expand all/Collapse all/Expand document commands in MongoDB JSON view #976
70+
- ADDED: Configurable page size for MongoDB collection #976
71+
- ADDED: Redis - SSL connection
72+
- ADDED: Redis JSON format for String values #852
73+
74+
### 6.1.3
75+
- FIXED: Fulltext search now shows correctly columns and SQL code lines
76+
- ADDED: Configuration of SSH tunnel local host (IPv4 vs IPv6). Should fix majority of SSH tunnel problems
77+
- FIXED: Handled SSH tunnel connection error, now it shows error instead of connecting forever
78+
- ADDED: Support of triggers (SQLite)
79+
- ADDED: Create, drop trigger
80+
- ADDED: Support for MySQL scheduled events
81+
- FIXED: Cannot connect to DB using askUser/askPassword mode #995
82+
- FIXED: Filtering in Oracle #992
83+
- ADDED: Open table in raw mode #991, #962
84+
- ADDED: Introduced E2E Cypress tests, test refactor
85+
86+
### 6.1.1
87+
- ADDED: Trigger support (SQL Server, PostgreSQL, MySQL, Oracle)
88+
- FIXED: PostgreSQL and Oracle export #970
89+
- FIXED: Cursor Becomes Stuck When Escaping "Case" #954
90+
- CHANGED: Defualt search criteria for tables are names only
91+
- FIXED: Search in packed list

content/docs/env-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ These variables are available only in Premium edition.
2929
* ADMIN_PASSWORD - password for administrator. Administration is available on URL https://dbgate_url/admin.html. If password is not defined and STORAGE_DATABASE is defined, DbGate asks for admin password at first.
3030
* DBGATE_LICENSE - license key for DbGate. Please contact [email protected] for trial license. If not defined, DbGate Premium asks for license at first. DbGate Community doesn't require any license.
3131

32-
### Additional connection params of storage (now available only in BETA)
32+
### Additional connection params of storage
3333
* STORAGE_SOCKET_PATH - socket path for storage connection
3434
* STORAGE_DATABASE_URL - database URL for storage connection
3535
* STORAGE_AUTH_TYPE - authentication type for storage connection. Values are the same as for AUTH_TYPE_xxx variable
2.03 KB
Loading
2.34 KB
Loading

0 commit comments

Comments
 (0)