Skip to content

Commit f2adb77

Browse files
authored
release 4.3.1 (#558)
1 parent bad38c3 commit f2adb77

File tree

11 files changed

+75
-39
lines changed

11 files changed

+75
-39
lines changed

Options.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(LGRAPH_VERSION_MAJOR 4)
22
set(LGRAPH_VERSION_MINOR 3)
3-
set(LGRAPH_VERSION_PATCH 0)
3+
set(LGRAPH_VERSION_PATCH 1)
44

55
# options
66
option(ENABLE_WALL "Enable all compiler's warning messages." ON)

docs/autogen/TuGraph-CPP-Procedure-API/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "TuGraph Procedure API - C++"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.3.0
41+
PROJECT_NUMBER = 4.3.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

docs/autogen/TuGraph-Python-Procedure-API/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
TuGraph Procedure API - Python
77
====================================
8-
Version: 4.3.0
8+
Version: 4.3.1
99

1010
Copyright (C) 2018-2022 Ant Group.
1111

docs/en-US/source/1.guide.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@
5252
5353
## TuGraph-Latest-Version
5454

55-
| Description | File | Link |
56-
|---------------------|--------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
57-
| CentOS7 runtime package | tugraph-4.3.0-1.el7.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-4.3.0-1.el7.x86_64.rpm) |
58-
| CentOS8 runtime package | tugraph-4.3.0-1.el8.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-4.3.0-1.el8.x86_64.rpm) |
59-
| Ubuntu18.04 runtime package | tugraph-4.3.0-1.x86_64.deb | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-4.3.0-1.x86_64.deb) |
60-
| CentOS7 runtime image | tugraph-runtime-centos7-4.3.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-runtime-centos7-4.3.0.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-centos7) |
61-
| CentOS8 runtime image | tugraph-runtime-centos8-4.3.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-runtime-centos8-4.3.0.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-centos8) |
62-
| Ubuntu18.04 runtime image | tugraph-runtime-ubuntu18.04-4.3.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-runtime-ubuntu18.04-4.3.0.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-ubuntu18.04) |
63-
| CentOS7 mini runtime package | tugraph-mini-4.3.0-1.el7.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-4.3.0-1.el7.x86_64.rpm) |
64-
| CentOS8 mini runtime package | tugraph-mini-4.3.0-1.el8.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-4.3.0-1.el8.x86_64.rpm) |
65-
| Ubuntu18.04 mini runtime package | tugraph-mini-4.3.0-1.x86_64.deb | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-4.3.0-1.x86_64.deb) |
66-
| CentOS7 mini runtime image | tugraph-mini-runtime-centos7-4.3.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-runtime-centos7-4.3.0.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos7) |
67-
| CentOS8 mini runtime image | tugraph-mini-runtime-centos8-4.3.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-runtime-centos8-4.3.0.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos8) |
68-
| Ubuntu18.04 mini runtime image | tugraph-mini-runtime-ubuntu18.04-4.3.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-runtime-ubuntu18.04-4.3.0.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-ubuntu18.04) |
69-
| CentOS7 compilation image | tugraph-compile-centos7-1.2.9.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos7-1.2.9.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-compile-centos7) |
70-
| CentOS8 compilation image | tugraph-compile-centos8-1.2.9.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos8-1.2.9.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-compile-centos8) |
71-
| Ubuntu18.04 compilation image | tugraph-compile-ubuntu18.04-1.2.9.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-ubuntu18.04-1.2.9.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-compile-ubuntu18.04) |
55+
| Description | File | Link |
56+
|----------------------------------|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
57+
| CentOS7 runtime package | tugraph-4.3.1-1.el7.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-4.3.1-1.el7.x86_64.rpm) |
58+
| CentOS8 runtime package | tugraph-4.3.1-1.el8.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-4.3.1-1.el8.x86_64.rpm) |
59+
| Ubuntu18.04 runtime package | tugraph-4.3.1-1.x86_64.deb | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-4.3.1-1.x86_64.deb) |
60+
| CentOS7 runtime image | tugraph-runtime-centos7-4.3.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-runtime-centos7-4.3.1.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-centos7) |
61+
| CentOS8 runtime image | tugraph-runtime-centos8-4.3.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-runtime-centos8-4.3.1.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-centos8) |
62+
| Ubuntu18.04 runtime image | tugraph-runtime-ubuntu18.04-4.3.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-runtime-ubuntu18.04-4.3.1.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-ubuntu18.04) |
63+
| CentOS7 mini runtime package | tugraph-mini-4.3.1-1.el7.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-4.3.1-1.el7.x86_64.rpm) |
64+
| CentOS8 mini runtime package | tugraph-mini-4.3.1-1.el8.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-4.3.1-1.el8.x86_64.rpm) |
65+
| Ubuntu18.04 mini runtime package | tugraph-mini-4.3.1-1.x86_64.deb | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-4.3.1-1.x86_64.deb) |
66+
| CentOS7 mini runtime image | tugraph-mini-runtime-centos7-4.3.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-runtime-centos7-4.3.1.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos7) |
67+
| CentOS8 mini runtime image | tugraph-mini-runtime-centos8-4.3.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-runtime-centos8-4.3.1.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos8) |
68+
| Ubuntu18.04 mini runtime image | tugraph-mini-runtime-ubuntu18.04-4.3.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-runtime-ubuntu18.04-4.3.1.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-ubuntu18.04) |
69+
| CentOS7 compilation image | tugraph-compile-centos7-1.3.2.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos7-1.3.2.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-compile-centos7) |
70+
| CentOS8 compilation image | tugraph-compile-centos8-1.3.2.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos8-1.3.2.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-compile-centos8) |
71+
| Ubuntu18.04 compilation image | tugraph-compile-ubuntu18.04-1.3.2.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-ubuntu18.04-1.3.2.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-compile-ubuntu18.04) |
7272

