Skip to content

Nebula Graph v1.2.0

Compare
Choose a tag to compare
@jude-zhu jude-zhu released this 08 Dec 03:19
53f56b6

New Features

  • FIND PATH support to find paths with or without regard to direction. And also support to exclude loops in paths. #2398
  • Add ARM64 support to Nebula Graph. #2392
  • Add auto_remove_invalid_space option to indicate whether to remove data from a deleted graph space when restarting the services. #2375 #196

Improvements

  • Improve the DELETE edges performance. #2404

Bugfix

  • Fix the issue that FETCH PROP ON timestamp properties returns an int64 value. #2389
  • Fix the issue that GO m TO n STEPS may lead to OOM errors. #2386
  • Fix the issue that FETCH PROP ON * might return the wrong results when the tag on the vertex has no properties. #2359