This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch doc-1.5.0 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
commit f748a5698c280899b4d5021b0096311c6345b5d2 Author: V_Galaxy <[email protected]> AuthorDate: Wed Nov 13 17:02:28 2024 +0800 update --- .../docs/changelog/hugegraph-1.3.0-release-notes.md | 2 -- .../docs/changelog/hugegraph-1.5.0-release-notes.md | 20 ++++++++++++++++++++ .../docs/changelog/hugegraph-1.5.0-release-notes.md | 20 ++++++++++++++++++++ 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md b/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md index 633fb408..7eedc8c3 100644 --- a/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md +++ b/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md @@ -13,8 +13,6 @@ weight: 4 PS: 未来 HugeGraph 组件的版本会朝着 `Java 11 -> Java 17 -> Java 21` 演进 -> WIP: This doc is under construction, please wait for the final version (BETA) - ### hugegraph > 在此次版本中我们修复了一些 SEC 相关的问题,如果是线上或者对外服务请升级到最新版本 + 开启权限认证 diff --git a/content/cn/docs/changelog/hugegraph-1.5.0-release-notes.md b/content/cn/docs/changelog/hugegraph-1.5.0-release-notes.md new file mode 100644 index 00000000..43c50fbc --- /dev/null +++ b/content/cn/docs/changelog/hugegraph-1.5.0-release-notes.md @@ -0,0 +1,20 @@ +--- +title: "HugeGraph 1.5.0 Release Notes" +linkTitle: "Release-1.5.0" +weight: 5 +--- + +Please check the release details/contributor in each repository: + +- [Server Release Notes](https://github.com/apache/incubator-hugegraph/releases) +- [Toolchain Release Notes](https://github.com/apache/incubator-hugegraph-toolchain/releases) +- [AI Release Notes](https://github.com/apache/incubator-hugegraph-ai/releases) +- [Commons Release Notes](https://github.com/apache/incubator-hugegraph-commons/releases) + +### 运行环境/版本说明 + +1. 相较于 **1.3.0**,**1.5.0** 的 `hugegraph` 仅支持 Java 11 + +PS: 未来 HugeGraph 组件的版本会朝着 `Java 11 -> Java 17 -> Java 21` 演进 + +> WIP: This doc is under construction, please wait for the final version (BETA) diff --git a/content/en/docs/changelog/hugegraph-1.5.0-release-notes.md b/content/en/docs/changelog/hugegraph-1.5.0-release-notes.md new file mode 100644 index 00000000..b95cc316 --- /dev/null +++ b/content/en/docs/changelog/hugegraph-1.5.0-release-notes.md @@ -0,0 +1,20 @@ +--- +title: "HugeGraph 1.5.0 Release Notes" +linkTitle: "Release-1.5.0" +weight: 5 +--- + +Please check the release details/contributor in each repository: + +- [Server Release Notes](https://github.com/apache/incubator-hugegraph/releases) +- [Toolchain Release Notes](https://github.com/apache/incubator-hugegraph-toolchain/releases) +- [AI Release Notes](https://github.com/apache/incubator-hugegraph-ai/releases) +- [Commons Release Notes](https://github.com/apache/incubator-hugegraph-commons/releases) + +### Operating Environment / Version Description + +1. Compared to **1.3.0**, **1.5.0** of `hugegraph` only supports Java 11 + +PS: In the future, we will gradually upgrade the java version from `Java 11 -> Java 17 -> Java 21.` + +> WIP: This doc is under construction, please wait for the final version (BETA)
