Kuzu V0 136 Fixed [extra Quality] – Newest
MATCH (a:Person)-[:ACTED_IN]->(m:Movie)<-[:ACTED_IN]-(b:Person) WHERE a.name = 'Alice' AND a.ID <> b.ID RETURN DISTINCT b.name;
This change prevents misaligned SIMD reads that previously led to SIGBUS errors.
The JSON serialization module incorrectly estimated buffer sizes for path results. The fixed version now pre-calculates the exact required buffer using a two-pass method, eliminating heap corruption in json_serializer::append_path() . kuzu v0 136 fixed
Refer to the v0.136 release notes and included README in the release package for exact CLI flags, migration instructions, and any breaking changes.
The final stable release branch tackled critical underlying bugs in memory usage, data ingestion, and transaction states, ensuring the engine remains production-ready for decentralized or serverless architectures. Key Technical Fixes and Infrastructure Upgrades Refer to the v0
Fix: You are trying to load a custom plugin compiled against v0.135. Recompile the plugin against the v0.136 headers.
If you share the diff or describe the bug/PR/issue #136, I can produce a precise commit message and a one-paragraph changelog entry. Recompile the plugin against the v0
[Unstructured Data] ──> [BAML/LLM Extraction] ──> [Kùzu v0.13.6 Vector Index] ──> [Graph RAG Prompt] Vector Search Upgrades
that occurred during intensive and concurrent query processing.
an existing graph project to Kùzu, or are you starting a fresh implementation with this new version?