Skip to content

Commit

Permalink
version v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knightast authored and tugraph committed Dec 26, 2023
1 parent 3c06cb8 commit 9a9cc55
Show file tree
Hide file tree
Showing 12 changed files with 111 additions and 39 deletions.
4 changes: 2 additions & 2 deletions Options.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(LGRAPH_VERSION_MAJOR 4)
set(LGRAPH_VERSION_MINOR 0)
set(LGRAPH_VERSION_PATCH 1)
set(LGRAPH_VERSION_MINOR 1)
set(LGRAPH_VERSION_PATCH 0)

# options
option(ENABLE_WALL "Enable all compiler's warning messages." ON)
Expand Down
2 changes: 1 addition & 1 deletion docs/autogen/TuGraph-CPP-Procedure-API/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "TuGraph Procedure API - C++"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.0.1
PROJECT_NUMBER = 4.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion docs/autogen/TuGraph-Python-Procedure-API/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
TuGraph Procedure API - Python
====================================
Version: 4.0.1
Version: 4.1.0

Copyright (C) 2018-2022 Ant Group.

Expand Down
30 changes: 15 additions & 15 deletions docs/en-US/source/1.guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@

| Description | File | Link |
|---------------------|--------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| CentOS7 runtime package | tugraph-4.0.1-1.el7.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-4.0.1-1.el7.x86_64.rpm) |
| CentOS8 runtime package | tugraph-4.0.1-1.el8.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-4.0.1-1.el8.x86_64.rpm) |
| Ubuntu18.04 runtime package | tugraph-4.0.1-1.x86_64.deb | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-4.0.1-1.x86_64.deb) |
| CentOS7 runtime image | tugraph-runtime-centos7-4.0.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-runtime-centos7-4.0.1.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-centos7) |
| CentOS8 runtime image | tugraph-runtime-centos8-4.0.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-runtime-centos8-4.0.1.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-centos8) |
| Ubuntu18.04 runtime image | tugraph-runtime-ubuntu18.04-4.0.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-runtime-ubuntu18.04-4.0.1.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-ubuntu18.04) |
| CentOS7 mini runtime package | tugraph-mini-4.0.1-1.el7.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-4.0.1-1.el7.x86_64.rpm) |
| CentOS8 mini runtime package | tugraph-mini-4.0.1-1.el8.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-4.0.1-1.el8.x86_64.rpm) |
| Ubuntu18.04 mini runtime package | tugraph-mini-4.0.1-1.x86_64.deb | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-4.0.1-1.x86_64.deb) |
| CentOS7 mini runtime image | tugraph-mini-runtime-centos7-4.0.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-runtime-centos7-4.0.1.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos7) |
| CentOS8 mini runtime image | tugraph-mini-runtime-centos8-4.0.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-runtime-centos8-4.0.1.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos8) |
| Ubuntu18.04 mini runtime image | tugraph-mini-runtime-ubuntu18.04-4.0.1.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-runtime-ubuntu18.04-4.0.1.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-ubuntu18.04) |
| CentOS7 compilation image | tugraph-compile-centos7-1.2.7.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos7-1.2.7.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-compile-centos7) |
| CentOS8 compilation image | tugraph-compile-centos8-1.2.7.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos8-1.2.7.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-compile-centos8) |
| Ubuntu18.04 compilation image | tugraph-compile-ubuntu18.04-1.2.7.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-ubuntu18.04-1.2.7.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-compile-ubuntu18.04) |
| CentOS7 runtime package | tugraph-4.1.0-1.el7.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-4.1.0-1.el7.x86_64.rpm) |
| CentOS8 runtime package | tugraph-4.1.0-1.el8.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-4.1.0-1.el8.x86_64.rpm) |
| Ubuntu18.04 runtime package | tugraph-4.1.0-1.x86_64.deb | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-4.1.0-1.x86_64.deb) |
| CentOS7 runtime image | tugraph-runtime-centos7-4.1.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-runtime-centos7-4.1.0.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-centos7) |
| CentOS8 runtime image | tugraph-runtime-centos8-4.1.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-runtime-centos8-4.1.0.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-centos8) |
| Ubuntu18.04 runtime image | tugraph-runtime-ubuntu18.04-4.1.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-runtime-ubuntu18.04-4.1.0.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-ubuntu18.04) |
| CentOS7 mini runtime package | tugraph-mini-4.1.0-1.el7.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-4.1.0-1.el7.x86_64.rpm) |
| CentOS8 mini runtime package | tugraph-mini-4.1.0-1.el8.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-4.1.0-1.el8.x86_64.rpm) |
| Ubuntu18.04 mini runtime package | tugraph-mini-4.1.0-1.x86_64.deb | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-4.1.0-1.x86_64.deb) |
| CentOS7 mini runtime image | tugraph-mini-runtime-centos7-4.1.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-runtime-centos7-4.1.0.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos7) |
| CentOS8 mini runtime image | tugraph-mini-runtime-centos8-4.1.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-runtime-centos8-4.1.0.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos8) |
| Ubuntu18.04 mini runtime image | tugraph-mini-runtime-ubuntu18.04-4.1.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-runtime-ubuntu18.04-4.1.0.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-ubuntu18.04) |
| 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) |
| 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) |
| 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) |


