Skip to content

Releases: vesoft-inc/nebula-studio

Nebula Graph Studio v3.2.4

14 Nov 06:01
Compare
Choose a tag to compare

Fix

  • fix session release issue

修复

  • 修复 session 释放问题

Nebula Graph Studio v3.5.0

02 Nov 09:58
8d64659
Compare
Choose a tag to compare

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 类型数据的问题。

Nebula Graph Studio v3.4.2

17 Oct 06:01
5f52dae
Compare
Choose a tag to compare

Upgrade

  • Golang@v1.8.7: fix some security breaches

升级

  • Golang@1.8.7: 修复一些已知安全漏洞

Nebula Graph Studio v3.4.1

09 Aug 03:46
060ec56
Compare
Choose a tag to compare

Bugfix

  • Console

    1. Fixed the bug that the edges were not rendered on self-loop.
  • 控制台

    1. 修复自环数据未渲染边的问题

Nebula Graph Studio v3.4.0

20 Jul 02:47
74f8a2b
Compare
Choose a tag to compare

Enhancement:

  • Adapted for Nebula Graph 3.2.0.
  • Clear the session corresponding to the service when stopping the Studio service.

Bugfix

  • Console
    1. Fixed the bug that vertices with the vid_type of INT64 were not displayed.

功能增强:

  • 适配 Nebula Graph 3.2.0
  • 停止 Studio 服务时清除服务对应的会话。
  • 优化整体使用体验

Bugfix

  • 控制台
    1. 修复控制台中vid_type为INT64类型的点无法显示的问题。

Nebula Graph Studio v3.1.1

24 May 10:52
Compare
Choose a tag to compare

Fix

  • fix gateway crash

修复

  • 修复 http gateway 异常崩溃的问题

Nebula Graph Studio v3.3.2

19 May 02:24
3e171a5
Compare
Choose a tag to compare

Fix

  • Fix the bug of rendering error when path has only starting point

修复

  • 修复 path 只有起点时渲染出错的 bug

Nebula Graph Studio v3.3.1

07 May 07:25
37b8f7c
Compare
Choose a tag to compare

Fix

  • Fix the problem that the import log is occasionally empty

修复

  • 修复导入日志偶尔为空的问题

Nebula Graph Studio v3.3.0

26 Apr 06:44
13d7298
Compare
Choose a tag to compare

Feature enhancements:

  • Optimize UI style.
  • Schema
    1. Support clone graph space.
    2. Support rebuild indexes.
    3. Support statistics for data in graph space.
  • Import
    1. Support multi-task asynchronous import, you can view progress, logs, etc.
    2. Support quick import from Nebula Importer templates.
  • Console
    1. Support favorite historical statements.
    2. Support the display of historical statements results.
    3. Migrate graph exploration to the console.

功能增强:

  • 优化整体 UI 风格。
  • Schema
    1. 支持克隆图空间。
    2. 支持重建索引。
    3. 支持图空间数据统计。
  • 导入
    1. 支持多任务异步导入,可随时查看进度,日志等。
    2. 支持 Nebula Importer 模板快速导入。
  • 控制台
    1. 支持收藏夹功能。
    2. 支持历史查询结果展示。
    3. 将图探索模块迁移至控制台模块内。

Nebula Graph Studio v3.2.3

25 Mar 07:25
1bbf173
Compare
Choose a tag to compare

Fix

  • Fix the problem caused by browser version compatibility

修复

  • 修复浏览器版本兼容问题