-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update 1.5.0 release notes (#380)
--------- Co-authored-by: imbajin <[email protected]>
- Loading branch information
Showing
4 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
content/cn/docs/changelog/hugegraph-1.5.0-release-notes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "HugeGraph 1.5.0 Release Notes" | ||
linkTitle: "Release-1.5.0" | ||
weight: 5 | ||
--- | ||
|
||
> WIP: This doc is under construction, please wait for the final version (BETA) | ||
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) | ||
- [Computer Release Notes](https://github.com/apache/incubator-hugegraph-computer/releases) | ||
- [AI Release Notes](https://github.com/apache/incubator-hugegraph-ai/releases) | ||
|
||
### 运行环境/版本说明 | ||
|
||
1. 相较于 **1.3.0**,**1.5.0** 的 `hugegraph` 仅支持 Java 11 | ||
|
||
PS: 未来 HugeGraph 组件的版本会朝着 `Java 11 -> Java 17 -> Java 21` 演进 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
content/en/docs/changelog/hugegraph-1.5.0-release-notes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "HugeGraph 1.5.0 Release Notes" | ||
linkTitle: "Release-1.5.0" | ||
weight: 5 | ||
--- | ||
|
||
> WIP: This doc is under construction, please wait for the final version (BETA) | ||
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) | ||
- [Computer Release Notes](https://github.com/apache/incubator-hugegraph-computer/releases) | ||
- [AI Release Notes](https://github.com/apache/incubator-hugegraph-ai/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.` |