Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libkuzu-android-armv8a.tar.gz | 2025-07-13 | 79.2 MB | |
libkuzu-linux-aarch64.tar.gz | 2025-07-13 | 6.9 MB | |
libkuzu-osx-universal.tar.gz | 2025-07-13 | 9.2 MB | |
libkuzu-linux-x86_64.tar.gz | 2025-07-13 | 7.7 MB | |
libkuzu-windows-x86_64.zip | 2025-07-13 | 4.5 MB | |
kuzu_cli-android-armv8a.tar.gz | 2025-07-13 | 80.1 MB | |
kuzu_cli-osx-universal.tar.gz | 2025-07-13 | 9.6 MB | |
kuzu_cli-linux-aarch64.tar.gz | 2025-07-13 | 7.0 MB | |
kuzu_cli-linux-x86_64.tar.gz | 2025-07-13 | 7.8 MB | |
kuzu_cli-windows-x86_64.zip | 2025-07-13 | 4.4 MB | |
README.md | 2025-07-13 | 23.5 kB | |
v0.11.0 source code.tar.gz | 2025-07-13 | 154.1 MB | |
v0.11.0 source code.zip | 2025-07-13 | 156.2 MB | |
Totals: 13 Items | 526.7 MB | 0 |
Kuzu v0.11.0 is here! The team is excited to unveil this release, which is packed with a ton of new features and improvements:
- Single-file databases
- Vector index and FTS improvements
- Mutable indices
- Filtered vector search with arbitrary Cypher queries
- FTS performance improvements
- LLM extension
- Azure support
- Swift API
Besides these major features, we have also added several new Cypher features, including: - Create table as - Alter relationship table add/drop connection
Please check our release post for more details!
What's Changed
- Support scan pandas dict by @acquamarin in https://github.com/kuzudb/kuzu/pull/5370
- Add gds document examples by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5294
- Extension uninstall by @acquamarin in https://github.com/kuzudb/kuzu/pull/5361
- cypher: Improve Empty List and Null Handling by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5356
- Implement force-install and update extension by @acquamarin in https://github.com/kuzudb/kuzu/pull/5368
- ci: modify existing benchmark comment instead of multiple new comments by @sdht0 in https://github.com/kuzudb/kuzu/pull/5384
- Truncate free pages at the end of the file in finalizeCheckpoint by @royi-luo in https://github.com/kuzudb/kuzu/pull/5353
- Remove planner enumeration logic and output single optimal plan by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5388
- extension(neo4j): print as output the detected properties and types by @sdht0 in https://github.com/kuzudb/kuzu/pull/5379
- ci: fix multiplatform builds by @sdht0 in https://github.com/kuzudb/kuzu/pull/5382
- Ease the type check on WASM prepared statement by @mewim in https://github.com/kuzudb/kuzu/pull/5394
- Skip gcs tests for now by @ray6080 in https://github.com/kuzudb/kuzu/pull/5401
- More BM exception robustness fixes by @royi-luo in https://github.com/kuzudb/kuzu/pull/5375
- cli: piping into queries leads to silent exit by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5392
- stringFormat: pass args by reference instead of value by @sdht0 in https://github.com/kuzudb/kuzu/pull/5399
- Unify semi mask used in GDS, HNSW index & Recursive join by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5403
- Add
CREATE NODE TABLE ... AS
syntax by @05st in https://github.com/kuzudb/kuzu/pull/5354 - stringFormat: optionally use std::format for compile-time checks by @sdht0 in https://github.com/kuzudb/kuzu/pull/5402
- Revert "Add
CREATE NODE TABLE ... AS
syntax" by @ray6080 in https://github.com/kuzudb/kuzu/pull/5409 - extension(neo4j): kleene star migration syntax by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5405
- Revert "Skip gcs tests for now" by @mewim in https://github.com/kuzudb/kuzu/pull/5415
- Fix undirected edge src&dst node incorrect order by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5416
- Add
CREATE NODE TABLE AS
syntax by @05st in https://github.com/kuzudb/kuzu/pull/5414 - Update Java API Exception Handling by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5418
- Enable static linking for extensions when building for Swift by @mewim in https://github.com/kuzudb/kuzu/pull/5420
- Move catalog entry related initialization from mapCopyRelFrom to RelBatchInsert::initGlobalStateInternal... by @05st in https://github.com/kuzudb/kuzu/pull/5419
- Clean up testing artifacts from previous PR by @05st in https://github.com/kuzudb/kuzu/pull/5423
- Move index and overflow files into data.kz by @ray6080 in https://github.com/kuzudb/kuzu/pull/5386
- refactor(nodejs_api): enhance type definitions and add async/sync met… by @jasonviipers in https://github.com/kuzudb/kuzu/pull/5426
- Add noop operator and fix planning for create table as by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5429
- feat(nodejs_api): add ES module support by @jasonviipers in https://github.com/kuzudb/kuzu/pull/5427
- Remove unnecessary copy of ResultSetDescriptor by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5432
- updates the
README.md
(nodejs api) to enhance clarity by @jasonviipers in https://github.com/kuzudb/kuzu/pull/5434 - Clear unnecessary source operator copy by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5436
- Update setuptools by @mewim in https://github.com/kuzudb/kuzu/pull/5438
- Fix unwind with null value by @acquamarin in https://github.com/kuzudb/kuzu/pull/5441
- Fix export database with json type in schema by @acquamarin in https://github.com/kuzudb/kuzu/pull/5440
- Reorganize files under storage by @ray6080 in https://github.com/kuzudb/kuzu/pull/5447
- Move catalog and metadata into data.kz by @ray6080 in https://github.com/kuzudb/kuzu/pull/5431
- tests: export from prev release and import into a new release by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5449
- Remove the early checkpoint for empty primary key indices by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5439
- Separate PrimaryKeyIndex constructor by @ray6080 in https://github.com/kuzudb/kuzu/pull/5455
- Fix module paths in package.json for Node.js by @mewim in https://github.com/kuzudb/kuzu/pull/5459
- Rework rel group by @acquamarin in https://github.com/kuzudb/kuzu/pull/5280
- tests: add ability to automatically rewrite test files by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5442
- Add ability to pass python dataframes as query parameters by @royi-luo in https://github.com/kuzudb/kuzu/pull/5376
- Clear logical plan by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5463
- Avoid reserializing catalog/storage metadata if there are no changes since last checkpoint by @royi-luo in https://github.com/kuzudb/kuzu/pull/5462
- Add Azure extension by @05st in https://github.com/kuzudb/kuzu/pull/5460
- Fix macos extension tests by @royi-luo in https://github.com/kuzudb/kuzu/pull/5468
- Add generic filtered search for vector index. by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5464
- python: add support for iteration and dict output by @sdht0 in https://github.com/kuzudb/kuzu/pull/5469
- chore: remove all code warnings by @sdht0 in https://github.com/kuzudb/kuzu/pull/5471
- Collect memory optimization by @royi-luo in https://github.com/kuzudb/kuzu/pull/5467
- python: code cleanup by @sdht0 in https://github.com/kuzudb/kuzu/pull/5470
- extension(llm): create embedding function by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5466
- ci: auto format rust & python code by @sdht0 in https://github.com/kuzudb/kuzu/pull/5472
- Add ADLS support to Azure extension by @05st in https://github.com/kuzudb/kuzu/pull/5475
- Support detach delete from single direction rel table by @royi-luo in https://github.com/kuzudb/kuzu/pull/5476
- Better error message for wasm extension by @acquamarin in https://github.com/kuzudb/kuzu/pull/5480
- Remove file format option when scan from azure by @acquamarin in https://github.com/kuzudb/kuzu/pull/5478
- Use malloc-based buffer manager for Swift by @mewim in https://github.com/kuzudb/kuzu/pull/5482
- Refactor card estimator by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5479
- Loadable index by @ray6080 in https://github.com/kuzudb/kuzu/pull/5477
- Index insert interface by @ray6080 in https://github.com/kuzudb/kuzu/pull/5485
- Implement alter rel group add node table pair by @acquamarin in https://github.com/kuzudb/kuzu/pull/5486
- Assign max logical type for property with different types by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5487
- Remove some dead and unnecessary code by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5461
- Add node rel comparison rewrite by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5490
- Make zone map work with casted string columns by @royi-luo in https://github.com/kuzudb/kuzu/pull/5493
- Optimize stem function with static stemmer by @acquamarin in https://github.com/kuzudb/kuzu/pull/5497
- Java API: add tests to check conversion of values in prepared statements by @05st in https://github.com/kuzudb/kuzu/pull/5495
- Add
CREATE REL TABLE AS
syntax by @05st in https://github.com/kuzudb/kuzu/pull/5437 - Move OnDiskGraph and TableEntry out of HNSWIndex by @ray6080 in https://github.com/kuzudb/kuzu/pull/5500
- Implement FTS insertion by @acquamarin in https://github.com/kuzudb/kuzu/pull/5491
- lints: check for braces around single line statements by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5507
- A bit clean up of isInMemory and shouldLogToWAL by @ray6080 in https://github.com/kuzudb/kuzu/pull/5505
- Java API: fix string encoding scheme mismatches by @05st in https://github.com/kuzudb/kuzu/pull/5506
- Reduce HNSW index upper layer memory usage by @royi-luo in https://github.com/kuzudb/kuzu/pull/5499
- Fix decimal datatype casting by @acquamarin in https://github.com/kuzudb/kuzu/pull/5501
- Remove unused arrow aux buffer by @ray6080 in https://github.com/kuzudb/kuzu/pull/5510
- Reclaim space for all structures in data.kz file by @ray6080 in https://github.com/kuzudb/kuzu/pull/5443
- Support incremental insertions for HNSW by @ray6080 in https://github.com/kuzudb/kuzu/pull/5509
- Extension llm create embedding function by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5498
- Fix invalid regex expressions occuring due to nested parentheses by @05st in https://github.com/kuzudb/kuzu/pull/5514
- build: allow system dependencies in cmake, refactor Makefile and CI by @sdht0 in https://github.com/kuzudb/kuzu/pull/5474
- shell: add support for ENTER from middle of a query by @sdht0 in https://github.com/kuzudb/kuzu/pull/5380
- Optimize default stopwords lookup by @acquamarin in https://github.com/kuzudb/kuzu/pull/5518
- Add graph cypher projection by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5502
- python: always check requirements by @sdht0 in https://github.com/kuzudb/kuzu/pull/5526
- Implement fts deletion when nodes are deleted by @acquamarin in https://github.com/kuzudb/kuzu/pull/5503
- Optimize fts normalization and skip logging to wal for internal tables by @acquamarin in https://github.com/kuzudb/kuzu/pull/5523
- Java API: Fix overflows on Windows by @05st in https://github.com/kuzudb/kuzu/pull/5532
- Force checkpoint for create fts/hnsw index by @ray6080 in https://github.com/kuzudb/kuzu/pull/5525
- Remove materialization of partitions for batch inserting in-memory HNSW index by @royi-luo in https://github.com/kuzudb/kuzu/pull/5531
- Disable logging to wal when insert/delete to/from fts internal tables. by @acquamarin in https://github.com/kuzudb/kuzu/pull/5533
- Allow deletion of nodes with HNSW index by @ray6080 in https://github.com/kuzudb/kuzu/pull/5521
- Fix clang tidy check by @royi-luo in https://github.com/kuzudb/kuzu/pull/5536
- Fix usage of system gtest in CMake by @royi-luo in https://github.com/kuzudb/kuzu/pull/5537
- Fix HNSW checkpoint transaction issue by @ray6080 in https://github.com/kuzudb/kuzu/pull/5538
- Insert into upper layer of HNSW index during checkpoint by @ray6080 in https://github.com/kuzudb/kuzu/pull/5539
- Fix delete empty doc with FTS by @acquamarin in https://github.com/kuzudb/kuzu/pull/5541
- Remove selVector from TableScanState by @ray6080 in https://github.com/kuzudb/kuzu/pull/5540
- extension(llm) create embedding function by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5519
- Fix unary operator precedence by @05st in https://github.com/kuzudb/kuzu/pull/5549
- Disable more write functions in read-only mode by @05st in https://github.com/kuzudb/kuzu/pull/5552
- Java API: fix UUID clone bug by @05st in https://github.com/kuzudb/kuzu/pull/5557
- Fix alter rel add from to recovery test by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5567
- Correctly calculate the number of tuples in a CSR node group after checkpoint by @royi-luo in https://github.com/kuzudb/kuzu/pull/5564
- Export from prev release import into a new release by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5550
- Skip failed tests in GCS and Postgres CI workflows by @ray6080 in https://github.com/kuzudb/kuzu/pull/5571
- Add recovery test CI and a bunch of fixes by @ray6080 in https://github.com/kuzudb/kuzu/pull/5570
- Add option to read embeddings straight from disk during create HNSW index by @royi-luo in https://github.com/kuzudb/kuzu/pull/5554
- Java API: Implement missing value constructors by @05st in https://github.com/kuzudb/kuzu/pull/5562
- Fix slice operator inconsistencies by @05st in https://github.com/kuzudb/kuzu/pull/5573
- Fix quotes in list strings always requiring to be closed by @05st in https://github.com/kuzudb/kuzu/pull/5527
- Fix hashing of struct vectors which are children of a list vector by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5578
- Fix pk rollback rolling back keys which failed to insert by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5534
- Add more CI tests for extensions by @ray6080 in https://github.com/kuzudb/kuzu/pull/5582
- Properly finalize physical operator by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5583
- AggregateHashTable memory tuning by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5542
- Fix malloc-based BM bug causing reads after memory has been freed by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5547
- Fix serializing FSM by @royi-luo in https://github.com/kuzudb/kuzu/pull/5581
- Add TSAN workflow in CI + fix warnings by @royi-luo in https://github.com/kuzudb/kuzu/pull/5569
- Clean up of some unused code by @ray6080 in https://github.com/kuzudb/kuzu/pull/5586
- Reenable some BM exception handling tests by @royi-luo in https://github.com/kuzudb/kuzu/pull/5576
- Clean up transactions in Column by @ray6080 in https://github.com/kuzudb/kuzu/pull/5592
- Add alter rel table drop from to connection by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5575
- Rework null handlings in string casting. by @acquamarin in https://github.com/kuzudb/kuzu/pull/5598
- Fix disabled gcs test by @acquamarin in https://github.com/kuzudb/kuzu/pull/5588
- Remove compression disabled step from TSAN test by @royi-luo in https://github.com/kuzudb/kuzu/pull/5600
- Enable some skipped tck tests by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5603
- Support CREATE TABLE IF NOT EXISTS AS by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5599
- Implement
projected_graph_info
function by @acquamarin in https://github.com/kuzudb/kuzu/pull/5606 - Migrate Maven Central publish from OSSRH to Central Portal by @mewim in https://github.com/kuzudb/kuzu/pull/5605
- Merge codecov result from different steps by @ray6080 in https://github.com/kuzudb/kuzu/pull/5580
- Replace
DUMMY_TRANSACTION
with the actual transaction when loading extensions by @ray6080 in https://github.com/kuzudb/kuzu/pull/5610 - Fix FileHandle::writePagesToFile in IN_MEMORY mode by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5568
- Support export database with schema only by @acquamarin in https://github.com/kuzudb/kuzu/pull/5616
- Make simple operator a sink operator by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5614
- Fix property same name different type by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5618
- Fix static linked extension reloading error by @acquamarin in https://github.com/kuzudb/kuzu/pull/5597
- Update CI workflow to include --no-check-certificate option for s3cmd… by @mewim in https://github.com/kuzudb/kuzu/pull/5631
- Implement
top
option in queryFTS by @acquamarin in https://github.com/kuzudb/kuzu/pull/5629 - Support COPY for FTS by @acquamarin in https://github.com/kuzudb/kuzu/pull/5561
- Remove unnecessary result collect for explain, profile & batchInsert by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5625
- Improve vector index filtered search performance by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5626
- Implement
concat_ws
function by @acquamarin in https://github.com/kuzudb/kuzu/pull/5634 - Rework COPY and insertions for HNSW by @ray6080 in https://github.com/kuzudb/kuzu/pull/5632
- FSM reclaim on rollback by @royi-luo in https://github.com/kuzudb/kuzu/pull/5601
- Populate Disk Array Collection header pages in a way that allows resizing by @royi-luo in https://github.com/kuzudb/kuzu/pull/5639
- Skip failed extension tests due to CI setup by @ray6080 in https://github.com/kuzudb/kuzu/pull/5636
- Disable set indexed property by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5637
- Implement optional parameter implicit casting for fts by @acquamarin in https://github.com/kuzudb/kuzu/pull/5644
- Add output message to create table as by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5646
- Fix import from legacy relgroup by @acquamarin in https://github.com/kuzudb/kuzu/pull/5647
- Implement casting from non-nested types to union by @05st in https://github.com/kuzudb/kuzu/pull/5607
- github: add docs hint to PR template by @sdht0 in https://github.com/kuzudb/kuzu/pull/5643
- Enhance error message documentation for prepared statements and query results by @mewim in https://github.com/kuzudb/kuzu/pull/5650
- Disable index updating without loaded extension by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5648
- Add option to render Kuzu logo in dark mode by @prrao87 in https://github.com/kuzudb/kuzu/pull/5649
- Fix macOS ARM64 extension release by @mewim in https://github.com/kuzudb/kuzu/pull/5651
- Revert "Update CI workflow to include --no-check-certificate option for s3cmd…" by @mewim in https://github.com/kuzudb/kuzu/pull/5653
- WAL replay for extended indexes by @ray6080 in https://github.com/kuzudb/kuzu/pull/5620
- Add primary key check for create table as by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5658
- Add STRUCT / UNION checks, small test runner improvements by @05st in https://github.com/kuzudb/kuzu/pull/5642
- InMemHashIndex rework for strings by @royi-luo in https://github.com/kuzudb/kuzu/pull/5638
- Remove db directory by @ray6080 in https://github.com/kuzudb/kuzu/pull/5645
- Use OverflowFileHandle::equals when doing hash index comparisons by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5657
- Move cached_file_manager path under extension directory. by @acquamarin in https://github.com/kuzudb/kuzu/pull/5663
- Testing framework cleanup by @ray6080 in https://github.com/kuzudb/kuzu/pull/5662
- Unskip a few more tests by @ray6080 in https://github.com/kuzudb/kuzu/pull/5664
- Disable import database with auto-detection by @acquamarin in https://github.com/kuzudb/kuzu/pull/5666
- Update Error Messages For Mismatched Number of Params by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5627
- LLM ollama endpoint config by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5619
- Add tests for docs examples for passing dataframes as parameters by @royi-luo in https://github.com/kuzudb/kuzu/pull/5652
- Fix bypassing the shadow pages in the overflow file by @benjaminwinger in https://github.com/kuzudb/kuzu/pull/5668
- Implement database lifecycle manager by @mewim in https://github.com/kuzudb/kuzu/pull/5665
- Allow overwrite empty db file and add more checks for db files with size of less than one page by @ray6080 in https://github.com/kuzudb/kuzu/pull/5670
- Add Ollama server to CI infra by @mewim in https://github.com/kuzudb/kuzu/pull/5675
- Fix issue-5676 by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5677
- Export and Import from Prev Release by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5669
- Support more Azure authentication options by @05st in https://github.com/kuzudb/kuzu/pull/5484
- Transaction local wal by @ray6080 in https://github.com/kuzudb/kuzu/pull/5585
- QUERY_FTS_INDEX throws an error for top := 0 by @royi-luo in https://github.com/kuzudb/kuzu/pull/5692
- Fix tmp file optional created only when necessary by @ray6080 in https://github.com/kuzudb/kuzu/pull/5698
- Fix static linked extension load under in memory mode by @ray6080 in https://github.com/kuzudb/kuzu/pull/5703
- Fix typo in test coverage job name in CI workflow by @mewim in https://github.com/kuzudb/kuzu/pull/5704
- Fix concat_ws params by @acquamarin in https://github.com/kuzudb/kuzu/pull/5699
- Fix lookup of deleted embedding by @ray6080 in https://github.com/kuzudb/kuzu/pull/5702
- Fix a bug on renaming primary key by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5682
- Always remove shadow file at the end of checkpoint by @ray6080 in https://github.com/kuzudb/kuzu/pull/5701
- Fix null handling in list functions by @acquamarin in https://github.com/kuzudb/kuzu/pull/5705
- Update Export and Import Script by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5690
- Enable Ollama Tests & Fix Issues Revealed by Tests by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5681
- Add additional check for using connection after database destroy by @mewim in https://github.com/kuzudb/kuzu/pull/5711
- Fix OnDiskGraph scanVertices by @ray6080 in https://github.com/kuzudb/kuzu/pull/5712
- Disable copy index without extension loaded by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5708
- HNSW Fix lookupMultiple of deleted embedding by @royi-luo in https://github.com/kuzudb/kuzu/pull/5709
- Fix llm by @acquamarin in https://github.com/kuzudb/kuzu/pull/5706
- Add thread quality of service support for Apple platforms by @mewim in https://github.com/kuzudb/kuzu/pull/5715
- Fix vertex scan when there are reclaimed tuples in a node group by @ray6080 in https://github.com/kuzudb/kuzu/pull/5718
- Correctly set entry point when inserting to on-disk HNSW upper layer by @royi-luo in https://github.com/kuzudb/kuzu/pull/5714
- Add more static-link extension tests by @acquamarin in https://github.com/kuzudb/kuzu/pull/5678
- Fix struct type casting in pandas scan by @acquamarin in https://github.com/kuzudb/kuzu/pull/5719
- Improve rel insertion error message by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5720
- Enable extension loading in read-only database by @ray6080 in https://github.com/kuzudb/kuzu/pull/5728
- Handle null values in string concat by @royi-luo in https://github.com/kuzudb/kuzu/pull/5729
- Improve error message for projected_graph_info by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5722
- Fix list-to-string with null bugs by @acquamarin in https://github.com/kuzudb/kuzu/pull/5735
- Fix list_contains type sniffing by @andyfengHKU in https://github.com/kuzudb/kuzu/pull/5736
- Fix windows ext test by @acquamarin in https://github.com/kuzudb/kuzu/pull/5737
- Llm fix 2 by @tgahunia05 in https://github.com/kuzudb/kuzu/pull/5738
- Add extension unit tests into CI run by @ray6080 in https://github.com/kuzudb/kuzu/pull/5731
- Dump examples from docs as tests by @05st in https://github.com/kuzudb/kuzu/pull/5742
- Disable casting between nested union types by @acquamarin in https://github.com/kuzudb/kuzu/pull/5749
- Fix list_to_string with blob bug by @acquamarin in https://github.com/kuzudb/kuzu/pull/5748
- Bump version to 0.11.0 by @mewim in https://github.com/kuzudb/kuzu/pull/5750
New Contributors
- @tgahunia05 made their first contribution in https://github.com/kuzudb/kuzu/pull/5356
- @jasonviipers made their first contribution in https://github.com/kuzudb/kuzu/pull/5426
Full Changelog: https://github.com/kuzudb/kuzu/compare/v0.10.0...v0.11.0