---
title: "Aerospike Graph Service Release Notes 2.6.0"
description: "Aerospike Graph Service 2.6.0 release notes featuring TLS simplifications, query threading, and bug fixes."
---

# Aerospike Graph Service Release Notes 2.6.0

> For the complete documentation index see: [llms.txt](https://aerospike.com/docs/llms.txt)
> 
> All documentation pages available in markdown.

April 18, 2025

## Now available

-   [Aerospike Graph Service version 2.6.0 - DockerHub](https://hub.docker.com/r/aerospike/aerospike-graph-service/tags)

### Aerospike Graph Service

#### New in this version

-   Simplified the use of [TLS between AGS and the Gremlin client](https://aerospike.com/docs/graph/manage/security/tls/tls-gremlin-ags/). \[GRAPH-1504\]
-   Simplified the use of [TLS between AGS and Aerospike DB](https://aerospike.com/docs/graph/manage/security/tls/tls-ags-asdb/). \[GRAPH-1499\]
-   Added [query threading](https://aerospike.com/docs/graph/develop/query/query-threading/) support. \[GRAPH-1490\]

#### Bug fixes

-   Fixed issue where enabling audit logging caused a silent failure to initialize. \[GRAPH-1480\]
-   Fixed issue with TTL property being treated as a property by summary. \[GRAPH-1384\]
-   Fixed issue where traversals over very large supernodes with heavy filtering causes a stack overflow. \[GRAPH-1472\]

### Aerospike Graph Bulk Loader

#### Bug fixes

-   Fixed issue with distributed bulk loader summary being skewed at the end of load. \[GRAPH-1505\]
-   Fixed issue where resuming a failed bulk load would cause double counting of already inserted elements. \[GRAPH-1438\]