Skip to content

Commit

Permalink
explorer release 3.2.1 (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Dec 7, 2022
1 parent 8a48fd2 commit 01ec90f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs-2.0/20.appendix/release-notes/explorer-release-note.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NebulaGraph Explorer 版本更新说明

## v3.2.1

- 缺陷修复
- 修复连接不存在的地址时超时并报 HTTP 错误`500`的问题。
- 修复随机导入节点时画布上无法显示节点属性的问题。

## v3.2.0

- 功能
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ NebulaGraph 的版本和 Explorer 版本对应关系如下。

| NebulaGraph 版本 | Explorer 版本 |
| --- | --- |
| 3.3.0 | 3.2.0|
| 3.3.0 | 3.2.1、3.2.0|
| 3.1.0 ~ 3.2.x| 3.1.0|
| 3.0.0 ~ 3.1.0 | 3.0.0 |
| 2.5.x ~ 3.0.0| 2.2.0|
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ extra:
release: 3.5.0
tag: v3.5.0
explorer:
release: 3.2.0
release: 3.2.1
branch: release-3.2
tag: v3.2.0
tag: v3.2.1
exchange_ent:
release: 3.0.0
branch: v3.0.0
Expand Down

0 comments on commit 01ec90f

Please sign in to comment.