v0.6.9

t8y2/dbxv0.6.9Sep 9, 2026by t8y2

AI Summary

DBX v0.6.9 introduces enhanced database connectivity features such as Cassandra TLS support and Redis key grouping, alongside significant UI/UX improvements like custom backup naming and persistent viewport states. The release also includes a new Azerbaijani language option and resolves numerous bugs across Oracle, PostgreSQL, MongoDB, and other supported database systems.

Key Highlights

  • Added Cassandra connection support for configuring TLS certificate keystores.
  • Data grid now retains viewport position and selected area after tab switching.
  • Backup functionality now supports custom filename templates with path preview.
  • Grid filter editor allows for expanded state persistence without repeated opening.
  • Added Azerbaijani as a new interface language option.

New Features

  • Backup supports custom filename templates and preview of full output paths.
  • Cassandra connection supports configuration of TLS certificate keystores.
  • Redis supports custom key grouping management for key names.
  • Data grid supports generating UUID v4 and v7 values.
  • Data grid retains viewport position and selected area after tab switching.
  • Grid filter editor supports persistent expanded state.
  • SSH host fingerprint changes prompt for confirmation and support reset.
  • Settings items highlight on mouse hover.
  • Language options in settings allow previewing interface language on hover.
  • Interface scaling changes apply sequentially to avoid exceptions.
  • Added Azerbaijani interface language.

Full Release Notes

### 新功能

