---
title: "Exporter 1.35.0 release notes"
description: "Release notes for Aerospike Exporter 1.35.0, which adds Database 8.2.0 metrics, updates the gauge list, and patches golang security issues."
---

# Exporter 1.35.0 release notes

> For the complete documentation index see: [llms.txt](https://aerospike.com/docs/llms.txt)
> 
> All documentation pages available in markdown.

September 23, 2026  |  **[Download](https://aerospike.com/download/oandm/prometheus/)**

## 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/net` libraries to address [CVE-2026-39821](https://pkg.go.dev/vuln/GO-2026-5026), where `x/net/idna` incorrectly accepts Punycode labels that decode to ASCII-only hostnames. \[OM-327\]

## Improvements

-   Added Database 8.2.0 `checkpoint-status` and `smd-info` metrics. \[OM-318\]
-   Updated the gauge metrics list with Database 8.2.0 statistics. \[OM-341\]
-   Added `index_pressure_stats_fetch_interval` in `ape.toml`. The default is 10 minutes. Set the value to `0` to disable the `index-pressure` command. \[OM-343\]

[Full changelog](https://github.com/aerospike/aerospike-prometheus-exporter/compare/v1.34.0...v1.35.0)