changelog for 6.3.0

This commit is contained in:
SPRINX0\prochazka
2025-03-17 10:50:17 +01:00
parent 27e0517f9a
commit d5f8e01dd8

View File

@@ -8,6 +8,15 @@ Builds:
- linux - application for linux
- win - application for Windows
### 6.3.0 - not released
- ADDED: Support for libSQL and Turso (Premium)
- ADDED: Native backup and restore database for MySQL and PostgreSQL (Premium)
- REMOVED: DbGate internal dump export for MySQL (replaced with call of mysqldump)
- REMOVED: Import SQL dump with internal DbGate capabilities (replaced by calling of mysql and psql utilities)
- FIXED: Many fixes in stream processing (imoprt/export), especialy for MongoDB
- ADDED: Indicating progress of import/export tasks, better error reporting
- CHANGED: #1060 - Changed shortcut for AI assistant
### 6.2.1
- ADDED: Commit/rollback and autocommit in scripts #1039
- FIXED: Doesn't import all the records from MongoDB #1044