Release-notes
NebulaGraph v1.2.0 Release Note
NebulaGraph v1.2.0 has just released. In this version, the FIND PATH
feature has been enhanced; the DELETE
function has been optimized. Also, we have fixed some bugs.
New Features
FIND PATH
support to find paths with or without regard to direction. And also support to exclude loops in paths. https://github.com/vesoft-inc/nebula/pull/2398- Add ARM64 support to NebulaGraph.https://github.com/vesoft-inc/nebula/pull/2392
- Add auto_remove_invalid_space option to indicate whether to remove data from a deleted graph space when restarting the services. https://github.com/vesoft-inc/nebula/pull/2375, https://github.com/vesoft-inc/nebula-docs/pull/196
Improvements
- Improve the
DELETE
edges performance. https://github.com/vesoft-inc/nebula/pull/2404
Bugfix
- Fix the issue that
FETCH PROP ON
timestamp properties returns anint64
value. https://github.com/vesoft-inc/nebula/pull/2389 - Fix the issue that
GO m TO n STEPS
may lead to OOM errors. https://github.com/vesoft-inc/nebula/pull/2386 - Fix the issue that
FETCH PROP ON *
might return the wrong results when the tag on the vertex has no properties. https://github.com/vesoft-inc/nebula/pull/2359
Upgrade Steps
- Stop all Nebula services
- Execute
scripts/nebula.service stop all
on each machine - Execute
scripts/nebula.service status all
to ensure that all processes have exited
- Execute
- Install the new RPM package on each machine per your system environment
- Get the package:https://github.com/vesoft-inc/nebula/releases/tag/v1.2.0
- Install the package
- Start Nebula
- Execute
scripts/nebula.service start all
on each machine - Execute
scripts/nebula.service status all
to ensure that all processes have started properly
- Execute
Note: If you are currently using NebulaGraph v1.0.0-RC3 or a previous version, please re-load your data after upgrading to v1.2.0.
Here is the GitHub repo of NebulaGraph: https://github.com/vesoft-inc/nebula. Please feel free to try the latest version. If you encounter any problem, please ask on our Discussions: https://github.com/vesoft-inc/nebula/discussions