Kuzu V0 136 Fixed Jun 2026
In your settings.py file, you need to add the extension to your COMPONENTS configuration.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
New functionality allows for easier installation and management of Kuzu extensions, including "force-install" and update features. kuzu v0 136 fixed
No server setup or maintenance required; runs directly inside your application process.
Shortly after the release of this codebase, Kuzu Inc. announced they would no longer actively maintain the project under its original commercial umbrella. However, because the technology is licensed under the permissive , the community quickly rallied to preserve its advanced vectorized join algorithms. In your settings
Handling unstructured or semi-structured data in graph schemas requires strong UNION data type handling.
The team celebrated late into the night, relieved and proud of their hard work. Kenji sent out a company-wide email, praising the team's dedication and especially highlighting Yui's critical role in resolving the issue. The Kuzu community on social media and forums buzzed with appreciation for the update, reinforcing the team's belief in their project. If you share with third parties, their policies apply
Being open-source, Kuzu allows users to view, modify, and distribute the source code, contributing to its community-driven development.
Cross-platform users on Windows experienced a bizarre bug: Kuzu would fail to open any file with a space in its path (e.g., C:\My Data\kuzu.db ). The issue was an improper use of string escaping in the file URI handler. The patch replaces custom path logic with the standard std::filesystem::path class, ensuring full Unicode and whitespace support across Windows, Linux, and macOS.
Analytical Cypher queries frequently rely on structural groupings and dense data metrics ( MATCH ... RETURN x, COUNT(*), AVG(y) ). Kùzu relies on low-level hash tables specifically configured for multi-threaded grouping. In earlier versions, aggregating high-cardinality columns occasionally triggered edge-case boundary miscalculations when dynamically scaling the hash slots.