Skip to main content
Version: Graph 2.3.0

Aerospike Graph Service 2.1.0 Release Notes

June 19, 2024

Now available

New in this version

This version implements a variety of feature requests and improvements to enhance performance, security and management capabilities.

Admin API and interface updates

  • Introduced a new /admin HTTP endpoint to expose admin capabilities. (GRAPH-761)

  • Added call API interface for retrieving Aerospike Database and Aerospike Graph Service versions, as well as configuration details. (GRAPH-1107)

  • Ported all existing call steps to admin functions accessible via the /admin HTTP endpoint. (GRAPH-1069)

Supernode optimization

Security and access control

Performance metrics and monitoring

Query performance improvements

  • Added pushdown of property selection to optimize queries involving vertices with a large number of elements. (GRAPH-1130)

Bug fixes

  • Fixed improper formatting of Vertex Label index listed by admin.index.list API. (GRAPH-1032)

  • Fixed an issue causing throughput reduction when expiring data based on TTL. (GRAPH-1121)

Aerospike Graph Bulk Loader

  • Updated the bulk loader progress bar to display the rolling average and total amount written instead of an overall average. (GRAPH-1148)

  • Fixed issue with edge write performance dropoff. (GRAPH-1131)