Kuzu

Latest version: v0.4.2

Safety actively analyzes 638720 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.2.1

Kùzu v0.2.1 is a minor release. It mainly fixes the issue of loading extension with Python, Node.js and Java API bindings on Linux platform.

What's Changed
* Better error message for copy by acquamarin in https://github.com/kuzudb/kuzu/pull/2854
* Hash Index parallel strings by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2857
* Improved CLI pretty print truncation by MSebanc in https://github.com/kuzudb/kuzu/pull/2869
* Added shell commands to control truncation by MSebanc in https://github.com/kuzudb/kuzu/pull/2876
* Fix resize of regular rel table by ray6080 in https://github.com/kuzudb/kuzu/pull/2873
* Add rdf example by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2862
* Remove unnecessary transaction APIs by ray6080 in https://github.com/kuzudb/kuzu/pull/2865
* Build universal binary for macOS and change packaging format to `tar.gz` by mewim in https://github.com/kuzudb/kuzu/pull/2883
* Clean up unique_ptr of LogicalType in Column and ColumnChunk by ray6080 in https://github.com/kuzudb/kuzu/pull/2864
* Use lockfile to pin all versions used by rust build in main pipeline by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2875
* Removed cypher related shell config commands by MSebanc in https://github.com/kuzudb/kuzu/pull/2881
* Fixed CLI Truncation Issue by MSebanc in https://github.com/kuzudb/kuzu/pull/2887
* Fix parquet reader list slice by acquamarin in https://github.com/kuzudb/kuzu/pull/2886
* Fix serial column metadata by ray6080 in https://github.com/kuzudb/kuzu/pull/2892
* Fix creation of x-to-one rel tables after node creations by ray6080 in https://github.com/kuzudb/kuzu/pull/2884
* Add Business Interactive Benchmark by mxwli in https://github.com/kuzudb/kuzu/pull/2879
* Create interactive-v1 benchmark by mxwli in https://github.com/kuzudb/kuzu/pull/2858
* Share a single fileinfo for the hash index string overflow file by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2895
* Add API tests to load extension & fix Python API extension loading by mewim in https://github.com/kuzudb/kuzu/pull/2891
* export database by hououou in https://github.com/kuzudb/kuzu/pull/2853
* Fix cast node, rel, recursive rel to string by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2896
* Fix Java extension loading on Linux by mewim in https://github.com/kuzudb/kuzu/pull/2898
* Fix Node.js extension loading on Linux by mewim in https://github.com/kuzudb/kuzu/pull/2899
* Bump version to 0.2.1 by mewim in https://github.com/kuzudb/kuzu/pull/2901


**Full Changelog**: https://github.com/kuzudb/kuzu/compare/v0.2.0...v0.2.1

0.2.0

We are very happy to announce the release of Kùzu 0.2.0! This is a major release with some new features and a set of improvements at the core that should make Kùzu faster behind the scenes.

- RDFGraphs: You can now use Kùzu to store and query RDF graphs via Cypher!
- Extensions framework and our first extension: `httpfs` for accessing files over HTTP(S) servers and on S3
- Improved, parallelized hash index builder, with added optimizations (this results in improved bulk loading performance)
- Improved disk-based CSR implementation to speed up data ingestion via CREATE statements
- Added constant compression
- Several improvements to Kùzu’s command line interface
- Support for the UUID data type
- Improvements to our testing framework

