This is an automated email from the ASF dual-hosted git repository. yangjiaqi pushed a commit to branch jacky-patch-1.3.0 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
commit 6edb1ce43f505aa11210446a67ed8eecf5dc20d7 Author: JackyYangPassion <[email protected]> AuthorDate: Mon Mar 25 15:27:27 2024 +0800 init 1.3.0 release note --- .../changelog/hugegraph-1.3.0-release-notes.md | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/content/en/docs/changelog/hugegraph-1.3.0-release-notes.md b/content/en/docs/changelog/hugegraph-1.3.0-release-notes.md new file mode 100644 index 00000000..8219c959 --- /dev/null +++ b/content/en/docs/changelog/hugegraph-1.3.0-release-notes.md @@ -0,0 +1,72 @@ +--- +title: "HugeGraph 1.3.0 Release Notes" +linkTitle: "Release-1.3.0" +weight: 10 +--- + +### Java version statement +v1.3.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!** + +**v1.3.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 + + +#### Feature Changes + + +#### Bug Fix + + +#### Option Changes + + +#### Other Changes + + +#### Bug Fix + + +#### Option Changes + + +#### Other Changes + +### hugegraph-toolchain + +#### API Changes + +#### Feature Changes + + +#### Bug Fix + +#### Option Changes + + +#### Other Changes + + + +### hugegraph-commons + +#### Feature Changes + +#### Bug Fix + +#### Other Changes + +### Release Details + +Please check the release details 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) +- [Commons Release Notes](https://github.com/apache/incubator-hugegraph-commons/releases)
