Skip to content

Releases: aerospike/aerospike-admin

4.0.2

12 Sep 23:18
bb1abf5

Choose a tag to compare

Release date: September 12, 2025

Summary

This version fixes a security issue with asadm and introduces a new version of asadm.

Security

Fixed aiohttp vulnerability. [TOOLS-3112]

Full Changelog: 4.0.1...4.0.2

4.0.1

04 Sep 17:22
6263d59

Choose a tag to compare

Release date: September 4, 2025

Summary

This version fixes a minor bug, and adds support for Debian 13.

Tools package changes

  • All tools now support Debian 13. [TOOLS-3017]

New features

  • asinfo: Results of the alumni-clear-alt and alumni-tls-alt info commands are now included in collect info. [TOOLS-3100]

Bug fixes

  • asadm 4.0.0 was not working with Aerospike Database versions prior to 7.1. [TOOLS-3106]

Full Changelog: 4.0.0...4.0.1

4.0.0

01 Aug 23:09
de1471d

Choose a tag to compare

Release date: August 1, 2025

Summary

This version fixes minor bugs, and adds support for Aerospike Database 8.1.

New Features

Note

All of the following new features require Database 8.1 or later.

  • All tools now support increased minimum data-size configuration, from 256M to 512M. [TOOLS-3073]
  • asadm: Added support for use of the admin port in Database 8.1 or later. asadm will automatically recognize that it is connected to an admin port. admin-clear-std and admin-tls-std return non-tls admin port and tls admin port, if configured. [TOOLS-3072]
  • asadm: Added support for creating secondary indexes based on an expression. [TOOLS-3065]
  • asadm: Updated asadm to support the user-agents info command for listing clients with an active connection to the server. [TOOLS-3060]
  • asadm: Added support for PKI authentication changes by extending show users to display new information about the authentication modes available to each user. [TOOLS-3054]

Improvements

  • asadm: Removed the UDA integration from asadm. [TOOLS-3095]
  • Increased the max socket pool size for nodes in asadm from 3 to 16 to better handle asynchronous workloads. [TOOLS-3093]
  • asadm: Added comprehensive transaction monitoring capabilities to asadm. Users can now view detailed metrics for both monitors and provisionals across live clusters and collectinfo analysis. [TOOLS-3076]
  • asadm: Replaced sindex with sindex-list for the deprecated info command for listing sindexes. [TOOLS-3070]
  • asadm: Updated the unique data calculation in the summary command to be the sum of namespace uncompressed data divided by its replication factor. [TOOLS-3064]

Bug Fixes

  • asadm: Issuing an invalid info <subcommand>, like info random, was falling back to info, which gave a false impression that info random worked. asadm now clearly throws an error for invalid info subcommands.
  • asadm: Updated ss command syntax and header counting in asadm collectinfo. [TOOLS-3091]
  • asadm: asadm was showing incorrect information for Primary Index Used% when the primary index was on flash. [TOOLS-3063]
  • asadm: Improved asadm to handle abrupt connection closures. [TOOLS-3061]

Full Changelog: 3.2.2...4.0.0

3.2.2

02 Apr 05:04
18336ba

Choose a tag to compare

Summary

This version fixes a security vulnerability in the tools package.

Bug Fixes

  • asadm: Fixed security vulnerability. [TOOLS-2987]

Full Changelog: 3.2.1...3.2.2

3.2.1

05 Mar 07:04
1dd802f

Choose a tag to compare

Summary

This version addresses bug fixes and fixes security vulnerabilities.

Bug Fixes

  • asadm: The manage roster stage observed command could be run on AP namespaces. [TOOLS-2996]
  • asinfo: The output of asinfo -v 'sets/<NAMESPACE_NAME>/<SET_NAME>' was missing newline characters. [TOOLS-3003]
  • asadm: Fixed handling for manage roster command with the unstable-cluster and cluster-not-specified-size options. [TOOLS-3012]
  • asadm: Updated command help for manage acl quotas role. [TOOLS-3013]

Security

Full Changelog: 3.2.0...3.2.1

3.2.0

17 Jan 02:29
01100e8

Choose a tag to compare

Summary

This version fixes minor bugs and security vulnerabilities in some tools, and adds support for Aerospike Database 8.0.

New Features

  • All tools: Added support for the database schemas in Aerospike Database 8.0. [TOOLS-2989][TOOLS-2992]

Bug Fixes

  • asadm Fixed show latencies -v to show fabric histogram if enabled via manage config. [TOOLS-2984]
  • asadm now relays Aerospike Database error messages for info commands rather than matching strings. [TOOLS-2986]

Full Changelog: 3.1.1...3.2.0

3.1.1

11 Nov 20:33
903a650

Choose a tag to compare

Summary

This version fixes minor bugs and removes support for macOS 12.

Platform Support

This version removes support for macOS 12 for all Tools packages. [TOOLS-2981]

Bug Fixes

  • asadm The manage truncate command was failing if a set did not exist on all cluster nodes. [TOOLS-2976]
  • asadm health -v was logging the Aerospike edition as "community," even though Federal Edition was in use. [TOOLS-2977]
  • asadm The Build column for info net did not display the FE tag before the version. [TOOLS-2978]

Full Changelog: 3.1.0...3.1.1

3.1.0

02 Oct 01:20
e6fc77b

Choose a tag to compare

Summary

This version adds support for Aerospike Database 7.2, and adds support for Ubuntu 24.04.

New Features

  • Add support for Ubuntu 24.04 LTS. [TOOLS-2912]
  • Add support Aerospike Database 7.2. [TOOLS-2967][TOOLS-2964] [TOOLS-2965][TOOLS-2966]

Full Changelog: 3.0.1...3.1.0

3.0.1

02 Jul 20:24
a0370b1

Choose a tag to compare

Summary

  • This version fixes mixed Aerospike cluster version backups with asbackup, missing table output for asadm, and a security issue.

Bug Fixes

  • asadm info namespace usage command is not reporting object stats when the storage engine is pmem. [TOOLS-2930]

Security

Full Changelog: 2.22.0...3.0.1

3.0.0

01 May 19:53
a3cdcb2

Choose a tag to compare

Summary

This version implements a variety of feature requests and improvements to usability and reliability. Highlights include adding Aerospike Database 7.1 support, and moving the generate command from asadm to asconfig.

Breaking Changes

asadm Move the generate command to asconfig. [TOOLS-2875]

New Features

asadm Support new index-memory configuration parameters and metrics in Aerospike Database 7.1. [TOOLS-2893]
asadm Use schemas from schemas repository for asadm autocomplete. [TOOLS-2873]

Improvements

asadm Add build details to the version command output. [TOOLS-2840]

Bug

asadm asadm healthcheck puts bin names header and text on system_free_mem_pct output. [TOOLS-2895]

Security

asadm Fix NULL pointer dereference. [TOOLS-2860]
asadm Fix observable timing discrepancy. [TOOLS-2861]

Full Changelog: 2.22.0...3.0.0-rc1