agents-v0.2.104

mukul975/cve-mcp-serveragents-v0.2.104Sep 7, 2026by dbx-bot[bot]

AI Summary

This release updates specific database agent drivers (Cassandra, Dameng, Iris, Kingbase, Oracle) to version 0.1.48/0.1.64/0.1.49/0.1.57/0.1.60 respectively, focusing on bug fixes for materialized views, identity column detection, JDBC prefetch, and Oracle geometry handling.

Key Highlights

  • Updated Cassandra agent to report materialized views
  • Updated Dameng agent to detect identity columns for unprivileged users
  • Updated Iris agent to improve large result set performance
  • Updated Oracle agent to handle SDO_GEOMETRY and SDE fields

New Features

  • Updated Cassandra agent (0.1.47 → 0.1.48)
  • Updated Dameng agent (0.1.63 → 0.1.64)
  • Updated Iris agent (0.1.48 → 0.1.49)
  • Updated Oracle agent (0.1.59 → 0.1.60)

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