agents-v0.2.86

t8y2/dbxagents-v0.2.86Aug 17, 2026by dbx-bot[bot]

AI Summary

This update focuses on bug fixes for various database drivers, specifically addressing backup verification, JDBC connections, legacy broker compatibility, and DDL portability across DuckDB, Hive, Kafka, and Oracle.

Key Highlights

  • Backup export destination verification for DuckDB
  • Support for JDBC URLs and HTTP noSasl connections in Apache Hive
  • Message sends to legacy brokers in Kafka
  • Export portable table DDL for Oracle

New Features

  • Backup verification for DuckDB
  • HTTP noSasl support for Hive
  • Legacy broker support for Kafka
  • Portable DDL export for Oracle

Full Release Notes

## 更新内容

### DuckDB (0.1.8 → 0.1.9)
- fix(backup): verify scheduled export destinations before writing

### Apache Hive (0.1.48 → 0.1.49)
- fix(hive): support JDBC URLs and HTTP noSasl connections
- docs(go-gssapi): correct README spelling

### kafka (0.1.10 → 0.1.11)
- fix(kafka): support message sends to legacy brokers

### Oracle (0.1.50 → 0.1.51)
- fix(oracle): export portable table DDL

### Apache ZooKeeper (0.1.24 → 0.1.25)
- docs(go-gssapi): correct README spelling