Skip to content

V0.0.9

Compare
Choose a tag to compare
@acquamarin acquamarin released this 02 Oct 20:11
· 1344 commits to master since this release
ede12a7

Welcome to Kùzu 0.0.9! In this release, we've introduced following main improvements and features:

  • Supported LOAD FROM, which directly evaluate queries over CSV/Parquet files without loading into database.
  • Replaced the beginReadTransaction(), beginWriteTransaction(), commit() and rollback() APIs in all language bindings with cypher statements.
  • Supported comments on tables.
  • Expand recursive rel pattern and enables projection on intermediate nodes and rels.
  • Introduced CREATE REL GROUP.
  • Introduced a set of new data types (e.g., INT8, UINT64, UINT32, UINT16, UINT8) and related casting functions.
  • Replaced arrow's CSV and Parquet reader with new customized one.
  • Introduced bitpacking compression for integers.

As always, we have more details in our blog post. Enjoy your reading!

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.0.9