Skip to content

2.7.0

Choose a tag to compare

@mcoberly2 mcoberly2 released this 08 Apr 03:23
· 247 commits to master since this release
b45d056
* Requires Aerospike Server version 4.9 or newer.
* First release to support 6.0 changes.
* The Python interpreter is now included with asadm.

New Features

* [TOOLS-1468] - (ASADM) Add a `show config security` sub-command and remove redundant configuration params from `show config service`.
* [TOOLS-1930] - (ASADM) Create `manage jobs kill all queries` command in asadm.

Improvements

* [TOOLS-1865] - (PACKAGING) Remove support for Debian 8 and add support for Debian 11.
* [TOOLS-1794] - (ASADM) The default timeout should be changed to 1 second.
* [TOOLS-1861] - (ASADM) Bundle asadm with python to remove python dependency.
* [TOOLS-1877] - (ASADM) Have asadm use async/await co-routines instead of threads for concurrent requests.
* [TOOLS-1905] - (ASADM) Allow `show users` to query for a single user.
* [TOOLS-1925] - (ASADM) Allow asadm to work with mixed security modes.
* [TOOLS-1928] - (ASADM) Support new server 6.0 stats, configs, info commands, and histograms.
* [TOOLS-1938] - (ASADM) Add higher precision to the Disk, Memory, and PIndex Used% reported by `info namespace usage`.
* [TOOLS-1958] - (ASADM) Add 6.0 configuration schema to asadm.

Bug Fixes

* [TOOLS-1727] - (ASADM) Asadm makes an invalid info call when there are no DC's configured on server >= 5.7.
* [TOOLS-1922] - (ASADM) `manage config` auto-complete prints same parameter twice in some cases.
* [TOOLS-1924] - (ASADM) Help output does not show new manage jobs commands.
* [TOOLS-1936] - (ASADM) --no-color flag raises exception.
* [TOOLS-1939] - (ASADM) Asadm does not reliably discover the cluster if security is enabled and the seed node is a load-balancer.
* [TOOLS-1940] - (ASADM) Summary command does not report compression-ratio for namespaces in table view.
* [TOOLS-1943] - (ASADM) The `summary` command reports flash-index as 0 when in use.