Skip to content

Commit

Permalink
release 3.5.3 (#3076)
Browse files Browse the repository at this point in the history
* release 3.5.3

* Update enterprise_versions.json

* Update mkdocs.yml
  • Loading branch information
ChrisChen2023 authored Jul 23, 2024
1 parent f6862c7 commit 8f7256d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish docs via GitHub Pages
env:
ACTIONTEST: 3.5.1
ACTIONTEST: 3.5.3
# branch name, like master, 2.4
on:
push:
branches: # hard code branch name
- v3.5.1
- v3.5.3

jobs:
prepare:
Expand Down
24 changes: 2 additions & 22 deletions docs-2.0/20.appendix/release-notes/nebula-ent-release-note.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
# {{nebula.name}} {{ nebula.release }} release notes

## 优化

-`MATCH`语句查询不存在的属性时不再进行全表扫描。
- 支持`MATCH...STARTS WITH`语句的下推。

## 缺陷修复

- 修复连续重启 drainer 导致无法正常停止 drainer 的问题。
- 修复单个大查询可能导致 Graph 服务崩溃的问题。
- 修复`FIND ALL PATH`语句导致内存不足的问题。
- 修复`MATCH`语句中添加路径变量导致`all()`函数下推优化失效的问题。
- 修复低版本 Linux 内核使用 Boost 生成 UUID 时报错的问题。
- 修复`MATCH...shortestpath()`语句进行循环检测时报错的问题。
- 修复使用管道符(`|`)删除边时 Graph 服务崩溃的问题。
- 修复`MATCH`语句进行多跳查询时边属性无法显示的问题。
- 修复`shortestPath()`函数导致 Graph 服务崩溃的问题。
- 修复`FIND ALL PATH`语句查找点的自环时未返回自环路径的问题。
- 修复`GO`的复合语句中多个子句使用同一个变量时,重复执行该复合语句会返回不同结果的问题。
- 修复`CREATE SPACE...AS`语句克隆出的图空间中,新建索引会覆盖旧索引的问题。
- 修复`GO...UNION ALL`语句在某些场景下报错的问题。

## 历史版本

[历史版本](https://yueshu.com.cn/tags/%E5%8F%91%E7%89%88%E8%AF%B4%E6%98%8E)
- 禁用 curl 修改参数`enable_authorize`
- 增强`SUBMIT JOB DOWNLOAD`语句的参数合法性校验。
2 changes: 1 addition & 1 deletion enterprise_versions.json
Original file line number Diff line number Diff line change
@@ -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": []}]
[{"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": []}]
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repo_name: 'vesoft-inc/nebula'
repo_url: 'https://github.com/vesoft-inc/nebula'
docs_dir: docs-2.0
# modify when release:
edit_uri: 'https://github.com/vesoft-inc/nebula-docs-cn/edit/v3.5.1/docs-2.0/'
edit_uri: 'https://github.com/vesoft-inc/nebula-docs-cn/edit/v3.5.3/docs-2.0/'
copyright: Copyright © 2023 NebulaGraph - 浙ICP备20010487号
# nav.comm.end

Expand Down Expand Up @@ -170,7 +170,7 @@ plugins:
# regex:
# - '.*\.(tmp|bin|tar)$'
- with-pdf:
cover_subtitle: v3.5.1
cover_subtitle: v3.5.3
cover: true
back_cover: true
# nav.comm.begin
Expand Down Expand Up @@ -224,13 +224,13 @@ extra:
link: 'https://github.com/vesoft-inc/nebula-docs-cn'
# nav.comm.end
nebula:
release: 3.5.1
release: 3.5.3
nightly: nightly
master: master
base20: 2.0
base200: 2.0.0
branch: release-3.5
tag: v3.5.1
tag: v3.5.3
# nav.ent.begin
name: 悦数图数据库
# nav.ent.end
Expand Down

0 comments on commit 8f7256d

Please sign in to comment.