Skip to content

V0.0.5

Compare
Choose a tag to compare
@acquamarin acquamarin released this 10 Jul 17:48
· 1768 commits to master since this release
955c4c5

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

  • Supported named path. Users can now assign a named variable to a connected graph pattern.
  • Supported filters of relationships in recursive patterns. Users can now put predicates on the relationships that will be "traversed/joined" in recursive patterns.
  • Supported all shortest paths semantic with key word ALL SHORTEST.
  • Introduced Call as a reading clause with a set of predefined procedures that can be used to query the database schemas.
  • Supported Call for modifying database configurations.
  • Added new data type BLOB to store arbitrary binary objects.
  • Added Rust and Java client APIs.
  • Introduced improvements to testing framework.

Please see our blog post for more details. Enjoy your reading!

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5