Native HNSW vector indices for similarity searches, essential for AI and RAG applications.
As of late 2025, the embedded graph database has reached significant milestones in its development. While the specific minor patch v0.13.6 is not documented in the most recent public stable release logs—which list v0.11.3 as the latest major stable version—the project continues to evolve under a new landscape.
Resolved bugs where creating empty nodes would fail and fixed "detach delete" issues in local relationship tables. Query Performance:
As a relatively new project, Kùzu is actively developed, which means its creators are constantly fixing bugs and releasing new features. However, this rapid evolution can sometimes lead to compatibility challenges for users. kuzu v0 136 fixed
: Cleaned up internal memory usage functions to optimize the system's footprint. Expanded Query Features :
Previously, loading data required strictly structured COPY commands or complex MATCH / CREATE logic for transformations. v0.1.36 fixed limitations in LOAD FROM to allow for:
Native support for vector indices (since v0.10.0) for fuzzy search and vector-assisted graph traversal. Resolved bugs where creating empty nodes would fail
Note: Before upgrading production systems, always back up your database directory files. While v0.13.6 maintains backward compatibility with the 0.13.x storage format, running a test migration on a staging environment is highly recommended. Conclusion
🚀 Kuzu v0.136 is fixed! The patch resolves the recursive CTE memory leak and MATCH path timeouts from the initial release.
The release of Kuzu v0.1.3.6 marks a significant stabilization point for the graph database management system. This update primarily focuses on internal consistency and resolving edge-case bugs that surfaced in earlier v0.1 iterations. For developers building recommendation engines, fraud detection systems, or knowledge graphs, this version ensures the underlying query engine handles complex Cypher queries with greater reliability. : Cleaned up internal memory usage functions to
Improvements were made to the internal buffer manager to ensure that temporary execution blocks are reliably evictable and freed immediately after query finalization.
Once installed, initializing and querying Kùzu remains incredibly simple:
: This version was released to ensure the executor remained compatible with the latest Roblox client patches, preventing crashes upon injection.
A new framework to dynamically load functionality, such as the LLM extension or Unity Catalog integration. Status & Alternatives