This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch enhance-release in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
commit 6a9bce829fd77e55943a9f87797071ede80e64c9 Author: imbajin <[email protected]> AuthorDate: Wed Mar 27 19:56:53 2024 +0800 refactor: enhance the weight & add server & commons notes --- content/cn/docs/changelog/hugegraph-0.12.0-release-notes.md | 2 +- content/cn/docs/changelog/hugegraph-1.0.0-release-notes.md | 8 ++++---- content/cn/docs/changelog/hugegraph-1.2.0-release-notes.md | 12 ++++++------ content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md | 10 ++++------ content/en/docs/changelog/hugegraph-1.2.0-release-notes.md | 6 +++--- 5 files changed, 18 insertions(+), 20 deletions(-) diff --git a/content/cn/docs/changelog/hugegraph-0.12.0-release-notes.md b/content/cn/docs/changelog/hugegraph-0.12.0-release-notes.md index e12de46e..3735330d 100644 --- a/content/cn/docs/changelog/hugegraph-0.12.0-release-notes.md +++ b/content/cn/docs/changelog/hugegraph-0.12.0-release-notes.md @@ -1,7 +1,7 @@ --- title: "HugeGraph 0.12 Release Notes" linkTitle: "Release-0.12.0" -weight: 12 +weight: 1 --- ### API & Client diff --git a/content/cn/docs/changelog/hugegraph-1.0.0-release-notes.md b/content/cn/docs/changelog/hugegraph-1.0.0-release-notes.md index 5ddce660..b2a8c84d 100644 --- a/content/cn/docs/changelog/hugegraph-1.0.0-release-notes.md +++ b/content/cn/docs/changelog/hugegraph-1.0.0-release-notes.md @@ -1,7 +1,7 @@ --- title: "HugeGraph 1.0.0 Release Notes" linkTitle: "Release-1.0.0" -weight: 11 +weight: 2 --- ### OLTP API & Client 更新 @@ -19,11 +19,11 @@ weight: 11 #### 功能更新 - 支持 Java 11 版本。 -- 支持 2 个新的 OLTP 算法: adamic-adar 和 resource-allocation。 +- 支持 2 个新的 OLTP 算法:adamic-adar 和 resource-allocation。 - 支持 HBase 后端使用哈希 RowKey,并且允许预初始化 HBase 表。 - 支持 Cypher 图查询语言。 - 支持集群 Master 角色的自动管理与故障转移。 -- 支持 16 个 OLAP 算法, 包括:LPA, Louvain, PageRank, BetweennessCentrality, RingsDetect等。 +- 支持 16 个 OLAP 算法,包括:LPA, Louvain, PageRank, BetweennessCentrality, RingsDetect 等。 - 根据 Apache 基金会对项目的发版要求进行适配,包括 License 合规性、发版流程、代码风格等,支持 Apache 版本发布。 #### Bug 修复 @@ -149,7 +149,7 @@ weight: 11 - 解决 Loader 的 Json 反序列化问题。 - 解决 Loader 的 Jackson 版本冲突与依赖问题。 - 支持 Hubble 高级算法接口的 UI 界面。 -- 支持 Hubble 中 Gremlin 语句的高亮格式显示. +- 支持 Hubble 中 Gremlin 语句的高亮格式显示。 - 支持 Hubble 使用 Docker 镜像部署。 - 支持 输出构建日志。 - 解决 Hubble 的端口输入框问题。 diff --git a/content/cn/docs/changelog/hugegraph-1.2.0-release-notes.md b/content/cn/docs/changelog/hugegraph-1.2.0-release-notes.md index b02f078f..113842c3 100644 --- a/content/cn/docs/changelog/hugegraph-1.2.0-release-notes.md +++ b/content/cn/docs/changelog/hugegraph-1.2.0-release-notes.md @@ -1,18 +1,18 @@ --- title: "HugeGraph 1.2.0 Release Notes" linkTitle: "Release-1.2.0" -weight: 10 +weight: 3 --- ### Java version statement -Note 1.2.0: -1. hugegraph, hugegraph-toolchain, hugegraph-commons consider use Java 11, also compatible with Java 8 now. -2. hugegraph-computer required to use Java 11, **not compatible with Java 8 now!** +> In the future, we will gradually upgrade the java version, **Java 11** -> **Java 17** -> **Java 21**. -**v1.2.0 是最后第二个兼容 Java8 的大版本**, 到 1.5.0 [PD/Store](https://github.com/apache/incubator-hugegraph/issues/2265) 正式合入 master 后标志着 Java8 兼容的正式终结 (除 Client 外所有组件都将以 Java 11 作为基准,然后迈向 Java17). +1. Consider using Java 11 in hugegraph/hugegraph-toolchain/hugegraph-commons, also compatible with Java 8 now. +2. hugegraph-computer required to use Java 11, **not compatible with Java 8 now!** -In the future, we will gradually upgrade the java version, **Java 11** -> **Java 17** -> **Java 21**. +**v1.2.0 是倒数第二个兼容 Java8 的大版本**, 到 1.5.0 [PD/Store](https://github.com/apache/incubator-hugegraph/issues/2265) 正式合入 master +后标志着 Java8 兼容的正式终结 (除 Client 外所有组件都将以 Java 11 作为基准,然后逐步迈向 Java17/21). ### hugegraph 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 d50ee35b..af9d474f 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 @@ -1,15 +1,13 @@ --- title: "HugeGraph 1.3.0 Release Notes" linkTitle: "Release-1.3.0" -weight: 11 +weight: 4 --- -### Java version statement +### 运行环境/版本说明 -In 1.3.0: -1. consider using Java 11 in `hugegraph/toolchain/commons`, also compatible with Java 8 now. -2. `hugegraph-computer` required to use Java 11, **not compatible with Java 8!** -3. Using Java8 may loss some security ensured, we recommend using Java 11 in **production env** with AuthSystem enabled. +1. 优先在 `hugegraph/toolchain/commons`软件中使用 Java 11, 此次是这些模块最后一次主版本兼容 Java 8 了。(computer 则仅支持 Java11) +2. 另外相比 Java11, 使用 Java8 会失去一些**安全性**的保障,我们推荐生产或对外网暴露访问的环境使用 Java11 并开启 [Auth 权限认证]()。 **1.3.0** is the last major version compatible with **Java 8**, compatibility with Java 8 will end in next release(1.5.0) when [PD/Store](https://github.com/apache/incubator-hugegraph/issues/2265) merged into master branch (Except for the `java-client`). diff --git a/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md b/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md index 049bcc4a..813674f4 100644 --- a/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md +++ b/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md @@ -5,14 +5,14 @@ weight: 3 --- ### Java version statement -v1.2.0: + +> In the future, we will gradually upgrade the java version, **Java 11** -> **Java 17** -> **Java 21**. + 1. hugegraph, hugegraph-toolchain, hugegraph-commons consider use Java 11, also compatible with Java 8 now. 2. hugegraph-computer required to use Java 11, **not compatible with Java 8 now!** **v1.2.0 may be the last major version compatible with Java 8**, compatibility with Java 8 will totally end in v1.5 when [PD/Store](https://github.com/apache/incubator-hugegraph/issues/2265) merged into master branch (Except for the `java-client`). -In the future, we will gradually upgrade the java version, **Java 11** -> **Java 17** -> **Java 21**. - ### hugegraph #### API Changes