7373

7474
For the version update log, see: [Link](https://github.com/TuGraph-family/tugraph-db/blob/master/release/CHANGELOG_CN.md).

docs/en-US/source/9.olap&procedure/1.procedure/4.Python-procedure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Python stored procedure API
77
====================================
8-
Version: 4.3.0
8+
Version: 4.3.1
99

1010
Copyright (C) 2018-2022 Ant Group.
1111

docs/en-US/source/9.olap&procedure/1.procedure/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "TuGraph Procedure API - C++"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.3.0
41+
PROJECT_NUMBER = 4.3.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

docs/zh-CN/source/1.guide.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@
5252

5353
| 描述 | 文件 | 链接 |
5454
|---------------------|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
55-
| CentOS7 安装包 | tugraph-4.3.0-1.el7.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-4.3.0-1.el7.x86_64.rpm) |
56-
| CentOS8 安装包 | tugraph-4.3.0-1.el8.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-4.3.0-1.el8.x86_64.rpm) |
57-
| Ubuntu18.04 安装包 | tugraph-4.3.0-1.x86_64.deb | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-4.3.0-1.x86_64.deb) |
58-
| CentOS7 预安装镜像 | tugraph-runtime-centos7-4.3.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-runtime-centos7-4.3.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-centos7) |
59-
| CentOS8 预安装镜像 | tugraph-runtime-centos8-4.3.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-runtime-centos8-4.3.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-centos8) |
60-
| Ubuntu18.04 预安装镜像 | tugraph-runtime-ubuntu18.04-4.3.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-runtime-ubuntu18.04-4.3.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-ubuntu18.04) |
61-
| CentOS7 精简安装包 | tugraph-mini-4.3.0-1.el7.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-4.3.0-1.el7.x86_64.rpm) |
62-
| CentOS8 精简安装包 | tugraph-mini-4.3.0-1.el8.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-4.3.0-1.el8.x86_64.rpm) |
63-
| Ubuntu18.04 精简安装包 | tugraph-mini-4.3.0-1.x86_64.deb | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-4.3.0-1.x86_64.deb) |
64-
| CentOS7 精简预安装镜像 | tugraph-mini-runtime-centos7-4.3.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-runtime-centos7-4.3.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos7) |
65-
| CentOS8 精简预安装镜像 | tugraph-mini-runtime-centos8-4.3.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-runtime-centos8-4.3.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos8) |
66-
| Ubuntu18.04 精简预安装镜像 | tugraph-mini-runtime-ubuntu18.04-4.3.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.0/tugraph-mini-runtime-ubuntu18.04-4.3.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-ubuntu18.04) |
67-
| CentOS7 编译镜像 | tugraph-compile-centos7-1.2.9.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos7-1.2.9.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-compile-centos7) |
68-
| CentOS8 编译镜像 | tugraph-compile-centos8-1.2.9.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos8-1.2.9.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-compile-centos8) |
69-
| Ubuntu18.04 编译镜像 | tugraph-compile-ubuntu18.04-1.2.9.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-ubuntu18.04-1.2.9.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-compile-ubuntu18.04) |
55+
| CentOS7 安装包 | tugraph-4.3.1-1.el7.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-4.3.1-1.el7.x86_64.rpm) |
56+
| CentOS8 安装包 | tugraph-4.3.1-1.el8.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-4.3.1-1.el8.x86_64.rpm) |
57+
| Ubuntu18.04 安装包 | tugraph-4.3.1-1.x86_64.deb | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-4.3.1-1.x86_64.deb) |
58+
| CentOS7 预安装镜像 | tugraph-runtime-centos7-4.3.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-runtime-centos7-4.3.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-centos7) |
59+
| CentOS8 预安装镜像 | tugraph-runtime-centos8-4.3.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-runtime-centos8-4.3.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-centos8) |
60+
| Ubuntu18.04 预安装镜像 | tugraph-runtime-ubuntu18.04-4.3.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-runtime-ubuntu18.04-4.3.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-ubuntu18.04) |
61+
| CentOS7 精简安装包 | tugraph-mini-4.3.1-1.el7.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-4.3.1-1.el7.x86_64.rpm) |
62+
| CentOS8 精简安装包 | tugraph-mini-4.3.1-1.el8.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-4.3.1-1.el8.x86_64.rpm) |
63+
| Ubuntu18.04 精简安装包 | tugraph-mini-4.3.1-1.x86_64.deb | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-4.3.1-1.x86_64.deb) |
64+
| CentOS7 精简预安装镜像 | tugraph-mini-runtime-centos7-4.3.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-runtime-centos7-4.3.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos7) |
65+
| CentOS8 精简预安装镜像 | tugraph-mini-runtime-centos8-4.3.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-runtime-centos8-4.3.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos8) |
66+
| Ubuntu18.04 精简预安装镜像 | tugraph-mini-runtime-ubuntu18.04-4.3.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.3.1/tugraph-mini-runtime-ubuntu18.04-4.3.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-ubuntu18.04) |
67+
| CentOS7 编译镜像 | tugraph-compile-centos7-1.3.2.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos7-1.3.2.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-compile-centos7) |
68+
| CentOS8 编译镜像 | tugraph-compile-centos8-1.3.2.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos8-1.3.2.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-compile-centos8) |
69+
| Ubuntu18.04 编译镜像 | tugraph-compile-ubuntu18.04-1.3.2.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-ubuntu18.04-1.3.2.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-compile-ubuntu18.04) |
7070

