---
title: "Exporter 1.24.0 release notes"
description: "Release notes for Aerospike Prometheus Exporter 1.24.0, featuring Go 1.23 support and updated artifact naming."
---

# Exporter 1.24.0 release notes

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

May 27, 2025  |  **[Download](https://aerospike.com/download/oandm/prometheus/)**

## New in this version

This version includes upgrades for the Aerospike client, Go 1.23 support, and bug fixes.

All artifacts now use the following naming constructs for their filenames. Note the differences in usage between the hyphen `-`, underscore `_`, and period `.`.

-   .deb: `aerospike-prometheus-exporter_VERSION-1_ARCHITECTURE.EXTENSION`
-   .rpm: `aerospike-prometheus-exporter-VERSION-1.ARCHITECTURE.EXTENSION`
-   .tgz: `aerospike-prometheus-exporter_VERSION_ARCHITECTURE.EXTENSION`

Debian files are released for AMD64 and ARM64 architectures. RPM and TGZ files are released for X86\_64 and AARCH64 architectures.

The following files are available with this release:

```plaintext
aerospike-prometheus-exporter_1.24.0-1_amd64.deb

aerospike-prometheus-exporter_1.24.0-1_arm64.deb

aerospike-prometheus-exporter-1.24.0-1.x86_64.rpm

aerospike-prometheus-exporter-1.24.0-1.aarch64.rpm

aerospike-prometheus-exporter_1.24.0_x86_64.tgz

aerospike-prometheus-exporter_1.24.0_aarch64.tgz
```

## Improvements

-   Upgraded the Aerospike client version and Go 1.23 in Exporter. \[OM-241\]
-   Modified the Exporter build process to create OS-agnostic .deb and .rpm files. \[OM-224\]

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