From beea14d9959238b3258d13bcef8627787a1e5b31 Mon Sep 17 00:00:00 2001 From: Shipeng Qi Date: Fri, 19 Apr 2024 16:13:39 +0800 Subject: [PATCH] version 4.2.0 (#467) * version 4.2.0 * add en changelog * update browser --- Options.cmake | 2 +- deps/tugraph-db-browser | 2 +- .../TuGraph-CPP-Procedure-API/Doxyfile | 2 +- .../TuGraph-Python-Procedure-API/index.rst | 2 +- docs/en-US/source/1.guide.md | 24 +++++++++---------- .../1.procedure/4.Python-procedure.rst | 2 +- .../9.olap&procedure/1.procedure/Doxyfile | 2 +- docs/zh-CN/source/1.guide.md | 24 +++++++++---------- .../1.procedure/4.Python-procedure.rst | 2 +- .../9.olap&procedure/1.procedure/Doxyfile | 2 +- release/CHANGELOG.md | 24 +++++++++++++++++++ release/CHANGELOG_CN.md | 24 +++++++++++++++++++ 12 files changed, 80 insertions(+), 32 deletions(-) diff --git a/Options.cmake b/Options.cmake index 431c304a20..c8fc6aa2f2 100644 --- a/Options.cmake +++ b/Options.cmake @@ -1,5 +1,5 @@ set(LGRAPH_VERSION_MAJOR 4) -set(LGRAPH_VERSION_MINOR 1) +set(LGRAPH_VERSION_MINOR 2) set(LGRAPH_VERSION_PATCH 0) # options diff --git a/deps/tugraph-db-browser b/deps/tugraph-db-browser index 7f87345d59..d18fcb31f0 160000 --- a/deps/tugraph-db-browser +++ b/deps/tugraph-db-browser @@ -1 +1 @@ -Subproject commit 7f87345d5907b7ffc6dc8af6dbe834b9fa280fe2 +Subproject commit d18fcb31f057364ec1ca1ca3269767a7004aace5 diff --git a/docs/autogen/TuGraph-CPP-Procedure-API/Doxyfile b/docs/autogen/TuGraph-CPP-Procedure-API/Doxyfile index 928a928f07..9cb9322238 100644 --- a/docs/autogen/TuGraph-CPP-Procedure-API/Doxyfile +++ b/docs/autogen/TuGraph-CPP-Procedure-API/Doxyfile @@ -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.1.0 +PROJECT_NUMBER = 4.2.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 diff --git a/docs/autogen/TuGraph-Python-Procedure-API/index.rst b/docs/autogen/TuGraph-Python-Procedure-API/index.rst index 54bd806bc1..ad21318e57 100644 --- a/docs/autogen/TuGraph-Python-Procedure-API/index.rst +++ b/docs/autogen/TuGraph-Python-Procedure-API/index.rst @@ -5,7 +5,7 @@ TuGraph Procedure API - Python ==================================== -Version: 4.1.0 +Version: 4.2.0 Copyright (C) 2018-2022 Ant Group. diff --git a/docs/en-US/source/1.guide.md b/docs/en-US/source/1.guide.md index 36ac31afad..b542855d5a 100644 --- a/docs/en-US/source/1.guide.md +++ b/docs/en-US/source/1.guide.md @@ -54,18 +54,18 @@ | Description | File | Link | |---------------------|--------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| 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 runtime package | tugraph-4.2.0-1.el7.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-4.2.0-1.el7.x86_64.rpm) | +| CentOS8 runtime package | tugraph-4.2.0-1.el8.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-4.2.0-1.el8.x86_64.rpm) | +| Ubuntu18.04 runtime package | tugraph-4.2.0-1.x86_64.deb | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-4.2.0-1.x86_64.deb) | +| CentOS7 runtime image | tugraph-runtime-centos7-4.2.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-runtime-centos7-4.2.0.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-centos7) | +| CentOS8 runtime image | tugraph-runtime-centos8-4.2.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-runtime-centos8-4.2.0.tar), [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-centos8) | +| Ubuntu18.04 runtime image | tugraph-runtime-ubuntu18.04-4.2.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-runtime-ubuntu18.04-4.2.0.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-runtime-ubuntu18.04) | +| CentOS7 mini runtime package | tugraph-mini-4.2.0-1.el7.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-4.2.0-1.el7.x86_64.rpm) | +| CentOS8 mini runtime package | tugraph-mini-4.2.0-1.el8.x86_64.rpm | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-4.2.0-1.el8.x86_64.rpm) | +| Ubuntu18.04 mini runtime package | tugraph-mini-4.2.0-1.x86_64.deb | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-4.2.0-1.x86_64.deb) | +| CentOS7 mini runtime image | tugraph-mini-runtime-centos7-4.2.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-runtime-centos7-4.2.0.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos7) | +| CentOS8 mini runtime image | tugraph-mini-runtime-centos8-4.2.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-runtime-centos8-4.2.0.tar) , [Visit](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos8) | +| Ubuntu18.04 mini runtime image | tugraph-mini-runtime-ubuntu18.04-4.2.0.tar | [Download](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-runtime-ubuntu18.04-4.2.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) | diff --git a/docs/en-US/source/9.olap&procedure/1.procedure/4.Python-procedure.rst b/docs/en-US/source/9.olap&procedure/1.procedure/4.Python-procedure.rst index b876f7e8e8..e2a106d7c9 100644 --- a/docs/en-US/source/9.olap&procedure/1.procedure/4.Python-procedure.rst +++ b/docs/en-US/source/9.olap&procedure/1.procedure/4.Python-procedure.rst @@ -5,7 +5,7 @@ Python stored procedure API ==================================== -Version: 4.1.0 +Version: 4.2.0 Copyright (C) 2018-2022 Ant Group. diff --git a/docs/en-US/source/9.olap&procedure/1.procedure/Doxyfile b/docs/en-US/source/9.olap&procedure/1.procedure/Doxyfile index 1642b379b5..327e9f7c91 100644 --- a/docs/en-US/source/9.olap&procedure/1.procedure/Doxyfile +++ b/docs/en-US/source/9.olap&procedure/1.procedure/Doxyfile @@ -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.1.0 +PROJECT_NUMBER = 4.2.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 diff --git a/docs/zh-CN/source/1.guide.md b/docs/zh-CN/source/1.guide.md index ae7d32b372..56c69654f3 100644 --- a/docs/zh-CN/source/1.guide.md +++ b/docs/zh-CN/source/1.guide.md @@ -54,18 +54,18 @@ | 描述 | 文件 | 链接 | |---------------------|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| 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-4.2.0-1.el7.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-4.2.0-1.el7.x86_64.rpm) | +| CentOS8 安装包 | tugraph-4.2.0-1.el8.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-4.2.0-1.el8.x86_64.rpm) | +| Ubuntu18.04 安装包 | tugraph-4.2.0-1.x86_64.deb | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-4.2.0-1.x86_64.deb) | +| CentOS7 预安装镜像 | tugraph-runtime-centos7-4.2.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-runtime-centos7-4.2.0.tar) 、[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-centos7) | +| CentOS8 预安装镜像 | tugraph-runtime-centos8-4.2.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-runtime-centos8-4.2.0.tar) 、[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-centos8) | +| Ubuntu18.04 预安装镜像 | tugraph-runtime-ubuntu18.04-4.2.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-runtime-ubuntu18.04-4.2.0.tar) 、[访问](https://hub.docker.com/r/tugraph/tugraph-runtime-ubuntu18.04) | +| CentOS7 精简安装包 | tugraph-mini-4.2.0-1.el7.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-4.2.0-1.el7.x86_64.rpm) | +| CentOS8 精简安装包 | tugraph-mini-4.2.0-1.el8.x86_64.rpm | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-4.2.0-1.el8.x86_64.rpm) | +| Ubuntu18.04 精简安装包 | tugraph-mini-4.2.0-1.x86_64.deb | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-4.2.0-1.x86_64.deb) | +| CentOS7 精简预安装镜像 | tugraph-mini-runtime-centos7-4.2.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-runtime-centos7-4.2.0.tar) 、[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos7) | +| CentOS8 精简预安装镜像 | tugraph-mini-runtime-centos8-4.2.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-runtime-centos8-4.2.0.tar) 、[访问](https://hub.docker.com/r/tugraph/tugraph-mini-runtime-centos8) | +| Ubuntu18.04 精简预安装镜像 | tugraph-mini-runtime-ubuntu18.04-4.2.0.tar | [下载](https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/tugraph-4.2.0/tugraph-mini-runtime-ubuntu18.04-4.2.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) | diff --git a/docs/zh-CN/source/9.olap&procedure/1.procedure/4.Python-procedure.rst b/docs/zh-CN/source/9.olap&procedure/1.procedure/4.Python-procedure.rst index 4075d5bad5..77b549c5dc 100644 --- a/docs/zh-CN/source/9.olap&procedure/1.procedure/4.Python-procedure.rst +++ b/docs/zh-CN/source/9.olap&procedure/1.procedure/4.Python-procedure.rst @@ -5,7 +5,7 @@ Python存储过程接口 ==================================== -Version: 4.1.0 +Version: 4.2.0 Copyright (C) 2018-2022 Ant Group. diff --git a/docs/zh-CN/source/9.olap&procedure/1.procedure/Doxyfile b/docs/zh-CN/source/9.olap&procedure/1.procedure/Doxyfile index 25263de7f1..3463d60bfd 100644 --- a/docs/zh-CN/source/9.olap&procedure/1.procedure/Doxyfile +++ b/docs/zh-CN/source/9.olap&procedure/1.procedure/Doxyfile @@ -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.1.0 +PROJECT_NUMBER = 4.2.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 diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index 5e60e2f32e..8db2b5a850 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log for TuGraph +# 4.2.0 (2024-04-11) + +**Breaking Changes:** + +1. Update the 2024 RoadMap. +2. Document refactor: clearer document directory structure. +3. HA support for the witness role, and the new HA management tool `lgraph_peer`. +4. Bolt supports streaming returns and parameterized queries. + +**Improvements And Bug Fixes:** + +1. Error code optimization. +2. TuGraph-DB-Browser integration package optimization. +3. Support for fast online full import in HA mode. +4. Support for multiple cpp file uploads in stored procedures. +5. Audit log is now in JSON format. +6. Document error fixes. +7. Other bug fixes. + +**Interfaces Modification:** + +1. Bolt supports streaming and parameterized queries. +2. Support for multiple cpp files when uploading stored procedures. + # 4.1.0 (2023-12-25) **Breaking Changes:** diff --git a/release/CHANGELOG_CN.md b/release/CHANGELOG_CN.md index 16c9764e35..91b0164a4e 100644 --- a/release/CHANGELOG_CN.md +++ b/release/CHANGELOG_CN.md @@ -1,5 +1,29 @@ # TuGraph 更新日志 +# 4.2.0 (2024-04-11) + +**重大变更:** + +1. 更新2024年的RoadMap +2. 文档重构:更加清晰文档目录结构 +3. HA支持witness角色,并新增HA管理工具`lgraph_peer` +4. bolt支持流式返回、参数化查询 + +**优化和错误修复:** + +1. 错误码优化 +2. TuGraph-DB-Browser集成打包优化 +3. 支持HA模式下的全量快速在线导入 +4. 存储过程支持多个cpp文件上传 +5. Audit log变为Json形式 +6. 文档错误修复 +7. 其他错误修复 + +**接口更变:** + +1. bolt支持流处理和参数化查询 +2. 存储过程支持多个cpp文件上传 + # 4.1.0 (2023-12-25) **重大变更:**