This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/master by this push:
new 1695ebe1 chore: create hugegraph-1.2.0-release-notes.md (#335)
1695ebe1 is described below
commit 1695ebe13f20e36076cec05367b38804ac69e25e
Author: YangJiaqi <[email protected]>
AuthorDate: Mon Mar 25 15:41:27 2024 +0800
chore: create hugegraph-1.2.0-release-notes.md (#335)
---
.../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)