Skip to content

Nebula Graph Studio v3.5.0

Compare
Choose a tag to compare
@hetao92 hetao92 released this 02 Nov 09:58
· 8 commits to release-3.5 since this release
8d64659

v3.5.0

  • Feature

    • Support schema drafting. The Schema is designed directly by dragging and dropping on the canvas. The vertex and edge relationship is more intuitive and supports applying the schema to a graph space with one click.
  • Enhancement

    • The welcome page provides some demo datasets.
    • The console supports adding comments with //.
    • The favorites folder contents can be saved on the server.
    • Support searching graph space names in the graph space list.
    • Added a white screen page for the crash.
  • Bugfix

    • Fixed the bug that importing Int8/16/32 and fixed_string data failed.
  • 功能

    • 支持 Schema 草图。直接在画板上通过拖拽方式设计 Schema,点边关系更加直观,并支持一键应用至图空间。
  • 优化

    • 欢迎页改版,内置 demo 数据集。
    • 控制台支持使用//添加注释。
    • 收藏夹内容支持在服务端保存。
    • 图空间列表支持搜索图空间名。
    • 新增白屏崩溃兜底页。
  • 缺陷修复

    • 修复无法导入 Int8/16/32 和 fixed_string 类型数据的问题。