agents-v0.2.105

juanfont/headscaleagents-v0.2.105Sep 8, 2026by dbx-bot[bot]

AI Summary

Updates database agents (cache, db2, h2, iris) with specific bug fixes regarding integer handling, view source reading, and server version detection.

Key Highlights

  • Fixed integer out-of-range reading in InterSystems cache and iris
  • Fixed reading view source from SYSCAT.VIEWS in DB2
  • Fixed remote server version detection in H2
  • Updated sub-modules: cache, db2, h2, and iris

Full Release Notes

## 更新内容

### cache (0.1.0 → 0.1.1)
- fix(intersystems): read out-of-range integers via BigDecimal

### db2 (0.1.56 → 0.1.57)
- fix(db2): read view source from SYSCAT.VIEWS

### h2 (0.1.56 → 0.1.57)
- fix(h2): detect remote server version via H2VERSION()

### iris (0.1.49 → 0.1.50)
- fix(intersystems): read out-of-range integers via BigDecimal