Skip to content

3.5.0

Compare
Choose a tag to compare
@mcoberly2 mcoberly2 released this 03 Nov 00:56
· 93 commits to master since this release
2a70cc1
  • openssl-1.1.1.g is now statically linked into asbackup, aql, and asvalidation.
  • Support for Python2.7 and Python3.4 have been removed.
  • Aerospike Tools currently supports Python3.5 to Python3.8.
  • The "python3" binary path must now resolve. For example: /usr/bin/env python3. The "python" binary path is no longer used.

New Features

[TOOLS-1389] - (PACKAGING) Remove python 2.7 because it is deprecated.
[TOOLS-1446] - (ASBACKUP) Support for new partition-based scans in asbackup.

Improvements

[TOOLS-1522] - (PACKAGING) Static link openssl-1.1.1.g for asbackup, aql, and asvalidation.