agents-v0.2.71
t8y2/dbxagents-v0.2.71Aug 2, 2026by dbx-bot[bot]
AI Summary
Agent library update addressing specific issues in Dameng, Informix, Neo4j, Oracle, RocketMQ, and TDengine. Key fixes include exposing Dameng sequences, isolating Oracle charset converters, and optimizing TDengine pagination.
Key Highlights
- Dameng: Exposed sequences and packages
- Oracle: Isolated charset converters per connection
- RocketMQ: Bounded consumer group list latency
- TDengine: Avoided full scans for table pagination
- Informix: Corrected metadata owners
New Features
- Dameng schema exposure
- Oracle charset isolation
- RocketMQ latency fix
- TDengine pagination optimization
Full Release Notes
## 更新内容 ### dameng (0.1.41 → 0.1.42) - fix(dameng): expose sequences and packages - fix(dameng): fall back for restricted schema objects ### informix (0.1.37 → 0.1.38) - fix(informix): resolve metadata owners correctly ### neo4j (0.1.36 → 0.1.37) - fix(neo4j): fall back to configured database discovery ### Oracle (0.1.39 → 0.1.40) - fix(oracle): isolate charset converters per connection - fix(oracle): stream LOB values on legacy servers ### RabbitMQ (0.1.0 → 0.1.1) ### rocketmq (0.1.0 → 0.1.1) - fix(rocketmq): bound consumer group list latency ### tdengine (0.1.36 → 0.1.37) - fix(tdengine): avoid full scans for table pages ### 虚谷 XuguDB (0.1.26 → 0.1.27) - fix(xugu): handle metadata permissions for normal users