Loading
Aerospike Backup Service 2.0.0 Release Notes
August 22, 2024
New in this version
This version implements new features and a variety of improvements and fixes to enhance performance, usability, and reliability.
New features
- A new endpoint,
getCurrentBackup
, shows information about a currently running backup routine. [APPS-1274] - The
restoreStatus
endpoint now includes information about restore progress and estimated time remaining. [APPS-1274] - ABS now supports Aerospike Secret Agent. [APPS-1237]
Improvements
- In this release, the C backup library has been replaced with native Go. [APPS-1274]
- TLS configuration key names now use hyphens. [APPS-1234]
- The
NoBins
andMaxRecords
properties have been removed. [APPS-1262] - Added retry logic to the restore operation. [APPS-1275]
- Performance enhanced when listing backups. [APPS-1243]
Issues fixed
- Client is now closed after
info
command to address a potential memory leak. [APPS-1214]