We welcome feedback and encourage you to read the finer details in our [blog post](https://kuzudb.com/docusaurus/blog/kuzu-0.2.0-release) and docs!


What's Changed
* Remove CompressionAlg::getValue by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2317
* Add LTO Support by Riolku in https://github.com/kuzudb/kuzu/pull/2482
* finish add tryMultiply to check overflow by AEsir777 in https://github.com/kuzudb/kuzu/pull/2484
* make: rewrite makefile by Riolku in https://github.com/kuzudb/kuzu/pull/2486
* ci: build everything first by Riolku in https://github.com/kuzudb/kuzu/pull/2490
* tidy: enforce adding override by Riolku in https://github.com/kuzudb/kuzu/pull/2489
* cmake: don't build python by default by Riolku in https://github.com/kuzudb/kuzu/pull/2491
* ci: move clangd and clang-tidy to own job by Riolku in https://github.com/kuzudb/kuzu/pull/2494
* cmake: always generate compile commands by Riolku in https://github.com/kuzudb/kuzu/pull/2496
* tidy: splitup main from analyzer by Riolku in https://github.com/kuzudb/kuzu/pull/2497
* Pytest cleanup by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2493
* tidy: check for non-virtual destructors by Riolku in https://github.com/kuzudb/kuzu/pull/2498
* Fix multiplatform test by mewim in https://github.com/kuzudb/kuzu/pull/2504
* OpenCypher regression test - MATCH clause by russell-liu in https://github.com/kuzudb/kuzu/pull/2310
* OpenCypher regression test - MATCH WHERE clause by russell-liu in https://github.com/kuzudb/kuzu/pull/2410
* OpenCypher regression test - RETURN clause by russell-liu in https://github.com/kuzudb/kuzu/pull/2301
* OpenCypher regression test - WITH WHERE clause by russell-liu in https://github.com/kuzudb/kuzu/pull/2431
* tidy: enable performance checks by Riolku in https://github.com/kuzudb/kuzu/pull/2505
* tidy: force explicit constructors by Riolku in https://github.com/kuzudb/kuzu/pull/2507
* ci: check clang-tidy on macOS by Riolku in https://github.com/kuzudb/kuzu/pull/2512
* tidy: remove trivial constructors by Riolku in https://github.com/kuzudb/kuzu/pull/2511
* Add DataChunkCollection by ray6080 in https://github.com/kuzudb/kuzu/pull/2503
* Capture read only db message in query result by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2508
* Hide catalog content by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2502
* tidy: enable cert checks by Riolku in https://github.com/kuzudb/kuzu/pull/2518
* Unify csv and rdf reader config by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2515
* Fix shell by acquamarin in https://github.com/kuzudb/kuzu/pull/2532
* tidy: add const checks by Riolku in https://github.com/kuzudb/kuzu/pull/2525
* Add NQUAD file type, add multiple rdf file scanner by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2531
* cmake: build single-file-header with cmake by Riolku in https://github.com/kuzudb/kuzu/pull/2526
* finish adding timestamp_ns/ms/sec/tz datatypes by AEsir777 in https://github.com/kuzudb/kuzu/pull/2506
* cmake: rewrite grammar generation by Riolku in https://github.com/kuzudb/kuzu/pull/2540
* cmake: enable Wall by Riolku in https://github.com/kuzudb/kuzu/pull/2541
* cmake: make header creation depend on libkuzu by Riolku in https://github.com/kuzudb/kuzu/pull/2543
* cmake: enable Wextra by Riolku in https://github.com/kuzudb/kuzu/pull/2542
* Fix macOS binary architecture setting in CI build by mewim in https://github.com/kuzudb/kuzu/pull/2549
* make: remove shell target by Riolku in https://github.com/kuzudb/kuzu/pull/2551
* Fix benchmark query q21 by mewim in https://github.com/kuzudb/kuzu/pull/2548
* rust: disable scripts by Riolku in https://github.com/kuzudb/kuzu/pull/2550
* Skip rdf-spb test by acquamarin in https://github.com/kuzudb/kuzu/pull/2552
* Constant compression by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2516
* OpenCypher regression test - RETURN ORDER BY clause by russell-liu in https://github.com/kuzudb/kuzu/pull/2488
* OpenCypher regression test - RETURN SKIP LIMIT clause by russell-liu in https://github.com/kuzudb/kuzu/pull/2483
* Remove some cases of unnecessary std::move on return by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2555
* Fix issue 2558 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2560
* CALL storage_info by ray6080 in https://github.com/kuzudb/kuzu/pull/2547
* rework table schema constructors by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2562
* antlr4: suppress unused parameters by Riolku in https://github.com/kuzudb/kuzu/pull/2559
* Fix incorrect unsigned int in rtrim by ray6080 in https://github.com/kuzudb/kuzu/pull/2563
* Replace worker thread busy loop with condition_variable by mewim in https://github.com/kuzudb/kuzu/pull/2538
* reader/csv: avoid lseek for getting offset by Riolku in https://github.com/kuzudb/kuzu/pull/2569
* Clean up index in-mem overflow file by ray6080 in https://github.com/kuzudb/kuzu/pull/2564
* Rdf copy rework by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2568
* Remove busy wait completely in TaskScheduler by mewim in https://github.com/kuzudb/kuzu/pull/2573
* Init global state within pipeline by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2577
* Cleanup logical type construction by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2571
* Fix issue 2572 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2582
* Set null values when scanning serial columns by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2583
* Replace reinterpret_cast and ku_dynamic_cast on pointers with ku_dynamic_ptr_cast by ray6080 in https://github.com/kuzudb/kuzu/pull/2561
* Fix issue-2578 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2581
* OpenCypher regression test - WITH clause by russell-liu in https://github.com/kuzudb/kuzu/pull/2411
* Fix rust CI on windows by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2591
* Fix issue 2587 by ray6080 in https://github.com/kuzudb/kuzu/pull/2592
* Implement virtualFileSystem by acquamarin in https://github.com/kuzudb/kuzu/pull/2586
* Issue 2588 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2590
* update Cypher reserved keywords to fix failing tck tests by russell-liu in https://github.com/kuzudb/kuzu/pull/2557
* Fix issue 2589 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2594
* Unify ku_dynamic_cast and ku_dynamic_ptr_cast with pointer-only check by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2593
* Support disabling CMake options through the makefile by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2492
* common: add copy constructor macros by Riolku in https://github.com/kuzudb/kuzu/pull/2596
* Add missing headers which are required with gcc 13 by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2595
* If the wal file is truncated, don't attempt to read off the end by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2576
* common: move copy_constructors.h to src/include by Riolku in https://github.com/kuzudb/kuzu/pull/2598
* Update TruncatedWalTest to use the new filesystem API by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2597
* Copy rdf graph by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2602
* CSR header: seprating offset and length by ray6080 in https://github.com/kuzudb/kuzu/pull/2601
* Added public headers explicitly to main/kuzu.h by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2607
* common: add RAII mutex type by Riolku in https://github.com/kuzudb/kuzu/pull/2614
* Rename rdf keyword by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2618
* OpenCypher regression test - WITH SKIP LIMIT clause by russell-liu in https://github.com/kuzudb/kuzu/pull/2610
* openCypher test for expressions by Ashleyhx in https://github.com/kuzudb/kuzu/pull/2585
* common: add MPSC Queue by Riolku in https://github.com/kuzudb/kuzu/pull/2612
* common: add StaticVector by Riolku in https://github.com/kuzudb/kuzu/pull/2613
* Update README.md by semihsalihoglu-uw in https://github.com/kuzudb/kuzu/pull/2620
* Clear unnecessary smart ptr parser by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2622
* In mem copy rdf graph by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2619
* Remove unnecessary smart pointer in binder by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2624
* Parallel Hash Index by Riolku in https://github.com/kuzudb/kuzu/pull/2615
* Table schema refactor by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2627
* Fix copy-to with header by acquamarin in https://github.com/kuzudb/kuzu/pull/2628
* Httpfs by acquamarin in https://github.com/kuzudb/kuzu/pull/2616
* Rdf test fix by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2629
* DataType uuid by hououou in https://github.com/kuzudb/kuzu/pull/2623
* Extension install by acquamarin in https://github.com/kuzudb/kuzu/pull/2634
* Fix dl linking on readhat linux by acquamarin in https://github.com/kuzudb/kuzu/pull/2632
* Enable map type in rel table by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2584
* Prefer string_view in the API over std::string by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2553
* Rdf update by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2636
* Add UUID support to java & c & nodejs API by hououou in https://github.com/kuzudb/kuzu/pull/2633
* Fix issue 2643 by ray6080 in https://github.com/kuzudb/kuzu/pull/2645
* Rdf literal insert by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2639
* Add MD5 Hashing to Test Framework by mxwli in https://github.com/kuzudb/kuzu/pull/2642
* Fix top-k flat/unflat bug by acquamarin in https://github.com/kuzudb/kuzu/pull/2650
* Planner rework by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2653
* Extension option by acquamarin in https://github.com/kuzudb/kuzu/pull/2651
* Rewrote Normal Execution tests into Test Files by MSebanc in https://github.com/kuzudb/kuzu/pull/2646
* Added rowsort & valuesort for hashing tests by mxwli in https://github.com/kuzudb/kuzu/pull/2655
* Implicit datatype cast by hououou in https://github.com/kuzudb/kuzu/pull/2657
* Replace slack with discord for community page by prrao87 in https://github.com/kuzudb/kuzu/pull/2666
* Rdf patch by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2661
* Add UUID support to rust API by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2631
* Provided command-line option to change path to history.txt by MSebanc in https://github.com/kuzudb/kuzu/pull/2663
* Added attribution to md5.cpp file by mxwli in https://github.com/kuzudb/kuzu/pull/2668
* Fixed CLI ctrl + c new line behaviour by MSebanc in https://github.com/kuzudb/kuzu/pull/2670
* Added CLI support for version flag by MSebanc in https://github.com/kuzudb/kuzu/pull/2671
* Remove unncessary out of place writes by ray6080 in https://github.com/kuzudb/kuzu/pull/2654
* Implement s3 filesystem by acquamarin in https://github.com/kuzudb/kuzu/pull/2667
* Switch to permanent invite link by prrao87 in https://github.com/kuzudb/kuzu/pull/2673
* Fix 2062 by mewim in https://github.com/kuzudb/kuzu/pull/2678
* Add experimental 32-bit support by mewim in https://github.com/kuzudb/kuzu/pull/2674
* Changed way hash formatting worked by mxwli in https://github.com/kuzudb/kuzu/pull/2669
* Fix issue-2675 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2680
* Rdf patch by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2684
* comment out s3 test by acquamarin in https://github.com/kuzudb/kuzu/pull/2685
* Fix issue-2682 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2686
* Add functions to the datatype uuid by hououou in https://github.com/kuzudb/kuzu/pull/2664
* Fix issue-2672 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2690
* Check unused `WriteInternalIDValuesToPage`, and fix copy of rel id by ray6080 in https://github.com/kuzudb/kuzu/pull/2681
* Add AWS CLI to test container by mewim in https://github.com/kuzudb/kuzu/pull/2698
* Add RDF LDBC-SPB test by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2696
* Add storage info for csr header columns by ray6080 in https://github.com/kuzudb/kuzu/pull/2699
* Increase the length limit for primary key strings to 256KB by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2689
* Fix bitpacking writes by ray6080 in https://github.com/kuzudb/kuzu/pull/2700
* Fix issue 2701 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2702
* Fix copy var-list of string bug by acquamarin in https://github.com/kuzudb/kuzu/pull/2706
* Update discord-link by acquamarin in https://github.com/kuzudb/kuzu/pull/2710
* Add extension build CI pipeline (starter code) by mewim in https://github.com/kuzudb/kuzu/pull/2715
* Add rdf test suite by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2714
* LSQB Benchmark by manh9203 in https://github.com/kuzudb/kuzu/pull/2712
* Implement scan pandas string column by acquamarin in https://github.com/kuzudb/kuzu/pull/2718
* RDF feature patch by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2723
* Restructure CI pipeline Docker deployment and build extensions on CI by mewim in https://github.com/kuzudb/kuzu/pull/2722
* Don't use bitpacking for the full bit width by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2707
* Clean up execution context by acquamarin in https://github.com/kuzudb/kuzu/pull/2724
* Implement s3 multi-part upload by acquamarin in https://github.com/kuzudb/kuzu/pull/2697
* Rework a part of column interfaces by ray6080 in https://github.com/kuzudb/kuzu/pull/2716
* Fix failing multi-platform tests by mewim in https://github.com/kuzudb/kuzu/pull/2732
* Fix build and deploy piepeline by mewim in https://github.com/kuzudb/kuzu/pull/2733
* Added CLI highlighting for missing keywords by MSebanc in https://github.com/kuzudb/kuzu/pull/2727
* Remove quotation from pandas data frame, add load from dataframe by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2731
* Implement copy utils by acquamarin in https://github.com/kuzudb/kuzu/pull/2740
* Arithmetic operation Integer overflow checks by MSebanc in https://github.com/kuzudb/kuzu/pull/2717
* Implemented backwards search in CLI by MSebanc in https://github.com/kuzudb/kuzu/pull/2741
* Implement udf transaction by acquamarin in https://github.com/kuzudb/kuzu/pull/2745
* Avoid unnecessary rewrites of catalog and stats files by ray6080 in https://github.com/kuzudb/kuzu/pull/2743
* Support IN operator by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2748
* Support most simple types in the hash index by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2728
* Packed CSR by ray6080 in https://github.com/kuzudb/kuzu/pull/2730
* RDF bug fix by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2749
* Fix 2750 by ray6080 in https://github.com/kuzudb/kuzu/pull/2759
* Fix issue 2751&2752 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2760
* Implement hash on struct/list by acquamarin in https://github.com/kuzudb/kuzu/pull/2756
* Fix rdf malformed line skipping by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2768
* Fixed ansi code regex issue for CLI search underlining by MSebanc in https://github.com/kuzudb/kuzu/pull/2747
* Shell Search Improvements by MSebanc in https://github.com/kuzudb/kuzu/pull/2767
* Improved handling of CLI resizing by MSebanc in https://github.com/kuzudb/kuzu/pull/2757
* extension: don't link against libdl by Riolku in https://github.com/kuzudb/kuzu/pull/2774
* Optimize packed csr deletions by ray6080 in https://github.com/kuzudb/kuzu/pull/2763
* Better error message when inserting to serial pk table with primary key by acquamarin in https://github.com/kuzudb/kuzu/pull/2777
* Restructure build pipeline with the new free M1 runner by mewim in https://github.com/kuzudb/kuzu/pull/2780
* Fix issue-2765 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2784
* Fix issue-2773 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2786
* Fix issue-2782 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2787
* Fix issue-2081 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2788
* Fix find regions in packed csr by ray6080 in https://github.com/kuzudb/kuzu/pull/2794
* Add RDF_VARIANT bindings for Node.js and Python APIs by mewim in https://github.com/kuzudb/kuzu/pull/2797
* Fix issue-2771 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2800
* Implement scan pandas object column by acquamarin in https://github.com/kuzudb/kuzu/pull/2795
* Support rdf variant in to_pandas api by acquamarin in https://github.com/kuzudb/kuzu/pull/2801
* Fix issue-2779 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2806
* Fix issue-2790 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2807
* Support rdf variant to arrow by acquamarin in https://github.com/kuzudb/kuzu/pull/2802
* Shell Improvements by MSebanc in https://github.com/kuzudb/kuzu/pull/2820
* Fixed cli highlighting for keywords in brackets by MSebanc in https://github.com/kuzudb/kuzu/pull/2824
* extension: enable building on Windows by Riolku in https://github.com/kuzudb/kuzu/pull/2778
* Add RDFVariant bindings for C, C++, and Java APIs by mewim in https://github.com/kuzudb/kuzu/pull/2815
* Support more rdf variant by acquamarin in https://github.com/kuzudb/kuzu/pull/2816
* Add dictionary abstraction by ray6080 in https://github.com/kuzudb/kuzu/pull/2799
* CLI UTF-8 Improvements by MSebanc in https://github.com/kuzudb/kuzu/pull/2833
* Try fix skip musl by mewim in https://github.com/kuzudb/kuzu/pull/2834
* Fix extension build pipeline for windows by acquamarin in https://github.com/kuzudb/kuzu/pull/2831
* Fix issue-2762 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2827
* Add windows extension support by acquamarin in https://github.com/kuzudb/kuzu/pull/2832
* Fix issue-2814 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2836
* Fix issue-2821 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2838
* Add extension to rust crate files by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2839
* Fix issue-2781 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2840
* Gaps in CopyRel by ray6080 in https://github.com/kuzudb/kuzu/pull/2772
* Fixed handling of copy pasting queries larger than max size by MSebanc in https://github.com/kuzudb/kuzu/pull/2843
* Support rehashing in the HashIndexBuilder by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2776
* remove counting from copy csv by acquamarin in https://github.com/kuzudb/kuzu/pull/2844
* Add RDFVariant support to the Rust API by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2846
* Solve issue 2793 by acquamarin in https://github.com/kuzudb/kuzu/pull/2847
* Add rdf strict mode by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2849
* Allow truncation over large strings by ray6080 in https://github.com/kuzudb/kuzu/pull/2825
* Fix Rust path for extension by mewim in https://github.com/kuzudb/kuzu/pull/2851
* Bump version to v0.2.0 by ray6080 in https://github.com/kuzudb/kuzu/pull/2850
* Fix docs generation for C++ by mewim in https://github.com/kuzudb/kuzu/pull/2852

New Contributors
* mxwli made their first contribution in https://github.com/kuzudb/kuzu/pull/2642
* MSebanc made their first contribution in https://github.com/kuzudb/kuzu/pull/2646
* prrao87 made their first contribution in https://github.com/kuzudb/kuzu/pull/2666
* manh9203 made their first contribution in https://github.com/kuzudb/kuzu/pull/2712

**Full Changelog**: https://github.com/kuzudb/kuzu/compare/v0.1.0...v0.2.0

0.1.0

We are very happy to release Kùzu 0.1.0 today! This is a major release with the following set of new features and improvements:
- Completion of NodeGroup-base storage design;
- Strings compression using dictionary compression;
- Direct scans of Pandas DataFrames;
- Copy to parquet files and additional configuration options for copyig to CSV files;
- Detach delete;
- Return deleted rows;
- SQL-style cast function;
- Recursive relationship node filter;
- Count subquery;
- New INT128 data type;
- Reduced binary size.

Please see our [blog post](https://kuzudb.com/docusaurus/blog/kuzu-0.1.0-release) for more details. Enjoy your reading!

What's Changed
* Fix table-function parameter match by acquamarin in https://github.com/kuzudb/kuzu/pull/2309
* fix int128 cast to unsigned by Ashleyhx in https://github.com/kuzudb/kuzu/pull/2314
* Refactor node table scan to reuse ScanNodeTableInfo by ray6080 in https://github.com/kuzudb/kuzu/pull/2320
* move together int128 headers and fix neg int128 cast to floating numbers by Ashleyhx in https://github.com/kuzudb/kuzu/pull/2316
* Node group based rel table by ray6080 in https://github.com/kuzudb/kuzu/pull/2246
* Parquet copy improvement by acquamarin in https://github.com/kuzudb/kuzu/pull/2329
* build: enable Werror on non-Windows by Riolku in https://github.com/kuzudb/kuzu/pull/2335
* cleanup: fix all clangd warnings by Riolku in https://github.com/kuzudb/kuzu/pull/2340
* Add more types to parquet reader/writer by acquamarin in https://github.com/kuzudb/kuzu/pull/2339
* Fix failing tests in LDBC IC and LSQB due to node group changes by ray6080 in https://github.com/kuzudb/kuzu/pull/2338
* Add typed-literal storage by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2341
* Add larger PyG test by mewim in https://github.com/kuzudb/kuzu/pull/2349
* CI: Add daily multi-platform testing on GitHub-hosted runners by mewim in https://github.com/kuzudb/kuzu/pull/2352
* create CAST(item, type) function by AEsir777 in https://github.com/kuzudb/kuzu/pull/2326
* ci: check for clangd diagnostics by Riolku in https://github.com/kuzudb/kuzu/pull/2344
* clangd-diagnostics: fixup by Riolku in https://github.com/kuzudb/kuzu/pull/2354
* replace std::assert with KU_ASSERT by Riolku in https://github.com/kuzudb/kuzu/pull/2288
* enable asserts by default in debug mode by Riolku in https://github.com/kuzudb/kuzu/pull/2358
* Remove NodesStore and RelsStore by ray6080 in https://github.com/kuzudb/kuzu/pull/2348
* Add typed literal casting, rework typed literal casting by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2347
* rm option to modify listStartChar/EndChar in csvReaderConfig by AEsir777 in https://github.com/kuzudb/kuzu/pull/2365
* Fix cmake minimum version requirement warnings by ray6080 in https://github.com/kuzudb/kuzu/pull/2367
* Replace NotImplementedException with KU_NOT_REACHABLE when possible by ray6080 in https://github.com/kuzudb/kuzu/pull/2362
* refactor LogicalTypeUtils::dataTypeToString by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2350
* Fix issue-2343 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2366
* Move RelDataDirection from enum to enum class by ray6080 in https://github.com/kuzudb/kuzu/pull/2372
* Fix add rel property by ray6080 in https://github.com/kuzudb/kuzu/pull/2371
* support Cast(String, FixedList Type) by AEsir777 in https://github.com/kuzudb/kuzu/pull/2369
* common: add lcov exclusions in KU_UNREACHABLE by Riolku in https://github.com/kuzudb/kuzu/pull/2375
* fix floating to int128 and negative to int128 by Ashleyhx in https://github.com/kuzudb/kuzu/pull/2374
* Implement copy function framework by acquamarin in https://github.com/kuzudb/kuzu/pull/2370
* Fix bounds of data read in VarList updates by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2346
* CI: Add nightly build pipeline by mewim in https://github.com/kuzudb/kuzu/pull/2378
* Enable rdf test by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2373
* Add recursive join node filter by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2381
* Fix nightly version update for scheduled run by mewim in https://github.com/kuzudb/kuzu/pull/2383
* Remove startPosInChunk from append() and fix incorrect numValues by ray6080 in https://github.com/kuzudb/kuzu/pull/2387
* dependabot: upgrade pyarrow to 14.0.1 by Riolku in https://github.com/kuzudb/kuzu/pull/2390
* Rework var list finalize by ray6080 in https://github.com/kuzudb/kuzu/pull/2392
* Support nested struct and union as rel property data types by ray6080 in https://github.com/kuzudb/kuzu/pull/2368
* CI: Fix nightly build pipeline (2nd attempt) by mewim in https://github.com/kuzudb/kuzu/pull/2393
* Refactor table func by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2384
* Add parsed statement visitor by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2396
* Replace AccessMode in API with boolean flag read_only by ray6080 in https://github.com/kuzudb/kuzu/pull/2357
* mac: fix explicit symbol exports by Riolku in https://github.com/kuzudb/kuzu/pull/2389
* cleanup: replace NotImplementedException by Riolku in https://github.com/kuzudb/kuzu/pull/2401
* Implement scan pandas by acquamarin in https://github.com/kuzudb/kuzu/pull/2403
* Allow explicit cast between varlist CAST(var, varlist type) by AEsir777 in https://github.com/kuzudb/kuzu/pull/2386
* Rework local storage for node table and fix 2376 by ray6080 in https://github.com/kuzudb/kuzu/pull/2394
* Add timestamp validation by acquamarin in https://github.com/kuzudb/kuzu/pull/2409
* CI: Add Node.js and Python tests for Windows by mewim in https://github.com/kuzudb/kuzu/pull/2406
* Fix 2244 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2412
* Fix issue 2200 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2414
* Rework Column and ColumnChunk's dataType field to std::unique_ptr by ray6080 in https://github.com/kuzudb/kuzu/pull/2418
* Add more types to arrow export by acquamarin in https://github.com/kuzudb/kuzu/pull/2419
* Add abstraction of LocalTableData to LocalStorage by ray6080 in https://github.com/kuzudb/kuzu/pull/2420
* Add copy to csv option by acquamarin in https://github.com/kuzudb/kuzu/pull/2422
* Fix issue-2294 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2299
* support explicit cast between map and struct by AEsir777 in https://github.com/kuzudb/kuzu/pull/2417
* Add transaction pointer to column chunk scan by ray6080 in https://github.com/kuzudb/kuzu/pull/2426
* Use cmake project version number in code by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2428
* String serialization by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2304
* Fix rel updates by ray6080 in https://github.com/kuzudb/kuzu/pull/2425
* Add copy-to-csv header option by acquamarin in https://github.com/kuzudb/kuzu/pull/2436
* Partial column copy by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2407
* Count subquery by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2429
* prepared_statement: move parameters by Riolku in https://github.com/kuzudb/kuzu/pull/2433
* Always write a whole page at a time when writing compressed data by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2438
* Update struct fields in-place or out of place as necessary by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2442
* Fix ASAN job data race by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2441
* Correcting the set of numValues for column chunk in CopyRel and fix writing null struct entry by ray6080 in https://github.com/kuzudb/kuzu/pull/2445
* Fix rel delete and create by ray6080 in https://github.com/kuzudb/kuzu/pull/2427
* Extend add operation for list,string by acquamarin in https://github.com/kuzudb/kuzu/pull/2444
* Add more types to get_df by acquamarin in https://github.com/kuzudb/kuzu/pull/2432
* Rework Column write interface by ray6080 in https://github.com/kuzudb/kuzu/pull/2447
* Fix CI platform test error by mewim in https://github.com/kuzudb/kuzu/pull/2450
* Dictionary compression by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2408
* Fix UDF checkpoint logic by acquamarin in https://github.com/kuzudb/kuzu/pull/2451
* Add delete node without connected rels constraint by ray6080 in https://github.com/kuzudb/kuzu/pull/2449
* Detach delete by ray6080 in https://github.com/kuzudb/kuzu/pull/2453
* Add optional match and large list cases for tests on detach delete by ray6080 in https://github.com/kuzudb/kuzu/pull/2456
* Fix mac compilation error by acquamarin in https://github.com/kuzudb/kuzu/pull/2454
* finish cast list <-> fixedlist by AEsir777 in https://github.com/kuzudb/kuzu/pull/2446
* Fix csr updates by ray6080 in https://github.com/kuzudb/kuzu/pull/2448
* finish cast between fixed list and refactor code by AEsir777 in https://github.com/kuzudb/kuzu/pull/2462
* Fix test case 2303 by ray6080 in https://github.com/kuzudb/kuzu/pull/2464
* add more pandas test by acquamarin in https://github.com/kuzudb/kuzu/pull/2463
* Use newest storage version if not found in storage_version map by acquamarin in https://github.com/kuzudb/kuzu/pull/2460
* Update CI builder toolchain to gcc-11 by mewim in https://github.com/kuzudb/kuzu/pull/2459
* Generate API docs on CI by mewim in https://github.com/kuzudb/kuzu/pull/2458
* Tag nightly build as next on npmjs by mewim in https://github.com/kuzudb/kuzu/pull/2457
* Fix documentation generation by mewim in https://github.com/kuzudb/kuzu/pull/2467
* Fix rel insert/copy violation check by acquamarin in https://github.com/kuzudb/kuzu/pull/2465
* Fix DB version call by mewim in https://github.com/kuzudb/kuzu/pull/2466
* cmake: strip main binaries by Riolku in https://github.com/kuzudb/kuzu/pull/2455
* fix 2474: parse dataType map() with 0 or no arg aborts by AEsir777 in https://github.com/kuzudb/kuzu/pull/2476
* Scan csr local storage by ray6080 in https://github.com/kuzudb/kuzu/pull/2468
* Fix create one to one rels by ray6080 in https://github.com/kuzudb/kuzu/pull/2477
* Update string limit to 256KB for non-primary-key strings by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2472
* Add doc examples by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2471
* Fix pandas scan bug by acquamarin in https://github.com/kuzudb/kuzu/pull/2478
* Fix scan and lookup of regular columns by ray6080 in https://github.com/kuzudb/kuzu/pull/2480
* Bump version to 0.1.0 by mewim in https://github.com/kuzudb/kuzu/pull/2479


**Full Changelog**: https://github.com/kuzudb/kuzu/compare/v0.0.12...v0.1.0

0.0.12

We release Kùzu 0.0.12, another minor release. This release fixes a bug that prevents the database to be opened in read-only mode on a read-only file system. It also adds support for INT128 data type.

What's Changed
* Copy to csv rework by acquamarin in https://github.com/kuzudb/kuzu/pull/2242
* Fix copy bug by acquamarin in https://github.com/kuzudb/kuzu/pull/2243
* ci: use full ASAN by Riolku in https://github.com/kuzudb/kuzu/pull/2231
* ci: use env vars for parallelism by Riolku in https://github.com/kuzudb/kuzu/pull/2241
* Shorten LDBC rel table names by mewim in https://github.com/kuzudb/kuzu/pull/2248
* Add int128 and supported functions by Ashleyhx in https://github.com/kuzudb/kuzu/pull/2096
* tidy: enable misc-unused-parameters by Riolku in https://github.com/kuzudb/kuzu/pull/2249
* ci: cancel previous PR runs on push by Riolku in https://github.com/kuzudb/kuzu/pull/2259
* reader/csv: use exception-safe locks by Riolku in https://github.com/kuzudb/kuzu/pull/2258
* third_party/re2: fix is_pod deprecation warning by Riolku in https://github.com/kuzudb/kuzu/pull/2262
* Refactor table function framework by acquamarin in https://github.com/kuzudb/kuzu/pull/2271
* Add rdf literal and literal triples table by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2247
* Switch Linux and macOS CI runners to use Ninja build by mewim in https://github.com/kuzudb/kuzu/pull/2264
* Remove unneeded `NUM_THREADS` by mewim in https://github.com/kuzudb/kuzu/pull/2275
* refactor to use wrapper function to wrap all the codes in cast_string_to_function.h by AEsir777 in https://github.com/kuzudb/kuzu/pull/2261
* tidy: add makefile command by Riolku in https://github.com/kuzudb/kuzu/pull/2273
* Add fixed-list,union,map functions by acquamarin in https://github.com/kuzudb/kuzu/pull/2278
* Add graph pattern label pruning by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2263
* Update LLVM toolchain to version 17 on hosted-runners by mewim in https://github.com/kuzudb/kuzu/pull/2280
* tidy: Fix clang-tidy-17 warnings by Riolku in https://github.com/kuzudb/kuzu/pull/2284
* Fix 2266 by ray6080 in https://github.com/kuzudb/kuzu/pull/2282
* Function framework refactor by acquamarin in https://github.com/kuzudb/kuzu/pull/2292
* Issue 2269 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2281
* Remove friend classes and clean up write functions in NodeColumn by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2240
* Remove spdlog include from buffer_manager.cpp by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2302
* Fix issue-2293 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2298
* Fix 2276 by ray6080 in https://github.com/kuzudb/kuzu/pull/2296
* Fix stdint includes by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2305
* int128 for apis by Ashleyhx in https://github.com/kuzudb/kuzu/pull/2254
* Fix call statement as write statement by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2306
* Fix list extract with null by acquamarin in https://github.com/kuzudb/kuzu/pull/2307
* Bind timeout function for Node.js APIs by mewim in https://github.com/kuzudb/kuzu/pull/2311


**Full Changelog**: https://github.com/kuzudb/kuzu/compare/v0.0.11...v0.0.12

0.0.11

We release Kùzu 0.0.11, another minor release. The main new feature of this release is read-only access mode for the database on Linux (2089, 2229 and 2233). The read-only mode enables the upcoming [Kùzu UI](https://github.com/kuzudb/kuzu-ui) to optionally open a database in read-only mode while allowing other applications to access the same database concurrently.

What's Changed
* Update readme build instructions by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2217
* Change offset vector from int64 to internal_id when reading from files by ray6080 in https://github.com/kuzudb/kuzu/pull/2219
* Add size() alias by acquamarin in https://github.com/kuzudb/kuzu/pull/2220
* Database access mode by hououou in https://github.com/kuzudb/kuzu/pull/2089
* Add CI job for macOS by mewim in https://github.com/kuzudb/kuzu/pull/2222
* replace cast string to fixed function in driver.cpp by AEsir777 in https://github.com/kuzudb/kuzu/pull/2221
* Enable clang-analyzer by Riolku in https://github.com/kuzudb/kuzu/pull/2194
* Reduce number of test query threads by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2228
* test/c_api: don't use database if unecessary by Riolku in https://github.com/kuzudb/kuzu/pull/2234
* Buffered serialization by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2225
* replace cast string to union function in driver.cpp by AEsir777 in https://github.com/kuzudb/kuzu/pull/2227
* Add C, Python, Node.js, and Java API bindings for read-only mode by mewim in https://github.com/kuzudb/kuzu/pull/2229
* Add access mode option to Rust API by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2233
* Bump version to 0.0.11 by mewim in https://github.com/kuzudb/kuzu/pull/2237


**Full Changelog**: https://github.com/kuzudb/kuzu/compare/v0.0.10...v0.0.11

0.0.10

We're here to introduce Kùzu 0.0.10, which is a minor release with a bunch of bug fixes and improvements:
- Added the frame of reference encoding for integers. [PR 2140](https://github.com/kuzudb/kuzu/pull/2140)
- Fixed slicing of UTF-8 string. [PR 2212](https://github.com/kuzudb/kuzu/pull/2212)
- Fixed copying of invalid UTF-8. [PR 2208](https://github.com/kuzudb/kuzu/pull/2208)
- Added more checks and better error messages during the binding phase. [PR 2206](https://github.com/kuzudb/kuzu/pull/2206)
- Fixed return list literal with null values. [PR 2187](https://github.com/kuzudb/kuzu/pull/2187)
- Fixed bugs in scan multi label rel tables. [PR 2149](https://github.com/kuzudb/kuzu/pull/2149)
- Deprecated all functions for getting the table names and properties from the client APIs and the CLI, instead, `CALL` is introduced for the same functionality. [PR 2199](https://github.com/kuzudb/kuzu/pull/2199), [2207](https://github.com/kuzudb/kuzu/pull/2207)
- Added missing data type support in client APIs. [PR 2183](https://github.com/kuzudb/kuzu/pull/2183), [PR 2176](https://github.com/kuzudb/kuzu/pull/2176), [PR 2193](https://github.com/kuzudb/kuzu/pull/2193), [PR 2172](https://github.com/kuzudb/kuzu/pull/2172)

What's Changed
* Fixup warnings by Riolku in https://github.com/kuzudb/kuzu/pull/2138
* refactor: splitup table_functions.h by Riolku in https://github.com/kuzudb/kuzu/pull/2142
* Refactor toString() by acquamarin in https://github.com/kuzudb/kuzu/pull/2141
* Fix mac compilation by acquamarin in https://github.com/kuzudb/kuzu/pull/2144
* refactor: move large WAL operators to source file by Riolku in https://github.com/kuzudb/kuzu/pull/2146
* refactor: move table functions to one file by Riolku in https://github.com/kuzudb/kuzu/pull/2147
* Fix bug in generic scan rel tables by ray6080 in https://github.com/kuzudb/kuzu/pull/2149
* Skip q37 in benchmark by ray6080 in https://github.com/kuzudb/kuzu/pull/2151
* change one occurrence of NUM_THREADS=32 to 18 on self-hosted-windows by russell-liu in https://github.com/kuzudb/kuzu/pull/2154
* Pytest windows parser exception by russell-liu in https://github.com/kuzudb/kuzu/pull/2157
* change print to sys.stdout.write and flush in benchmark_runner.py by russell-liu in https://github.com/kuzudb/kuzu/pull/2155
* Add examples to alldebug by ray6080 in https://github.com/kuzudb/kuzu/pull/2159
* Frame of reference encoding by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2140
* update torch version from 1.13 to 2.0.0 by russell-liu in https://github.com/kuzudb/kuzu/pull/2064
* ci: update runner by Riolku in https://github.com/kuzudb/kuzu/pull/2163
* Attempt to solve Windows timeout by specifying gtest DISCOVERY_TIMEOUT by mewim in https://github.com/kuzudb/kuzu/pull/2165
* Fix 2158 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2171
* Fix numNodes in CopyNode by ray6080 in https://github.com/kuzudb/kuzu/pull/2161
* Remove `setValueFromString` from ColumnChunk by ray6080 in https://github.com/kuzudb/kuzu/pull/2169
* Export map to py dict by ray6080 in https://github.com/kuzudb/kuzu/pull/2172
* Clean up node_column.h and column_chunk.h by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2164
* tidy: add clang-tidy by Riolku in https://github.com/kuzudb/kuzu/pull/2156
* cast string to list by AEsir777 in https://github.com/kuzudb/kuzu/pull/2145
* reader: remove counting of blocks by Riolku in https://github.com/kuzudb/kuzu/pull/2166
* Bump PyG version to 2.3.0 and remove the optional dependencies by mewim in https://github.com/kuzudb/kuzu/pull/2178
* Rename create to insert, fix return serial after insertion by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2181
* Move child chunks and columns to struct by ray6080 in https://github.com/kuzudb/kuzu/pull/2173
* Fix 2174 for Node.js by mewim in https://github.com/kuzudb/kuzu/pull/2183
* Add support for Map to rust API by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2176
* cast string to struct by AEsir777 in https://github.com/kuzudb/kuzu/pull/2189
* Link C and C++ API tests against the API-restricted shared library by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2153
* fix q03 in benchmark by russell-liu in https://github.com/kuzudb/kuzu/pull/2180
* Rust Union support by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2193
* Parquet writer by acquamarin in https://github.com/kuzudb/kuzu/pull/2177
* Fix mac build by acquamarin in https://github.com/kuzudb/kuzu/pull/2204
* Add show_relation table function by acquamarin in https://github.com/kuzudb/kuzu/pull/2199
* Fix 2187 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2197
* Fix hash node rel by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2192
* Fix 2184: add binding errors by ray6080 in https://github.com/kuzudb/kuzu/pull/2206
* Deprecate table metadata printing functions by mewim in https://github.com/kuzudb/kuzu/pull/2207
* finish cast string to map by AEsir777 in https://github.com/kuzudb/kuzu/pull/2201
* Throw copy exception on invalid utf8 string by acquamarin in https://github.com/kuzudb/kuzu/pull/2208
* Fix transaction test by benjaminwinger in https://github.com/kuzudb/kuzu/pull/2211
* Fix list slice utf8 by acquamarin in https://github.com/kuzudb/kuzu/pull/2212
* Validate file header for LOAD and COPY by andyfengHKU in https://github.com/kuzudb/kuzu/pull/2210
* Bump version to 0.0.10 by ray6080 in https://github.com/kuzudb/kuzu/pull/2213
* Try to fix windows bin location by mewim in https://github.com/kuzudb/kuzu/pull/2214


**Full Changelog**: https://github.com/kuzudb/kuzu/compare/v0.0.9...v0.0.10

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.