Skip to content

Releases: aerospike/aerospike-admin

3.1.0

02 Oct 01:20
e6fc77b
Compare
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
Compare
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
Compare
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

2.22.0

01 Feb 19:11
4b1c61b
Compare
Choose a tag to compare

Summary

Tools 10.2.1 adds Aerospike server log collection to asadm, the ability to generate a configuration file from a running Aerospike node to asconfig, and the prefer-racks flag to asbackup, along with other features, improvements, and fixes. The ability to generate a configuration file from a running node in asadm is now deprecated.

New Features

asadm Add the ability to aggregate local and remote Aerospike server logs to send to support with one command. [TOOLS-2607]

Improvements

asadm The collectinfo command should only create sysinfo.log and copy the aerospike.conf if localhost is an aerospike node. [TOOLS-2653]
asadm Add -n option to netstat command in collectinfo to prevent hostname/port name resolution. [TOOLS-2809]
asadm Add a disclaimer with metadata to asadm's generate config command. [TOOLS-2810]
asadm Deprecate asadm's generate config command. [TOOLS-2831]
asinfo Support running asinfo in environments where asadm can not be found in the path. [TOOLS-2813]

Bug Fixes

asadm Healthcheck incorrectly reports storage under configured for single-node failure. [TOOLS-2824]

Full Changelog: 2.21.0...2.22.0

2.21.0

15 Dec 07:44
68c18ce
Compare
Choose a tag to compare

Summary

This version implements a variety of improvements to enhance performance, usability, and reliability.

Bug Fixes

asadm The manage config namespace command cannot change index-type configuration parameters. [TOOLS-2768]
asadm The asadm with modifier is doing a wildcard match when '*' is not used. [TOOLS-2656]
asadm The generate config command does not correctly report shadow devices. [TOOLS-2782]
asadm The generate config command does not correctly report xdr.dc.namespace shipped/ignored sets and bins [TOOLS-2783]
asadm The generate config command does not correctly generate namespaces with data-in-memory true. [TOOLS-2797]

New Features

asadm Collect info should run generate config for all nodes. [TOOLS-2695]

Improvements

asadm Use the generated Aerospike Database 7.0 schema. [TOOLS-2771]
asadm Upgrade cryptography from 41.0.5 to 41.0.7. [TOOLS-2791]

Full Changelog: 2.20.1...2.21.0

2.20.1

28 Nov 22:50
Compare
Choose a tag to compare

New in this version

Tools 10.0.1 adds support for managing secondary indexes on blob bins.

Bug Fixes

  • asadm The manage sindex create command does not support blob bin-type introduced in server 7.0. [TOOLS-2766]

Full Changelog: 2.20.0...2.20.1

2.20.0

08 Nov 23:22
d309af7
Compare
Choose a tag to compare

New in this version

Added Aerospike Database 7.0 support.

Bug Fixes

  • asadm List view does not display namespace device usage statistics. [TOOLS-2683]
  • asadm The info set command does not show the correct Quota Used% when data-in-memory is true. [TOOLS-2705]
  • asadm manage truncate ns fails with Unrecognized input when --no-warn is used. [TOOLS-2714]
  • asadm The info namespace object command returns "ERROR: Unable to find any Aerospike nodes" when connecting to Aerospike CE. [TOOLS-2717]
  • asadm Asadm does not correctly parse server LDAP error codes. [TOOLS-2693]

Improvements

  • asadm Add Record Quota to info set command to accompany the existing Quota (now Size Quota) column. [TOOLS-2706]
  • asadm Show error if show statistics bins is called with Aerospike Database 7.0 and later. [TOOLS-2700]
  • asadm Support Aerospike Database 7.0 Config Changes. [TOOLS-2669]

Full Changelog: 2.19.1...2.20.0

2.19.1

11 Oct 04:17
938caae
Compare
Choose a tag to compare

What's Changed

  • [TOOLS-2541] - (ASADM) asadm should generate dynamic configuration in conf format.
  • [TOOLS-2607] - (ASADM) A customer should be able to aggregate logs to send to support with one command.
  • [TOOLS-2679] - (ASADM) show stop-writes does not report if stop-writes are triggered via storage-engine device or storage-engine pmem metrics.
  • [TOOLS-2697] - (ASADM) Asadm's show config command displays incorrect values for the security.ldap context.

Full Changelog: 2.19.0...2.19.1

2.19.0

11 Oct 04:16
9d6edc5
Compare
Choose a tag to compare

What's Changed

  • [TOOLS-2541] - (ASADM) asadm should generate dynamic configuration in conf format.
  • [TOOLS-2607] - (ASADM) A customer should be able to aggregate logs to send to support with one command.
  • [TOOLS-2679] - (ASADM) show stop-writes does not report if stop-writes are triggered via storage-engine device or storage-engine pmem metrics.
  • [TOOLS-2697] - (ASADM) Asadm's show config command displays incorrect values for the security.ldap context.

Full Changelog: 2.18.0...2.19.0

2.18.0

31 Aug 21:48
ce5e393
Compare
Choose a tag to compare

This version adds bug fixes and improvements to asadm.

Bug Fixes

  • show pmap does not consistently return results for all nodes in specific tls scenarios. [TOOLS-2267]
  • show statistics displays cluster_key as inf or a float in some cases. [TOOLS-2570]
  • The asadm --timeout is not respected when a node is unreachable. [TOOLS-2644]
  • Do not make requests to a node that was deemed unreachable during cluster discovery. [TOOLS-2645]

Upcoming changes

Full Changelog: 2.17.0...2.18.0