Skip to content

Commit 8f7256d

Browse files
release 3.5.3 (#3076)
* release 3.5.3 * Update enterprise_versions.json * Update mkdocs.yml
1 parent f6862c7 commit 8f7256d

File tree

4 files changed

+9
-29
lines changed

4 files changed

+9
-29
lines changed

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Publish docs via GitHub Pages
22
env:
3-
ACTIONTEST: 3.5.1
3+
ACTIONTEST: 3.5.3
44
# branch name, like master, 2.4
55
on:
66
push:
77
branches: # hard code branch name
8-
- v3.5.1
8+
- v3.5.3
99

1010
jobs:
1111
prepare:
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
# {{nebula.name}} {{ nebula.release }} release notes
22

3-
## 优化
4-
5-
-`MATCH`语句查询不存在的属性时不再进行全表扫描。
6-
- 支持`MATCH...STARTS WITH`语句的下推。
7-
83
## 缺陷修复
94

10-
- 修复连续重启 drainer 导致无法正常停止 drainer 的问题。
11-
- 修复单个大查询可能导致 Graph 服务崩溃的问题。
12-
- 修复`FIND ALL PATH`语句导致内存不足的问题。
13-
- 修复`MATCH`语句中添加路径变量导致`all()`函数下推优化失效的问题。
14-
- 修复低版本 Linux 内核使用 Boost 生成 UUID 时报错的问题。
15-
- 修复`MATCH...shortestpath()`语句进行循环检测时报错的问题。
16-
- 修复使用管道符(`|`)删除边时 Graph 服务崩溃的问题。
17-
- 修复`MATCH`语句进行多跳查询时边属性无法显示的问题。
18-
- 修复`shortestPath()`函数导致 Graph 服务崩溃的问题。
19-
- 修复`FIND ALL PATH`语句查找点的自环时未返回自环路径的问题。
20-
- 修复`GO`的复合语句中多个子句使用同一个变量时,重复执行该复合语句会返回不同结果的问题。
21-
- 修复`CREATE SPACE...AS`语句克隆出的图空间中,新建索引会覆盖旧索引的问题。
22-
- 修复`GO...UNION ALL`语句在某些场景下报错的问题。
23-
24-
## 历史版本
25-
26-
[历史版本](https://yueshu.com.cn/tags/%E5%8F%91%E7%89%88%E8%AF%B4%E6%98%8E)
5+
- 禁用 curl 修改参数`enable_authorize`
6+
- 增强`SUBMIT JOB DOWNLOAD`语句的参数合法性校验。

enterprise_versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"version": "3.5.1", "title": "3.5.1", "aliases": []},{"version": "3.5.0", "title": "3.5.0", "aliases": []},{"version": "master", "title": "master", "aliases": []}]
1+
[{"version": "3.5.3", "title": "3.5.3", "aliases": []},{"version": "3.5.1", "title": "3.5.1", "aliases": []},{"version": "3.5.0", "title": "3.5.0", "aliases": []},{"version": "master", "title": "master", "aliases": []}]

mkdocs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repo_name: 'vesoft-inc/nebula'
1515
repo_url: 'https://github.com/vesoft-inc/nebula'
1616
docs_dir: docs-2.0
1717
# modify when release:
18-
edit_uri: 'https://github.com/vesoft-inc/nebula-docs-cn/edit/v3.5.1/docs-2.0/'
18+
edit_uri: 'https://github.com/vesoft-inc/nebula-docs-cn/edit/v3.5.3/docs-2.0/'
1919
copyright: Copyright © 2023 NebulaGraph - 浙ICP备20010487号
2020
# nav.comm.end
2121

@@ -170,7 +170,7 @@ plugins:
170170
# regex:
171171
# - '.*\.(tmp|bin|tar)$'
172172
- with-pdf:
173-
cover_subtitle: v3.5.1
173+
cover_subtitle: v3.5.3
174174
cover: true
175175
back_cover: true
176176
# nav.comm.begin
@@ -224,13 +224,13 @@ extra:
224224
link: 'https://github.com/vesoft-inc/nebula-docs-cn'
225225
# nav.comm.end
226226
nebula:
227-
release: 3.5.1
227+
release: 3.5.3
228228
nightly: nightly
229229
master: master
230230
base20: 2.0
231231
base200: 2.0.0
232232
branch: release-3.5
233-
tag: v3.5.1
233+
tag: v3.5.3
234234
# nav.ent.begin
235235
name: 悦数图数据库
236236
# nav.ent.end

0 commit comments

Comments
 (0)