- 备份支持自定义文件名模板并预览完整输出路径 (contributed by @eryajf) (PR [#8621](https://github.com/t8y2/dbx/pull/8621))
- Cassandra 连接支持配置 TLS 证书密钥库 (contributed by @fordes123) (PR [#8624](https://github.com/t8y2/dbx/pull/8624))
- Redis 支持自定义键分组管理键名 (contributed by @CN-Scars) (PR [#8582](https://github.com/t8y2/dbx/pull/8582))
- 数据网格支持生成 UUID v4 与 v7 值 (contributed by @tdog54646) (PR [#8577](https://github.com/t8y2/dbx/pull/8577))
- 数据网格在标签页切换后保留视口位置与选中区域 (contributed by @Abeautifulsnow) (PR [#8629](https://github.com/t8y2/dbx/pull/8629))
- 网格筛选编辑器支持常驻展开无需反复点开 (contributed by @eryajf) (PR [#8526](https://github.com/t8y2/dbx/pull/8526))
- SSH 主机指纹变化时提示确认并支持重置指纹 (contributed by @64673a) (PR [#8588](https://github.com/t8y2/dbx/pull/8588))
- 设置项在鼠标悬停时高亮显示 (contributed by @tdog54646) (PR [#8606](https://github.com/t8y2/dbx/pull/8606))
- 设置中的语言选项悬停即可预览界面语言,界面缩放变更按顺序应用避免异常 (contributed by @eryajf) (PR [#8523](https://github.com/t8y2/dbx/pull/8523))
- 新增阿塞拜疆语界面语言 (contributed by @jamalkamaladdin) (PR [#8536](https://github.com/t8y2/dbx/pull/8536))

### 改进

- 设置中的 SQL 文件大小相关设置合并到所属分类下显示 (contributed by @eryajf) (PR [#8518](https://github.com/t8y2/dbx/pull/8518))
- 优化标签栏分组布局与焦点回退行为 (contributed by @zipg) (PR [#8602](https://github.com/t8y2/dbx/pull/8602))
- 降低 SQL 编辑器在大文本下的输入延迟
- Oracle 视图查询分页减少数据库往返提升翻页速度

### 修复

- Oracle 修复视图分页时错误注入 ROWID 列 (contributed by @zipg) (PR [#8611](https://github.com/t8y2/dbx/pull/8611))
- Oracle 修复复制日期时间类型单元格未使用显示格式
- 达梦修复 VARCHAR2 值前导零丢失
- 达梦修复修改列时未生成 ALTER TABLE MODIFY 语法
- 修复 Oracle 与达梦关闭标识符引号后 DDL 仍添加双引号 (contributed by @zipg) (PR [#8542](https://github.com/t8y2/dbx/pull/8542))
- PostgreSQL 数据传输保留对象完整注释 (contributed by @Eve-z1) (PR [#8593](https://github.com/t8y2/dbx/pull/8593))
- PostgreSQL 数据传输保留索引列的原始顺序
- PostgreSQL 数据传输保留序列定义
- Doris 恢复 Explain Plan 支持 (contributed by @0verme) (PR [#8610](https://github.com/t8y2/dbx/pull/8610))
- Doris 修复范围分区语句被错误拆分执行 (contributed by @Eve-z1) (PR [#8622](https://github.com/t8y2/dbx/pull/8622))
- Redis 修复值扫描未使用配置的分页大小 (contributed by @ordinary-s) (PR [#8641](https://github.com/t8y2/dbx/pull/8641))
- Redis 修复查询语句被 SQL 格式化破坏 (contributed by @0verme) (PR [#8512](https://github.com/t8y2/dbx/pull/8512))
- MongoDB 导出 JSON 时保留 Extended JSON 类型与嵌套结构
- MongoDB 修复集合查询与预览选中状态意外丢失
- MCP 恢复 MongoDB 数据库发现能力 (contributed by @Zyuery) (PR [#8583](https://github.com/t8y2/dbx/pull/8583))
- DB2 修复查询结果中 CLOB 值无法读取为文本
- Hive 修复总行数统计未将 CTE 保留在计数子查询外 (contributed by @Eve-z1) (PR [#8564](https://github.com/t8y2/dbx/pull/8564))
- RocketMQ 修复查询返回空响应时报错
- etcd 修复成员状态探测缺少超时导致界面卡顿 (contributed by @Tara8573) (PR [#8634](https://github.com/t8y2/dbx/pull/8634))
- ZooKeeper 修复无法删除非空 znode (contributed by @Eve-z1) (PR [#8544](https://github.com/t8y2/dbx/pull/8544))
- InterSystems IRIS 修复表预览未按当前 Schema 限定表名
- JDBC 修复超长 VARCHAR 值读取异常
- SQL Server 修复补全时未正确引用标识符 (contributed by @Eve-z1) (PR [#8581](https://github.com/t8y2/dbx/pull/8581))
- 元数据加载时将 Schema 范围限定到当前 Catalog
- SQL 补全修复派生表列不显示 (contributed by @Eve-z1) (PR [#8599](https://github.com/t8y2/dbx/pull/8599))
- SQL 编辑器修复语义诊断误报当前 Schema 中的表不存在 (contributed by @zipg) (PR [#8591](https://github.com/t8y2/dbx/pull/8591))
- SQL 编辑器修复状态同步造成的显示抖动
- AI 设置按界面语言选择 MiniMax 默认 Endpoint (contributed by @zipg) (PR [#8615](https://github.com/t8y2/dbx/pull/8615))
- AI 修复复制失败消息时丢失引用内容
- 修复布局切换后标签栏未恢复显示 (contributed by @zipg) (PR [#8648](https://github.com/t8y2/dbx/pull/8648))
- 筛选编辑器展开后修复光标位置错位 (contributed by @zipg) (PR [#8640](https://github.com/t8y2/dbx/pull/8640))
- 数据标签页切换后保留滚动位置与搜索状态 (contributed by @onenewcode) (PR [#8554](https://github.com/t8y2/dbx/pull/8554))
- 修复连接关闭后被后台搜索任务自动重连 (contributed by @DASungta) (PR [#8631](https://github.com/t8y2/dbx/pull/8631))
- Excel 导入按工作表绝对行号识别行范围 (contributed by @CN-Scars) (PR [#8638](https://github.com/t8y2/dbx/pull/8638))
- 数据传输重建确认框正确统计对象数量并本地化提示 (contributed by @HolyeTyrone) (PR [#8573](https://github.com/t8y2/dbx/pull/8573))
- 保存的 SQL 文件名按文件夹隔离避免相互覆盖 (contributed by @tdog54646) (PR [#8608](https://github.com/t8y2/dbx/pull/8608))
- 消息队列连接隐藏不适用的数据库浏览器入口 (contributed by @onenewcode) (PR [#8522](https://github.com/t8y2/dbx/pull/8522))

---
<!-- dbx-cnb-mirror -->
> 国内下载:如果 GitHub 下载较慢,可从 [CNB 镜像](https://cnb.cool/dbxio.com/dbx/-/releases/tag/v0.6.9) 下载桌面端安装包,Docker 镜像从 `docker.cnb.cool/dbxio.com/dbx:v0.6.9` 拉取。