Skip to main content
Loading
Version: Graph 2.3.0

Aerospike Graph Service 2.3.0 Release Notes

September 6, 2024

Now availableโ€‹

Aerospike Graph Serviceโ€‹

New in this versionโ€‹

  • Added support for thread-safe MergeE() Gremlin step. (GRAPH-1120)
  • New call step to terminate ongoing queries. (GRAPH-1249)
  • New configuration option to optimize performance for in/out().id() queries. (GRAPH-1228)
  • Audit trail logging for user actions. (GRAPH-1244)

Bug fixesโ€‹

  • Fixed scan policy such that read timeout in AGS matches Aerospike client timeout. (GRAPH-1158)
  • AGS should fail to start if a default TTL is set in the Aerospike database namespace. (GRAPH-898)
  • Fixed issue with MergeV throwing "element already exists" exception under high write concurrency. (GRAPH-1172)
  • Fixed error in which attempting to get the status of a sindex occasionally threw an exception. (GRAPH-1220)
  • Fixed JWT authentication bug in concurrent situations and embedded traversals. (GRAPH-1253)
  • Fixed bug with gdotv connecting to Aerospike Graph with JWT authentication. (GRAPH-1256)

Aerospike Graph Bulk Loaderโ€‹

New in this versionโ€‹

Bug fixesโ€‹

  • Attempting to bulk load with an empty vertices or edges folder returns a user friendly error. (GRAPH-965)