Skip to content

0.9.11

Compare
Choose a tag to compare
@dwitry dwitry released this 09 Aug 08:36
· 135 commits to master since this release

Documentation

Changelog

This release features better support for DELETE queries on Amazon Neptune and other databases, as well as other bugfixes and performance improvements.

  • Translation improvements:
    • Native implementation of list functions head, tail, last (#149, #152)
    • Support for unnamed relationship patterns in expressions (#150)
    • Improved translation of DELETE and DETACH DELETE (#139, #151, #153)
    • Multiple step labels for the same step are reduced to one (#138)
    • Unnecessary if-not-null checks are removed where possible (#137)
  • Translation module:
    • Standalone procedure calls are now provided with type information (#143, #145, #146)
  • Examples:
    • A demo project for various Cypher for Gremlin API features is now available

TCK

  • Report 0.9.11
  • Passing: 769
  • Failing: 117
  • Coverage: 87%