Kuzu V0 136 Fixed Instant
The release is a significant step forward for the project, strengthening its capabilities in performance and reliability. It addresses critical bugs in the query planner, buffer manager, and CLI, while introducing developer-friendly features like better extension management and new CREATE syntax.
Further fixes were implemented to enhance the robustness of the buffer manager (BM), reducing the likelihood of unexpected exceptions under heavy loads.
Prepared statements are now explicitly cached within the client context.
The v0.13.6 update mitigates a rare race condition during structural modifications (like adding a new property column to an existing node table while concurrent read queries are actively scanning the database catalog). kuzu v0 136 fixed
The updates represent Kùzu's transition from a promising prototype to a reliable, high-performance, production-ready embedded graph database. By focusing on fixing loading bottlenecks, enhancing the query optimizer, and stabilizing vector search, the Kùzu team has made it easier to build fast, data-intensive applications.
: Existing versions (like v0.11.3 ) remain fully functional for local development and embedded use cases.
Have you tested Kuzu v0.136 fixed in your environment? Share your results in the comments below or contribute to the official Kuzu GitHub repository. Found another bug? The maintainers are prioritizing reports against this version above all others. The release is a significant step forward for
Integrates with LangChain , LlamaIndex , and PyTorch Geometric for knowledge graphs and machine learning. Key Features & Final Updates
The release represents exactly what the open-source community does best: rapid identification, transparent communication, and surgical correction of a critical bug without waiting for a major release cycle.
Refer to the v0.136 release notes and included README in the release package for exact CLI flags, migration instructions, and any breaking changes. Prepared statements are now explicitly cached within the
4. Foreign Function Interface (FFI) and Language Binding Adjustments
Embedded databases must maintain a strict memory footprint, as they share the host application's memory space. Kùzu v0.13.6 resolves specific edge-case memory leaks that occurred during complex graph traversals and recursive join operations.