Skip to content

Releases: aerospike/aerospike-management-lib

v1.8.0

25 Jul 06:56
504da46

Choose a tag to compare

What's Changed

  • Upgraded client-go version to 8.2.1 by @jwalantmodi05 in #71
  • fix: fix namespace key in logging section [TOOLS-3046] by @tanmayja in #72
  • fix: add missing max-record-size config to isSizeOrTime table [TOOLS-3074] by @dwelch-spike in #75
  • fix: fix Config Key Sorting: Implement Natural Numeric Ordering for Indexed Keys [TOOLS-3052] by @a-spiker in #76
  • fix: fixing dc and xdr stat collection [TOOLS-3056] by @tanmayja in #63
  • chore: Update Go module dependencies [OPS-7775] by @a-spiker in #77

Full Changelog: v1.7.0...v1.8.0

v1.7.0

18 Mar 10:27
c0ab0c2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

08 Jan 08:07
d6364a4

Choose a tag to compare

What's Changed

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

v1.5.0

14 Oct 22:04
141a52a

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

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

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

Choose a tag to compare

Fixing Security Vulnerabilities.

Release v1.2.0

25 Jan 18:18
c181b10

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

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

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.