Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libkuzu-linux-aarch64.tar.gz | 2025-08-21 | 7.0 MB | |
libkuzu-windows-x86_64.zip | 2025-08-21 | 4.5 MB | |
kuzu_cli-windows-x86_64.zip | 2025-08-21 | 4.4 MB | |
kuzu_cli-linux-aarch64.tar.gz | 2025-08-21 | 7.0 MB | |
libkuzu-linux-x86_64.tar.gz | 2025-08-21 | 7.7 MB | |
kuzu_cli-linux-x86_64.tar.gz | 2025-08-21 | 7.8 MB | |
kuzu_cli-osx-universal.tar.gz | 2025-08-21 | 9.6 MB | |
libkuzu-osx-universal.tar.gz | 2025-08-21 | 9.2 MB | |
kuzu_cli-android-armv8a.tar.gz | 2025-08-21 | 80.4 MB | |
libkuzu-android-armv8a.tar.gz | 2025-08-21 | 79.5 MB | |
README.md | 2025-08-21 | 2.4 kB | |
v0.11.2 source code.tar.gz | 2025-08-21 | 154.1 MB | |
v0.11.2 source code.zip | 2025-08-21 | 156.2 MB | |
Totals: 13 Items | 527.4 MB | 0 |
v0.11.2 is a minor release with several bug fixes and improvements.
What's Changed
- parsing: fix i128 min check by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5809
- Update setuptools by @mewim in https://github.com/kuzudb/kuzu/pull/5822
- Remove
uv
dependency by @mewim in https://github.com/kuzudb/kuzu/pull/5824 - Fix LSQB benchmark runs by @ray6080 in https://github.com/kuzudb/kuzu/pull/5820
- Fix OnDiskGraph vertex scan during transaction by @ray6080 in https://github.com/kuzudb/kuzu/pull/5823
- Clean up unused getEstimatedMemUsage functions by @ray6080 in https://github.com/kuzudb/kuzu/pull/5827
- Implement casting between unions, fix issues with nested unions and union lists/arrays by @05st in https://github.com/kuzudb/kuzu/pull/5764
- Fix detach delete in the local rel table by @ray6080 in https://github.com/kuzudb/kuzu/pull/5830
- Implement fts update by @acquamarin in https://github.com/kuzudb/kuzu/pull/5818
- Union casting code small cleanup by @05st in https://github.com/kuzudb/kuzu/pull/5829
- Fix unwind binding by @acquamarin in https://github.com/kuzudb/kuzu/pull/5838
- Cache prepared statement in client context by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5846
- fsync() the WAL on open by @thisismiller in https://github.com/kuzudb/kuzu/pull/5843
- Refactor JNI bindings to use camelCase by @mewim in https://github.com/kuzudb/kuzu/pull/5851
- Add necessary APIs for front-end extensions by @acquamarin in https://github.com/kuzudb/kuzu/pull/5848
- Fullfsync on macOS/iOS by @ray6080 in https://github.com/kuzudb/kuzu/pull/5850
- Move generated system config header file to binary to avoid polluting src by @ray6080 in https://github.com/kuzudb/kuzu/pull/5854
- Fix recovering twice from corrupted wal by @ray6080 in https://github.com/kuzudb/kuzu/pull/5852
- Support wildcard patterns in FTS queries by @05st in https://github.com/kuzudb/kuzu/pull/5842
- Add locks to local hash index and add basic concurrent insertion tests by @ray6080 in https://github.com/kuzudb/kuzu/pull/5828
- Implement optional params handling in table function by @acquamarin in https://github.com/kuzudb/kuzu/pull/5855
New Contributors
- @thisismiller made their first contribution in https://github.com/kuzudb/kuzu/pull/5843
Full Changelog: https://github.com/kuzudb/kuzu/compare/v0.11.1...v0.11.2