v5.3.4

juicedata/juicefsv5.3.4Aug 20, 2026by github-actions[bot]

AI Summary

Chat2DB v5.3.4 significantly expands database coverage through configuration-driven JDBC support and improves user experience with enhanced result editing, navigation, and desktop stability fixes.

Key Highlights

  • Added configuration-driven JDBC support for 10+ databases
  • Implemented MySQL ENUM and SET result editors
  • Refined workspace navigation and desktop controls
  • Fixed datasource tree refresh races and column metadata issues

New Features

  • Universal JDBC database support
  • MySQL ENUM and SET result editors
  • Datasource identity colors and editor watermarks
  • Rebuilt Community asynchronous task system

Full Release Notes

Chat2DB Community 5.3.4 expands database coverage and improves result editing, workspace navigation, desktop window behavior, and everyday stability.

## Added (5)

Adds configuration-driven JDBC database support, MySQL ENUM and SET result editors, and datasource identity colors with SQL editor watermarks.

* feat: universal JDBC support — add 10 databases through configuration only by @Chat2DB-Pro in https://github.com/OtterMind/Chat2DB/pull/2633
* feat: add 13 databases through configuration only (domestic + DBeaver parity) by @Chat2DB-Pro in https://github.com/OtterMind/Chat2DB/pull/2644
* feat: add 12 more databases through configuration only by @Chat2DB-Pro in https://github.com/OtterMind/Chat2DB/pull/2648
* feat(data-editor): add MySQL ENUM and SET result editors by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2560
* feat(datasource): add identity colors and editor watermarks by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2657

## Improved (5)

Improves SQL result handling, main navigation, MCP settings and restart behavior, workspace navigation, Windows desktop controls, and import/export task progress.

* feat(result): refine SQL results and editor close safety by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2627
* fix(client): share updated main navigation icons by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2629
* fix(desktop): make MCP settings and restart deterministic by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2651
* refactor(community): refine workspace and desktop navigation by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2711
* refactor(task): rebuild Community asynchronous task system by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2712

## Fixed (6)

Fixes result inspection and column metadata, datasource tree refresh races, Redis key details, MySQL database deletion, and related desktop interaction issues.

* fix(redis): make key detail loading reliable by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2661
* fix(client): sync value inspector with record field by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2666
* fix: preserve result inspector field and mode by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2667
* fix(frontend): make datasource tree refresh race-safe by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2706
* fix(database): use server connection for MySQL deletion by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2707
* fix(result): preserve complete column header details by @openai0229 in https://github.com/OtterMind/Chat2DB/pull/2715


**Full Changelog**: https://github.com/OtterMind/Chat2DB/compare/v5.3.3...v5.3.4