Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explorer release 3.2.1 #2379

Merged
merged 1 commit into from
Dec 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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