Skip to content

4.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 23:09
· 17 commits to master since this release
de1471d

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