Loading
Version: Graph 2.4.2Aerospike Graph Service 2.4.1 Release Notes
December 4, 2024
Now available
- Aerospike Graph Service version 2.4.1 - DockerHub
- Aerospike Graph Service version 2.4.1 - Google Cloud
- Aerospike Graph Bulk Loader version 2.4.1
Aerospike Graph Service
- A new lightweight version of the AGS Docker build is available in
Docker Hub
with the tag
2.4.1-slim
. The slim build is identical to the regular build, except it does not include the standalone Bulk Loader. The slim build cannot be used to load data with the standalone Bulk Loader. This is the most secure option for production environments.
Bug fixes
Fixed issue where AGS warmup failed during startup when authentication was enabled. (GRAPH-1391)
Fixed issue where the liveness probe reported readiness before warmup completion. The fix ensures proper healthcheck file creation. (GRAPH-1399)
Fixed performance regression affecting single record reads. (GRAPH-1392)
Updated the HTTP
healthcheck
endpoint for backward compatibility with version 2.3.0. Both/healthcheck
and/<graph-id>/healthcheck
are now supported. (GRAPH-1401)