agents-v0.2.104
anomalyco/opentuiagents-v0.2.104Sep 7, 2026by dbx-bot[bot]
AI Summary
This release updates the underlying driver agents for Apache Cassandra, Dameng, IRIS, KingbaseES, and Oracle to improve stability and performance, specifically addressing geometry handling, identity columns, and cluster connections.
Key Highlights
- Updates for Cassandra, Dameng, IRIS, KingbaseES, and Oracle agents
- Oracle SDO_GEOMETRY support via native driver
- Dameng identity column detection via DDL fallback
- IRIS JDBC prefetch improvements for large results
- Kingbase multi-host cluster endpoint support
New Features
- Cassandra materialized view reporting
- Dameng identity column detection for unprivileged users
- Dameng schema listing for normal users
- IRIS JDBC prefetch row increase
- Kingbase multi-host cluster connection support
- Oracle SDO_GEOMETRY as WKT text
- Oracle panic recovery for row iteration
- Oracle SDE field placeholder fallback
Full Release Notes
## 更新内容 ### Apache Cassandra (0.1.47 → 0.1.48) - fix(cassandra): report materialized views and skip db-side sort ### dameng (0.1.63 → 0.1.64) - fix(dameng): detect identity columns via DDL fallback for unprivileged users - fix(dameng): list all schemas in object browse for normal users ### iris (0.1.48 → 0.1.49) - fix(iris): raise jdbc query prefetch for large results ### 金仓KingbaseES (0.1.56 → 0.1.57) - fix(kingbase): iterate multi-host cluster endpoints with per-host ports ### Oracle (0.1.59 → 0.1.60) - fix(oracle): read SDO_GEOMETRY via native driver as WKT - fix(oracle): recover row-iteration panics to keep agent alive - fix(oracle): fall back to placeholder when sde extproc fails