7171

7272
版本更新日志见:[链接](https://github.com/TuGraph-family/tugraph-db/blob/master/release/CHANGELOG_CN.md )

docs/zh-CN/source/9.olap&procedure/1.procedure/4.Python-procedure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Python存储过程接口
77
====================================
8-
Version: 4.3.0
8+
Version: 4.3.1
99

1010
Copyright (C) 2018-2022 Ant Group.
1111

docs/zh-CN/source/9.olap&procedure/1.procedure/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "TuGraph Procedure API - C++"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.3.0
41+
PROJECT_NUMBER = 4.3.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

release/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log for TuGraph
22

3+
# 4.3.1 (2024-06-13)
4+
5+
**Breaking Changes:**
6+
7+
1. Support non-unique composite index
8+
2. Cypher supports GQL ASTNode parsing links
9+
3. Support bolt data transfer over websocket
10+
11+
**Improvements And Bug Fixes:**
12+
13+
1. Fix the built-in stored procedure algo.native.extract
14+
2. Other bug fixes
15+
16+
**Interface Modification:**
17+
18+
1. The function of adding and deleting procedures is not enabled by default when lgraph_server is started. Enable_procedure must be configured to true to add and delete procedures
19+
2. The java client adds a callCypher interface to return header information
20+
321
# 4.3.0 (2024-05-21)
422

523
**Breaking Changes:**

0 commit comments

Comments
 (0)