Skip to content

Release v0.6.5-dev

Choose a tag to compare

@github-actions github-actions released this 21 Mar 23:10
b1d25f3

[0.6.5-dev] - 2026-03-21

🚀 Features

  • Embedded write support for agentic GraphRAG workflows (#236)
  • Property_types field for type-aware writable table DDL (#238)
  • Hybrid remote query + local storage for embedded mode (#240)
  • Kuzu API parity quick wins (#242)
  • COPY FROM import for CSV, Parquet, and auto-detected formats (#243)
  • Date, Timestamp, UUID Value types (#244)
  • Arrow, Pandas, Polars DataFrame output for Python (#245)

🐛 Bug Fixes

  • Release pipeline and Docker publish for protected branches (#235)

💼 Other

📚 Documentation

  • Add embedded write API to README What's New (#237)
  • Embedded mode tutorials and runnable examples (#246)

🧪 Testing

  • Hybrid remote query E2E tests + fix edge extraction (#241)