For the version update log, see: [Link](https://github.com/TuGraph-family/tugraph-db/blob/master/release/CHANGELOG_CN.md).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Python stored procedure API
====================================
Version: 4.0.1
Version: 4.1.0

Copyright (C) 2018-2022 Ant Group.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "TuGraph Procedure API - C++"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.0.1
PROJECT_NUMBER = 4.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
30 changes: 15 additions & 15 deletions docs/zh-CN/source/1.guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@

| 描述 | 文件 | 链接 |
|---------------------|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| CentOS7 安装包 | tugraph-4.0.1-1.el7.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-4.0.1-1.el7.x86_64.rpm) |
| CentOS8 安装包 | tugraph-4.0.1-1.el8.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-4.0.1-1.el8.x86_64.rpm) |
| Ubuntu18.04 安装包 | tugraph-4.0.1-1.x86_64.deb | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-4.0.1-1.x86_64.deb) |
| CentOS7 预安装镜像 | tugraph-runtime-centos7-4.0.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-runtime-centos7-4.0.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-centos7) |
| CentOS8 预安装镜像 | tugraph-runtime-centos8-4.0.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-runtime-centos8-4.0.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-centos8) |
| Ubuntu18.04 预安装镜像 | tugraph-runtime-ubuntu18.04-4.0.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-runtime-ubuntu18.04-4.0.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-ubuntu18.04) |
| CentOS7 精简安装包 | tugraph-mini-4.0.1-1.el7.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-4.0.1-1.el7.x86_64.rpm) |
| CentOS8 精简安装包 | tugraph-mini-4.0.1-1.el8.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-4.0.1-1.el8.x86_64.rpm) |
| Ubuntu18.04 精简安装包 | tugraph-mini-4.0.1-1.x86_64.deb | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-4.0.1-1.x86_64.deb) |
| CentOS7 精简预安装镜像 | tugraph-mini-runtime-centos7-4.0.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-runtime-centos7-4.0.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos7) |
| CentOS8 精简预安装镜像 | tugraph-mini-runtime-centos8-4.0.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-runtime-centos8-4.0.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos8) |
| Ubuntu18.04 精简预安装镜像 | tugraph-mini-runtime-ubuntu18.04-4.0.1.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.0.1/tugraph-mini-runtime-ubuntu18.04-4.0.1.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-ubuntu18.04) |
| CentOS7 编译镜像 | tugraph-compile-centos7-1.2.7.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos7-1.2.7.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-compile-centos7) |
| CentOS8 编译镜像 | tugraph-compile-centos8-1.2.7.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-centos8-1.2.7.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-compile-centos8) |
| Ubuntu18.04 编译镜像 | tugraph-compile-ubuntu18.04-1.2.7.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-docker-compile/tugraph-compile-ubuntu18.04-1.2.7.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-compile-ubuntu18.04) |
| CentOS7 安装包 | tugraph-4.1.0-1.el7.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-4.1.0-1.el7.x86_64.rpm) |
| CentOS8 安装包 | tugraph-4.1.0-1.el8.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-4.1.0-1.el8.x86_64.rpm) |
| Ubuntu18.04 安装包 | tugraph-4.1.0-1.x86_64.deb | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-4.1.0-1.x86_64.deb) |
| CentOS7 预安装镜像 | tugraph-runtime-centos7-4.1.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-runtime-centos7-4.1.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-centos7) |
| CentOS8 预安装镜像 | tugraph-runtime-centos8-4.1.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-runtime-centos8-4.1.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-centos8) |
| Ubuntu18.04 预安装镜像 | tugraph-runtime-ubuntu18.04-4.1.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-runtime-ubuntu18.04-4.1.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-ubuntu18.04) |
| CentOS7 精简安装包 | tugraph-mini-4.1.0-1.el7.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-4.1.0-1.el7.x86_64.rpm) |
| CentOS8 精简安装包 | tugraph-mini-4.1.0-1.el8.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-4.1.0-1.el8.x86_64.rpm) |
| Ubuntu18.04 精简安装包 | tugraph-mini-4.1.0-1.x86_64.deb | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-4.1.0-1.x86_64.deb) |
| CentOS7 精简预安装镜像 | tugraph-mini-runtime-centos7-4.1.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-runtime-centos7-4.1.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos7) |
| CentOS8 精简预安装镜像 | tugraph-mini-runtime-centos8-4.1.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-runtime-centos8-4.1.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos8) |
| Ubuntu18.04 精简预安装镜像 | tugraph-mini-runtime-ubuntu18.04-4.1.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.1.0/tugraph-mini-runtime-ubuntu18.04-4.1.0.tar)[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-ubuntu18.04) |
| 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) |
| 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) |
| 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) |


