Skip to content

Releases: aerospike/aerospike-management-lib

v1.6.0

08 Jan 08:07
d6364a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

14 Oct 22:04
141a52a
Compare
Choose a tag to compare

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

20 May 12:11
f70b1a5
Compare
Choose a tag to compare

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

31 Mar 14:07
1600222
Compare
Choose a tag to compare

Improvements

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

14 Mar 06:48
Compare
Choose a tag to compare

Fixing Security Vulnerabilities.

Release v1.2.0

25 Jan 18:18
c181b10
Compare
Choose a tag to compare

Improvements

Bug fixes

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

25 Jan 18:12
f484524
Compare
Choose a tag to compare

New Features

  • [Tools-2749] - Added API for generating config from the cluster. by @jdogmcsteezy in #39

Bug fixes

Full Changelog: v1.0.0...v1.1.0

Release v1.0.0

19 Dec 13:51
b6aff63
Compare
Choose a tag to compare

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.