v0.5.68
t8y2/dbxv0.5.68Jul 28, 2026by github-actions[bot]
AI Summary
This release introduces observability features for Nacos and etcd, enhances Redis capabilities with fuzzy matching and expiration policies, and improves the SQL editor and data grid. It also includes numerous bug fixes for various databases and installation updates.
Key Highlights
- Nacos dashboard and Prometheus metrics collection
- Redis fuzzy matching for hierarchical keys
- SQL editor result retention and scrolling improvements
- Data grid multi-format copy and extraction
- etcd Key management and observability enhancements
New Features
- Nacos dashboard and metrics
- Redis fuzzy key matching
- Editor result retention
- Data grid multi-format copy
- etcd Key management
Full Release Notes
### 新功能 - **Nacos** — 新增运行大盘和 Prometheus 指标采集。 (contributed by @eryajf) - **etcd** — 增强 Key 管理与可观测性,并在浏览器操作中保留原始 Key 标识。 (contributed by @eryajf) - **Redis** — 支持模糊匹配层级 Key,便于在大型 Key 树中定位对象。 (contributed by @onenewcode) (closes #4386) - **StarRocks** — 在侧边栏展示物化视图。 (contributed by @ChunMengLu) (closes #1775) - **Elasticsearch** — 支持自定义连通检测和表格化结果展示。 (contributed by @1044070878) - **数据网格** — 支持按单元格、行和列使用多种格式复制和提取数据。 (contributed by @soddygo) - **编辑器** — 支持保留并平铺多次查询结果,并在编辑器末尾增加滚动空白区域。 (contributed by @DASungta, @greathaoqi) (closes #4425, #4541) - **连接管理** — 支持为连接配置增加备注字段。 (contributed by @zipg) - **表数据** — 优化表数据 WHERE 条件输入补全。 (contributed by @zipg) (closes #4008) ### 改进 - **Nacos 配置差异** — 规范化配置差异中的行末换行符,减少同一内容因换行格式产生的误报。 (contributed by @eryajf) - **AI** — 合并聊天模式和动作选择器,调整模板入口;重新选择当前模式时会重置动作状态。 (contributed by @Abeautifulsnow) - **侧边栏** — 优化置顶对象拖拽排序、置顶图标展示和 DDL 后的树节点刷新。 (contributed by @czs208112, @aiLi0617) - **标签页** — 限定数据标签页复用范围,修复切换标签后字段筛选条件丢失,并保留表格列可见性;为表对象创建独立目标标签页。 (contributed by @zipg) - **SQL 补全** — 支持 Unicode SQL 补全前缀,完善嵌套子查询来源处理,并稳定快捷键优先级。 - **查询结果表格** — 数值列默认右对齐,改善数值结果的阅读体验。 (contributed by @gggaiitx) - **SQL INSERT 导出** — 大批量 SQL INSERT 导出改为后台流式处理,减少导出期间的界面卡顿。 (contributed by @DengQingNian) (closes #4305) - **传输界面** — 避免传输弹窗出现嵌套滚动条。 - **文档与社区工具** — 更新文档导航和赞助入口,刷新贡献者展示,并补充 GitHub 贡献者和 Issue 工具。 ### 修复 - **Dameng** — 修复克隆表时丢失字段注释、库内表搜索的 LIKE 转义错误,以及表 DDL 中空间索引丢失。 (contributed by @zipg) (closes #3971) - **PostgreSQL** — 兼容 JDBC `stringtype` 连接参数,补全表 DDL 中的所有者和授权语句,并将区间值按文本正确展示。 (contributed by @zipg) - **openGauss** — 修复序列查询兼容性。 (contributed by @wang-zhengxin) (closes #4526) - **GaussDB** — 修复多条函数语句执行报错,以及存储过程切分时吞并后续 SQL 的问题。 (contributed by @zipg) (closes #4572, #4573) - **Oracle** — 修复包含引号的视图名称、`MINUS` 查询、首次读取视图时错误使用 `ROWNUM`,以及 `SYSDBA:<service>` 被误当作 Explain Schema 的问题。 - **MongoDB** — 修复查询结果无法翻页。 (contributed by @zipg) (closes #4566) - **Xugu** — 让 `SHOW` 语句正确返回结果集。 (contributed by @mapan0424) - **SQL Server** — 修复旧版索引元数据兼容问题,以及反斜杠在数据传输过程中的处理。 - **Kingbase** — 在原生 Agent 中兼容 `sslmode=prefer`。 - **Kafka** — 为使用 EC 算法的 `SASL_SSL` 连接补充 `jdk.crypto.ec` 模块。 (contributed by @idxdy) - **SAP HANA** — 兼容旧版驱动类别名。 - **OceanBase** — 将 BLOB 值按字节读取,避免数据内容被错误转换。 - **TDengine** — 保留时间戳精度,并修复稳定表数据生成问题。 - **Weaviate** — 避免搜索向量维度不匹配导致请求失败。 - **Nacos** — 隔离认证探测请求,避免探测过程影响正常连接。 - **etcd** — 修复浏览器操作中 Key 标识被规范化后无法准确定位的问题。 - **通用数据库对象** — 修复大小写不同的数据库对象被错误合并。 (contributed by @zipg) (closes #4529) - **查询结果** — 保留任意精度整数的完整值。 - **侧边栏与数据网格** — 刷新过程中保持上下文菜单状态,修复切换标签页后列可见性丢失。 ### 安装 - **Windows WebView2** — 拆分 Windows 7 与 Windows 10 的 WebView2 离线安装包。 (contributed by @zipg) - **macOS 12** — 兼容旧版连接选择器的网格布局。 (contributed by @zipg) - **Docker 构建** — 修复构建上下文缺少根 workspace 本地 `vendor/ctor` 依赖的问题,并同步刷新 `Cargo.lock`,确保镜像构建使用完整依赖。