Skip to content

Release Notes For v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@eyab eyab released this 29 Jul 22:24
· 682 commits to master since this release

This release supports the following openCypher clauses.

  • CREATE clause with a node that has a label
    • It must be in queries by itself.
  • MATCH clause with a node that has a label
  • RETURN clause without aggregation
  • WITH clause without aggregation

Function call expression is not supported.

For more information, please refer to the documentation in doc/ directory.