agents-v0.2.83

t8y2/dbxagents-v0.2.83Aug 14, 2026by dbx-bot[bot]

AI Summary

This release updates database agents, including the migration of Hive and ZooKeeper drivers from Java agents to native Go implementations. It introduces fixes for Kafka metadata handling, KingbaseES user search paths, and Oracle row prefetch.

Key Highlights

  • Native Go implementation for Hive and ZooKeeper agents
  • Kafka metadata and topic navigation improvements
  • KingbaseES user search path preservation
  • Oracle row prefetch configuration

New Features

  • Native Go agent for Hive
  • Native Go agent for ZooKeeper
  • Kafka legacy topic metadata support

Full Release Notes

## 更新内容

### Apache Cassandra (0.1.42 → 0.1.43)

### dameng (0.1.50 → 0.1.51)
- fix(dameng): bound connection initialization timeout

### DuckDB (0.1.7 → 0.1.8)

### firebird (0.1.40 → 0.1.41)
- fix(firebird): return stored procedure source

### Apache Hive (0.1.45 → 0.1.46)
- feat(zookeeper): replace Java agent with native Go implementation

### Apache IoTDB (0.1.34 → 0.1.35)

### kafka (0.1.9 → 0.1.10)
- fix(kafka): support legacy topic metadata and config gaps
- fix(kafka): improve message browsing and topic navigation

### 人大金仓 KingbaseES (0.1.48 → 0.1.49)
- fix(kingbase): preserve user search path across statements
- fix(kingbase): honor MySQL-compatible identifier quoting

### Neo4j (0.1.44 → 0.1.45)

### Oracle (0.1.47 → 0.1.48)
- fix(oracle): configure default row prefetch

### RabbitMQ (0.1.5 → 0.1.6)

### Apache RocketMQ (0.1.6 → 0.1.7)

### TDengine (0.1.44 → 0.1.45)

### Vastbase (0.1.44 → 0.1.45)

### 虚谷 XuguDB (0.1.35 → 0.1.36)

### Apache ZooKeeper (0.1.23 → 0.1.24)
- fix(zookeeper): handle large children responses safely
- feat(zookeeper): replace Java agent with native Go implementation