Releases: aerospike/aerospike-management-lib
v1.6.0
What's Changed
- fix: TOOLS-2979 sindex-stage-size allow as size field by @a-spiker in #60
- feat: TOOLS-2989 Added 8.0.0 config handling by @a-spiker in #64
- KO-364: Handle special bool fields by @abhishekdwivedi3060 in #65
- Fix vulnerability by @abhishekdwivedi3060 in #66
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- TOOLS-2967: support server 7.2 configs by @a-spiker in #54
- Change cluster-stable to support 7.2 command by @tanmayja in #55
- fix: TOOLS-2972 include the schema changes for AER-6762 by @a-spiker in #57
- updating go to 1.22 and fixing the vulnerability. by @tanmayja in #58
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Adding functions to support dynamically change Aerospikeconfig by @tanmayja in #40 [ATOM-1]
- Add server 7.1 configs to conf parsing tables by @dwelch-spike in #50
Full Changelog: v1.3.0...v1.4.0
Release v1.3.0
Improvements
- dep: ATOM-37 upgrade go-client to v7 by @jdogmcsteezy in #48
- fix vulnerabilities and bump go version by @tanmayja in #49
Bug fixes
- fix: ATOM-13 network.tls context incorrectly generated by @jdogmcsteezy in #47
Full Changelog: v1.2.1...v1.3.0
Release v1.2.1
Fixing Security Vulnerabilities.
Release v1.2.0
Improvements
- [DBAASDEV-1384] Export getInfoOnHosts by @joshbench in #45
- Remove version argument from AsConfig constructor by @jdogmcsteezy in #41
Bug fixes
- Fix panic and dc config for dc.name = "" by @jdogmcsteezy in #46
- Fix connection timeout and not authenticated requests by @jdogmcsteezy in #43
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
New Features
- [Tools-2749] - Added API for generating config from the cluster. by @jdogmcsteezy in #39
Bug fixes
- [ATOM-5] - Fixed logging.index and logging.namespace contexts parsing. by @jdogmcsteezy in #39
- Fix vulnerability by @abhishekdwivedi3060 in #42
Full Changelog: v1.0.0...v1.1.0
Release v1.0.0
Initial release of the Aerospike Management Lib
Aerospike management lib is a library for interacting with Aerospike clusters.
This library encompasses the following key components:
Aerospike configuration - functions for validation and converting Aerospike server configuration to and from YAML.
Deployment - functions for inspecting and running administration calls on Aerospike clusters.
Info - function to run info commands on Aerospike clusters.
The Aerospike Management Lib serves as a foundational toolset, providing essential capabilities to interact, configure, and gain insights into Aerospike clusters, significantly simplifying Aerospike cluster management and administration.