In the fast-paced world of software development, few phrases bring as much relief to a user base as the words “fixed in the latest build.” For the community surrounding the Kuzu project—whether it be a lightweight embedded database, an emulation frontend, or a niche game engine—the rollout of Kuzu v0.136 fixed has been nothing short of a turning point.
If you have been waiting for a sign to adopt Kuzu—or to return after the v0.135 fiasco—the time is now. Download today, run your workloads, and experience the stability that should have been there from the start. 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. kuzu v0 136 fixed
reintroduces a recursive descent parser with enhanced stack overflow protection. The new parser handles arbitrarily deep JSON (tested up to 128 levels) and improves parsing speed by 18% compared to v0.134 (the last stable version). Additionally, error messages now include line and column numbers for malformed JSON, drastically improving debuggability. 4. Windows File Path Handling (Issue #915) 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 kuzu v0.136 fixed patch replaces custom path logic with the standard std::filesystem::path class, ensuring full Unicode and whitespace support across Windows, Linux, and macOS. Performance Benchmarks: Before and After Numbers do not lie. The Kuzu team released a public benchmark comparing v0.135 (buggy) vs. v0.136 fixed on a standard dataset (TPC-H-like workload with 10 million records). In the fast-paced world of software development, few