版本更新日志见:[链接](https://github.com/TuGraph-family/tugraph-db/blob/master/release/CHANGELOG_CN.md )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Python存储过程接口
====================================
Version: 4.0.1
Version: 4.1.0

Copyright (C) 2018-2022 Ant Group.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "TuGraph Procedure API - C++"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.0.1
PROJECT_NUMBER = 4.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
36 changes: 36 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Change Log for TuGraph

# 4.1.0 (2023-12-25)

**Breaking Changes:**

1. Compatibility with the Bolt protocol, supporting Java, JavaScript, Python, Go, Rust, and CLI clients.

2. Support for fast online full import.

3. Implementation of asynchronous task management.

4. Support for spatial data types.

5. Evolution of GQL functionalities.

**Improvements And Bug Fixes:**

1. Graph learning engine now supports labeled graphs.

2. Asynchronous storage snapshot support for high availability.

3. Enhancement of edge indexes, addition of pair-unique uniqueness.

4. Decoupling of the KV layer abstraction.

5. Support for M1 Docker.

6. Optimization of the CI/CD process, significantly reducing CI time.

**Interfaces Modification:**

1. Addition of the Bolt protocol standard.

2. Support for spatial data types.

3. The is_unique parameter in indexes now uses the IndexType enumeration, affecting the AddVertexIndex and AddEdgeIndex interfaces.

# 4.0.1 (2023-9-28)

**Breaking Changes:**
Expand Down
36 changes: 36 additions & 0 deletions release/CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# TuGraph 更新日志

# 4.1.0 (2023-12-25)

**重大变更:**

1. 兼容bolt协议,支持java/js/python/go/rust/cli客户端;

2. 支持全量快速在线导入

3. 支持异步任务管理

4. 支持空间数据类型

5. GQL功能演进

**优化和错误修复:**

1. 图学习引擎支持异构图

2. 高可用支持异步存储快照

3. 完善边索引,添加 pair-unique 唯一性

4. 解耦KV层抽象

5. 支持M1 Docker

6. 优化CI&CD流程,显著缩短时间

**接口更变:**

1. 新增bolt协议标准

2. 新增空间数据类型

3. 索引中 is_unique 参数改用 IndexType 枚举,涉及 AddVertexIndex/AddEdgeIndex 接口;

# 4.0.1 (2023-9-28)

**重大变更:**
Expand Down
2 changes: 1 addition & 1 deletion release/det_ver.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def replace_ver(file_name, pattern, curr_ver):
replace_ver('docs/zh-CN/source/5.developer-manual/6.interface/3.procedure/4.Python-procedure.rst', 'Version: ', curr_ver)
replace_ver('docs/zh-CN/source/5.developer-manual/6.interface/3.procedure/Doxyfile', 'PROJECT_NUMBER = ', curr_ver)
replace_ver('docs/zh-CN/source/1.guide.md', '安装', curr_ver)
replace_ver('docs/en-US/source/1.guide.md', 'install', curr_ver)
replace_ver('docs/en-US/source/1.guide.md', 'runtime', curr_ver)

dockerfiles = [
"tugraph-mini-runtime-centos7-Dockerfile",
Expand Down

0 comments on commit 9a9cc55

Please sign in to comment.