Exporter 1.35.0 release notes
For the complete documentation index see: llms.txt
All documentation pages available in markdown.
September 23, 2026 | Download
New in this version
This version adds Database 8.2.0 checkpoint-status and system metadata (SMD) metrics, updates the gauge metrics list, makes the index-pressure command configurable, and addresses a security vulnerability in golang.
Security
- Updated golang to 1.26.8 and additional
x/netlibraries to address CVE-2026-39821, wherex/net/idnaincorrectly accepts Punycode labels that decode to ASCII-only hostnames. [OM-327]
Improvements
- Added Database 8.2.0
checkpoint-statusandsmd-infometrics. [OM-318] - Updated the gauge metrics list with Database 8.2.0 statistics. [OM-341]
- Added
index_pressure_stats_fetch_intervalinape.toml. The default is 10 minutes. Set the value to0to disable theindex-pressurecommand. [OM-343]