Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libkuzu-linux-x86_64.tar.gz | 2025-07-26 | 7.7 MB | |
libkuzu-linux-aarch64.tar.gz | 2025-07-26 | 6.9 MB | |
kuzu_cli-linux-aarch64.tar.gz | 2025-07-26 | 7.0 MB | |
libkuzu-android-armv8a.tar.gz | 2025-07-26 | 79.2 MB | |
kuzu_cli-linux-x86_64.tar.gz | 2025-07-26 | 7.8 MB | |
kuzu_cli-osx-universal.tar.gz | 2025-07-26 | 9.6 MB | |
libkuzu-osx-universal.tar.gz | 2025-07-26 | 9.2 MB | |
kuzu_cli-android-armv8a.tar.gz | 2025-07-26 | 80.1 MB | |
libkuzu-windows-x86_64.zip | 2025-07-26 | 4.5 MB | |
kuzu_cli-windows-x86_64.zip | 2025-07-26 | 4.4 MB | |
README.md | 2025-07-26 | 3.6 kB | |
Release 0.11.1 source code.tar.gz | 2025-07-26 | 154.1 MB | |
Release 0.11.1 source code.zip | 2025-07-26 | 156.2 MB | |
Totals: 13 Items | 526.8 MB | 2 |
v0.11.1 is a minor release with several bug fixes and improvements.
What's Changed
- 8 Byte hash slot for AggregateHashTable by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5683
- Add Swift package to README by @mewim in https://github.com/kuzudb/kuzu/pull/5751
- Fix attempting to free mmapped memory when spilling to disk by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5673
- extension(llm): use proper provider names by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5752
- extension(llm): update test suite with proper provider names by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5753
- Fix fd leaks of shadow files by @ray6080 in https://github.com/kuzudb/kuzu/pull/5756
- Fix syntax highlighting for quotes by @05st in https://github.com/kuzudb/kuzu/pull/5754
- Fix export database error when a column was dropped by @ray6080 in https://github.com/kuzudb/kuzu/pull/5763
- Remove lock file by @ray6080 in https://github.com/kuzudb/kuzu/pull/5744
- Remove null from count agg state by @acquamarin in https://github.com/kuzudb/kuzu/pull/5760
- Fix
FlatTuple::toString
truncating with UTF-8 by @05st in https://github.com/kuzudb/kuzu/pull/5758 - Fix empty unique_ptr dereference by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5641
- Support
ignore_pattern
option in full text search by @acquamarin in https://github.com/kuzudb/kuzu/pull/5765 - Create default values for union during copying / runtime by @05st in https://github.com/kuzudb/kuzu/pull/5772
- Refactor batch insert operator by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5456
- cli: create history file in home directory by @sdht0 in https://github.com/kuzudb/kuzu/pull/5774
- Clean up
minUncommittedNodeOffsets
in Transaction and keep startOffset inside each LocalNodeTable by @ray6080 in https://github.com/kuzudb/kuzu/pull/5781 - migration-testing: update script with option to split test files by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5773
- Fix create empty node by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5784
- Export symbols for external extensions by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5783
- Remove
Transaction::getClientContext
interface by @ray6080 in https://github.com/kuzudb/kuzu/pull/5786 - Add C API InternalID getter for rel value by @mewim in https://github.com/kuzudb/kuzu/pull/5789
- Update DDL to be in line with recent Kuzu syntax by @prrao87 in https://github.com/kuzudb/kuzu/pull/5785
- Fix types path in nodes_api package.json by @chrisvariety in https://github.com/kuzudb/kuzu/pull/5793
- Align TS types with actual implementation by @chrisvariety in https://github.com/kuzudb/kuzu/pull/5794
- Remove expression copy by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5796
- export-import: implement parallel=false flag on export to fix import function by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5770
- query profiler: segfault trying to profile export database by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5803
- Move the ownership of Transaction from TransactionContext to TransactionManager by @ray6080 in https://github.com/kuzudb/kuzu/pull/5798
- Fix Windows wheel by @mewim in https://github.com/kuzudb/kuzu/pull/5812
- Bump version to 0.11.1 by @mewim in https://github.com/kuzudb/kuzu/pull/5813
New Contributors
- @chrisvariety made their first contribution in https://github.com/kuzudb/kuzu/pull/5793
Full Changelog: https://github.com/kuzudb/kuzu/compare/v0.11.0...v0.11.1