Conversation
Bump version to v0.6.5-dev. Key features since v0.6.4-dev: - Hybrid remote query + local storage (GraphRAG workflow) - Embedded write API (create_node, create_edge, upsert, delete, import) - Kuzu API parity (Date/Timestamp/UUID types, timing, timeout, in_memory) - Multi-format file import (CSV, Parquet, JSON auto-detect) - DataFrame output (Pandas, PyArrow, Polars) - Python wrapper improvements (native dict write API, timing properties) - 5 runnable tutorials with sample data - Security dep updates (lz4_flex, rustls-webpki) Pre-release checks: 1,599 tests passing, clippy clean, fmt clean, cargo audit clean, no stale version references. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Updated README to reflect local write support and additional dataset coverage for benchmarks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.6.5-dev
Version bump and finalized CHANGELOG for v0.6.5-dev release.
Features since v0.6.4-dev
Pre-release checklist
cargo fmt --all --check— cleancargo clippy --all-targets— cleancargo test— 1,599 passed, 0 failedcargo audit— no vulnerabilities🤖 Generated with Claude Code