Skip to content

Releases: vesoft-inc/nebula-studio

NebulaGraph Studio v3.10.0

06 May 06:11
effe250
Compare
Choose a tag to compare

Fix

  • Adapted to NebulaGraph v3.8.0
  • Fixed the issue where the default value was non-null when creating points and edges
  • Resolved the crash issue on the import task page when dealing with extensive attribute editing
  • Corrections made to errors in the import task template
  • Adjusted the default maximum context length for the AI Assistant
  • Implemented other document corrections

修复

  • 适配 NebulaGraph v3.8.0 版本
  • 修复创建点边时默认值为非空的问题
  • 修复导入任务页面在大量属性编辑情况下崩溃的问题
  • 导入任务模板订正
  • 调整 AI Asistant 默认最大上下文长度
  • 其他文档修正

v3.9.1

05 Feb 03:42
f48cef7
Compare
Choose a tag to compare

Fix

  • Fix the issue of Sketch properties setting attributes default to NOT NULL. The new version omits the NULL | NOT NULL parameter, using the kernel default value (NULL).

修复

  • 修复草图属性设置属性默认 NOT NULL 问题。新版本省略 NULL | NOT NULL 参数,使用内核默认值(NULL)

Nebula Graph Studio v3.9.0

25 Jan 03:44
97d2508
Compare
Choose a tag to compare
  • Enhancement

    • The new version of Console
    • LLM features
      • Text2Query
      • LLMImporter
  • 增强

    • 新版 Console 控制台
    • 大模型相关
      • Text2Query
      • LLMImporter

Nebula Graph Studio v3.8.0

20 Oct 07:51
72e708c
Compare
Choose a tag to compare
  • Enhancement:
  1. Server supports the use of mysql
  2. Support websocket read and write parameter customization
  3. Support import task list filtering by graph space
  4. Fix some issues(including WebSocket over TLS upgrade failure) and optimize the experience
  • 增强
  1. 服务端支持使用 mysql 存储
  2. 支持 websocket 读写参数自定义
  3. 支持导入任务列表以图空间筛选
  4. 修复部分 issue,优化体验

Nebula Graph Studio v3.7.0

23 May 10:04
b0e4f24
Compare
Choose a tag to compare
  • Enhancement:
  1. Data import:
    a. Support importing data from sftp or s3
    b. Support more import task configuration items such as concurrency, batch size, VID function, etc.
    c. Support rerun import tasks
    d. Support for saving import task drafts
  2. Support arm architecture (Docker)
  • 增强
  1. 数据导入
    a.支持 sftp / s3 文件数据导入
    b.支持更多导入属性配置
    c. 支持任务重跑
    d. 支持任务保存为草稿
  2. 支持 arm 架构(Docker)

Nebula Graph Studio v3.6.2

23 Feb 05:33
26b893c
Compare
Choose a tag to compare

What's Changed

  • mod: productName style for CN (#476) by @huaxiabuluo in #477
  • [auto-pick-to-release-3.6]dataset: move fraud_detection to solution & remove atomic_edge field by @github-actions in #482
  • [auto-pick-to-release-3.6]fix: datalineageDocLink by @github-actions in #485
  • [auto-pick-to-release-3.6]desc for dataset by @github-actions in #489
  • [auto-pick-to-release-3.6]fix dataset loading failure in ent version by @github-actions in #490

Full Changelog: v3.6.1...v3.6.2

Nebula Graph Studio v3.6.1

22 Feb 06:10
e4a1aef
Compare
Choose a tag to compare
  • Feature

    • Add demo dataset
  • 功能

    • 新增 demo 数据集

Nebula Graph Studio v3.5.1

09 Feb 02:33
b063fb0
Compare
Choose a tag to compare

Fix

  • Fix the problem that the docker image cannot configure the import task normally

修复

  • 修复 docker 镜像无法正常配置导入任务的问题

Nebula Graph Studio v3.6.0

06 Feb 08:51
89e2c06
Compare
Choose a tag to compare
  • Feature

    • Support viewing the creation statements of the schema.
    • Add a product feedback page.
  • Enhancement

    • Remove the timeout limit for slow queries.
    • Display browser compatibility hints.
    • Optimize the login page.
    • Support adding comments with # on the console page.
    • Optimize the console page.
  • Bugfix

    • Fix the bug that the list has not been refreshed after uploading files.
    • Fix the invalid error message of the schema drafting.
    • Fix the bug that the view schema data has not been cleared after switching the login user.
    • Fix the presentation problem of the thumbnail in the schema drafting.
  • 功能

    • 支持查看 Schema 的创建语句
    • 新增产品反馈页面
  • 增强

    • 优化慢查询,取消超时限制。
    • 浏览器兼容提示
    • 登录页面优化
    • 控制台支持 # 注释
    • 控制台界面优化
  • 修复

    • 修复上传文件后列表不刷新问题
    • 修复Schema草图中无效的错误提示
    • 修复切换登录用户后,查看schema数据未清除问题
    • 修复 Schema 草图缩略图展示问题

Nebula Graph Studio v3.2.5

16 Nov 03:23
93d3f2a
Compare
Choose a tag to compare

Fix

  • fix readme content

修复

  • 修复 readme 内容