This is an automated email from the ASF dual-hosted git repository.

qingwzhao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/geaflow-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 93d41c0  add v0.7.0 release note (#14)
93d41c0 is described below

commit 93d41c0ba4703623f0d9c6c9cc7a59e580bb61c1
Author: Leomrlin <[email protected]>
AuthorDate: Wed Nov 19 10:47:18 2025 +0800

    add v0.7.0 release note (#14)
---
 blog/37.md                                         | 46 ++++++++++++++++++++++
 i18n/zh-CN/docusaurus-plugin-content-blog/37.md    | 45 +++++++++++++++++++++
 .../download/index.md                              | 32 ++++++---------
 src/pages/download/index.md                        | 26 ++++++------
 4 files changed, 114 insertions(+), 35 deletions(-)

diff --git a/blog/37.md b/blog/37.md
new file mode 100644
index 0000000..940d1f0
--- /dev/null
+++ b/blog/37.md
@@ -0,0 +1,46 @@
+---
+title: "Apache GeaFlow (Incubating) V0.7.0 Release Note"
+date: November 18, 2025
+---
+## 🔧 Core Engine & Runtime Enhancements
+----
+- Fixed multiple critical runtime issues including checkpoint anomalies, task 
callback errors, and shuffle concurrency problems.
+- Optimized BRPC endpoint conflicts in local deployment scenarios.
+
+<!-- truncate -->
+
+## 📦 Storage & Connector Extensions
+----
+- Added new Paimon graph storage connector with support for dynamic graph APIs 
and asynchronous write modes.
+- Introduced Streaming Hive Source to enhance data ingestion capabilities.
+- Improved Paimon RWHandle resource management logic.
+
+## 💡 SQL / GQL / DSL Functionality Enhancements
+----
+- Added support for several new UDF functions including json_get_object, 
percentile, and stddev_samp.
+- Enhanced GQL query capabilities with new edge direction UDF.
+- Optimized Edge query performance and Filter instantiation logic.
+
+## 🏗️ Build & Infrastructure Upgrades
+----
+- Officially renamed Maven Group ID to org.apache.geaflow to align with Apache 
standards.
+- Added JDK11 CI build support.
+- Fixed compilation issues on aarch64 architecture.
+- Updated .asf.yaml configuration file to meet ASF requirements.
+- Updated LICENSE and NOTICE Files.
+
+## 📚 Documentation & Community Governance
+----
+- Updated developer contribution guidelines and project governance 
documentation.
+- Improved community contact information, now unified under 
[email protected].
+
+## 👥 Acknowledgements
+----
+Thank you to all community members who contributed to this release:
+
+mingcheng, justinmclean, and 16 other contributors
+
+@cbqiao, @fanzhidongyzby, @dy247846795, @huhao0926, @Leomrlin, @Loognqiang, 
@xincai98, @652053395, @justinmclean, @yaozhongq, @DukeWangYu, @mingcheng, 
@vesense, @xiaoya-yaya, @chzhoo, @qingwen220, @cfsfine, @kitalkuyo-gita
+
+Full ChangeLog: 
[https://github.com/apache/geaflow/commits/v0.7.0](https://github.com/apache/geaflow/commits/v0.7.0)
+
diff --git a/i18n/zh-CN/docusaurus-plugin-content-blog/37.md 
b/i18n/zh-CN/docusaurus-plugin-content-blog/37.md
new file mode 100644
index 0000000..53306f7
--- /dev/null
+++ b/i18n/zh-CN/docusaurus-plugin-content-blog/37.md
@@ -0,0 +1,45 @@
+---
+title: "Apache GeaFlow(孵化中)V0.7.0 发布说明"
+date: 2025-11-18
+---
+## 🔧 核心引擎与运行时增强
+----
+- 修复了多个关键的运行时问题,包括检查点异常、任务回调错误和 Shuffle 并发问题。
+- 优化了本地部署场景下的 BRPC 端点冲突问题。
+
+<!-- truncate -->
+
+## 📦 存储与连接器扩展
+----
+- 新增 Paimon 图存储连接器,支持动态图 API 和异步写入模式。
+- 引入 Streaming Hive Source,增强了数据摄入能力。
+- 改进了 Paimon RWHandle 的资源管理逻辑。
+
+## 💡 SQL / GQL / DSL 功能增强
+----
+- 增加了对多个新 UDF 函数的支持,包括 json_get_object、percentile 和 stddev_samp。
+- 通过新增边方向 UDF 增强了 GQL 查询能力。
+- 优化了边查询性能和 Filter 实例化逻辑。
+
+## 🏗️ 构建与基础设施升级
+----
+- 正式将 Maven Group ID 更改为 org.apache.geaflow,以符合 Apache 标准。
+- 添加了 JDK11 的 CI 构建支持。
+- 修复了 aarch64 架构上的编译问题。
+- 更新了 .asf.yaml 配置文件以满足 ASF 要求。
+- 更新了 LICENSE 和 NOTICE 文件。
+
+## 📚 文档与社区治理
+----
+- 更新了开发者贡献指南和项目治理文档。
+- 改进了社区联系方式,现已统一为 [email protected]。
+
+## 👥 致谢
+----
+感谢所有为此版本做出贡献的社区成员:
+
+mingcheng, justinmclean,以及另外 16 位贡献者
+
+@cbqiao, @fanzhidongyzby, @dy247846795, @huhao0926, @Leomrlin, @Loognqiang, 
@xincai98, @652053395, @justinmclean, @yaozhongq, @DukeWangYu, @mingcheng, 
@vesense, @xiaoya-yaya, @chzhoo, @qingwen220, @cfsfine, @kitalkuyo-gita
+
+完整变更日志:[https://github.com/apache/geaflow/commits/v0.7.0](https://github.com/apache/geaflow/commits/v0.7.0)
\ No newline at end of file
diff --git a/i18n/zh-CN/docusaurus-plugin-content-pages/download/index.md 
b/i18n/zh-CN/docusaurus-plugin-content-pages/download/index.md
index a36555e..d25b4e8 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-pages/download/index.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-pages/download/index.md
@@ -5,6 +5,7 @@ title: 下载
 # Apache GeaFlow(孵化中)下载
 
 ## <font style="color:rgb(35, 47, 62);">Apache </font><font 
style="color:rgba(0, 0, 0, 0.88);">GeaFlow</font>
+[<font style="color:rgb(0, 115, 187);">Apache GeaFlow (incubating) 0.7.0 
Source Release</font>](https://github.com/apache/geaflow/releases/tag/v0.7.0)
 
 [<font style="color:rgb(0, 115, 187);">GeaFlow 0.6.7 Source 
Release</font>](https://github.com/apache/geaflow/releases/tag/v0.6.7)
 
@@ -24,43 +25,34 @@ title: 下载
 
 ### <font style="color:rgb(102, 102, 102);">geaflow</font>
 
-[geaflow-0.6-java8-x86](https://hub.docker.com/r/geaflow/geaflow/tags)
+[geaflow-0.7.0-incubating-java8-x86](https://hub.docker.com/r/geaflow/geaflow-jdk8/tags)
 
-> <font style="color:rgb(102, 102, 102);">docker pull geaflow/geaflow:0.6(获取 
GeaFlow 镜像:geaflow/geaflow:0.6)</font>
+> <font style="color:rgb(102, 102, 102);">docker pull 
geaflow/geaflow-jdk8:0.7(获取 GeaFlow 镜像:geaflow/geaflow:0.7)</font>
 
-[geaflow-0.6-java8-arm](https://hub.docker.com/r/geaflow/geaflow-arm/tags)
+[geaflow-0.7.0-incubating-java8-arm](https://hub.docker.com/r/geaflow/geaflow-arm-jdk8/tags)
 
-> <font style="color:rgb(102, 102, 102);">获取 GeaFlow 
镜像:geaflow/geaflow-arm:0.6</font>
+> <font style="color:rgb(102, 102, 102);">获取 GeaFlow 
镜像:geaflow/geaflow-arm-jdk8:0.7</font>
 
 ### <font style="color:rgb(0, 0, 0);">GeaFlow 控制台</font>
 
-[geaflow-console-0.6-java8-x86](https://hub.docker.com/r/geaflow/geaflow-console/tags)
+[geaflow-console-0.7.0-incubating-java8-x86](https://hub.docker.com/r/geaflow/geaflow-console-jdk8/tags)
 
-> <font style="color:rgb(102, 102, 102);">获取 GeaFlow 
控制台镜像:geaflow/geaflow-console:0.6</font>
+> <font style="color:rgb(102, 102, 102);">获取 GeaFlow 
控制台镜像:geaflow/geaflow-console-jdk8:0.7</font>
 
-[  
-](https://hub.docker.com/r/geaflow/geaflow-arm/tags)
+[geaflow-console-0.7.0-incubating-java8-arm](https://hub.docker.com/r/geaflow/geaflow-console-arm-jdk8/tags)
 
-[geaflow-console-0.6-java8-arm](https://hub.docker.com/r/geaflow/geaflow-console-arm/tags)
-
-> <font style="color:rgb(102, 102, 102);">获取 GeaFlow 
控制台镜像:geaflow/geaflow-console-arm:0.6</font>
-
-## </font><font style="color:rgb(35, 47, 62);"> GeaFlow K8S 控制器</font>
-
-### <font style="color:rgb(0, 0, 0);">geaflow-kubernetes-operator</font>
-
-[geaflow-kubernetes-operator-0.6-java8-x86](https://hub.docker.com/r/geaflow/geaflow-kubernetes-operator/tags)
-
-> <font style="color:rgb(102, 102, 102);">获取 GeaFlow K8S 
控制器镜像:geaflow/geaflow-kubernetes-operator:0.6</font>
+> <font style="color:rgb(102, 102, 102);">获取 GeaFlow 
控制台镜像:geaflow/geaflow-console-arm-jdk8:0.7</font>
 
 ## <font style="color:rgb(35, 47, 62);">Maven 依赖</font>
 
 <font style="color:rgb(102, 102, 102);"></font><font style="color:rgba(0, 0, 
0, 0.88);">您可以在 </font>**<font style="color:rgba(0, 0, 0, 
0.88);">pom.xml</font>**<font style="color:rgba(0, 0, 0, 0.88);"> 
中添加以下依赖,以在项目中引入 </font>**<font style="color:rgba(0, 0, 0, 0.88);">Apache 
GeaFlow (Incubating)</font>**<font style="color:rgba(0, 0, 0, 0.88);">。</font>
 
-**<font style="color:rgba(0, 0, 0, 0.88);">GeaFlow</font>**<font 
style="color:rgba(0, 0, 0, 0.88);"> 的构件可从 </font>**<font style="color:rgba(0, 
0, 0, 0.88);">sonatype.com</font>**<font style="color:rgba(0, 0, 0, 0.88);"> 获取 
</font><font style="color:rgb(102, 102, 102);"> </font>[<font 
style="color:rgb(47, 164, 231);">Official 
Repository</font>](https://search.maven.org/search?q=GeaFlow<font 
style="color:rgb(102, 102, 102);">.</font><font style="color:rgba(0, 0, 0, 
0.88);">。</font><font st [...]
+**<font style="color:rgba(0, 0, 0, 0.88);">GeaFlow</font>**<font 
style="color:rgba(0, 0, 0, 0.88);"> 的构件可从 </font>**<font style="color:rgba(0, 
0, 0, 0.88);">这里</font>**<font style="color:rgba(0, 0, 0, 0.88);"> 获取 
</font><font style="color:rgb(102, 102, 102);"> </font>[<font 
style="color:rgb(47, 164, 231);">Official 
Repository</font>](https://repo.maven.apache.org/maven2/org/apache/geaflow/)<font
 style="color:rgb(102, 102, 102);">.</font><font style="color:rgba(0, 0, 0, 
0.88);">。</font><f [...]
 
 ## 稳定版本发布说明
 
+[<font style="color:rgb(0, 115, 187);">Apache GeaFlow (Incubating) 0.7.0 
Release Note</font>](https://github.com/apache/geaflow/releases/tag/v0.7.0)
+
 [<font style="color:rgb(0, 115, 187);">GeaFlow 0.6 Release 
Note</font>](https://github.com/apache/geaflow/releases/tag/v0.6)
 
 [<font style="color:rgb(0, 115, 187);">GeaFlow 0.5 Release 
Note</font>](https://github.com/apache/geaflow/releases/tag/release-0.5)
diff --git a/src/pages/download/index.md b/src/pages/download/index.md
index 35e96e4..c2e5206 100644
--- a/src/pages/download/index.md
+++ b/src/pages/download/index.md
@@ -5,6 +5,7 @@ title: "Downloads"
 # <font style="color:rgba(0, 0, 0, 0.88);">Apache GeaFlow </font><font 
style="color:rgb(31, 35, 40);">(Incubating)</font><font style="color:rgba(0, 0, 
0, 0.88);"> </font><font style="color:rgb(35, 47, 62);"> Downloads</font>
 
 ## <font style="color:rgb(35, 47, 62);">Apache </font><font 
style="color:rgba(0, 0, 0, 0.88);">GeaFlow (Incubating)</font>
+[<font style="color:rgb(0, 115, 187);">Apache GeaFlow (incubating) 0.7.0 
Source Release</font>](https://github.com/apache/geaflow/releases/tag/v0.7.0)
 
 [<font style="color:rgb(0, 115, 187);">GeaFlow 0.6.7 Source 
Release</font>](https://github.com/apache/geaflow/releases/tag/v0.6.7)
 
@@ -24,37 +25,32 @@ title: "Downloads"
 
 ### <font style="color:rgb(102, 102, 102);">geaflow</font>
 
-[geaflow-0.6-java8-x86](https://hub.docker.com/r/geaflow/geaflow/tags)
+[geaflow-0.7.0-incubating-java8-x86](https://hub.docker.com/r/geaflow/geaflow-jdk8/tags)
 
-> <font style="color:rgb(102, 102, 102);">docker pull 
geaflow/geaflow:0.6</font>
+> <font style="color:rgb(102, 102, 102);">docker pull 
geaflow/geaflow-jdk8:0.7</font>
 
-[geaflow-0.6-java8-arm](https://hub.docker.com/r/geaflow/geaflow-arm/tags)
+[geaflow-0.7.0-incubating-java8-arm](https://hub.docker.com/r/geaflow/geaflow-arm-jdk8/tags)
 
-> <font style="color:rgb(102, 102, 102);">docker pull 
geaflow/geaflow-arm:0.6</font>
+> <font style="color:rgb(102, 102, 102);">docker pull 
geaflow/geaflow-arm-jdk8:0.7</font>
 
 ### <font style="color:rgb(0, 0, 0);">geaflow-console</font>
 
-[geaflow-console-0.6-java8-x86](https://hub.docker.com/r/geaflow/geaflow-console/tags)
+[geaflow-console-0.7.0-incubating-java8-x86](https://hub.docker.com/r/geaflow/geaflow-console-jdk8/tags)
 
-> <font style="color:rgb(102, 102, 102);">docker pull 
geaflow/geaflow-console:0.6</font>
+> <font style="color:rgb(102, 102, 102);">docker pull 
geaflow/geaflow-console-jdk8:0.7</font>
 
-[geaflow-console-0.6-java8-arm](https://hub.docker.com/r/geaflow/geaflow-console-arm/tags)
+[geaflow-console-0.7.0-incubating-java8-arm](https://hub.docker.com/r/geaflow/geaflow-console-arm-jdk8/tags)
 
-> docker pull <font style="color:rgb(102, 102, 
102);">geaflow</font>/geaflow-console-arm:0.6
-
-## <font style="color:rgba(0, 0, 0, 0.88);">GeaFlow</font><font 
style="color:rgb(35, 47, 62);"> Kubernetes Operator</font>
-
-[geaflow-kubernetes-operator-0.6-java8-x86](https://hub.docker.com/r/geaflow/geaflow-kubernetes-operator/tags)
-
-> <font style="color:rgb(102, 102, 102);">docker pull 
geaflow/geaflow-kubernetes-operator:0.6</font>
+> docker pull <font style="color:rgb(102, 102, 
102);">geaflow</font>/geaflow-console-arm-jdk8:0.7
 
 ## <font style="color:rgb(35, 47, 62);">Maven Dependencies</font><font 
style="color:#DF2A3F;"></font>
 
 <font style="color:rgb(35, 47, 62);">You can add the following dependencies to 
your </font>`pom.xml`<font style="color:rgb(35, 47, 62);"> to include Apache 
GeaFlow (Incubating) in your project.</font>
 
-<font style="color:rgb(35, 47, 62);">GeaFlow artifacts are available from 
sonatype.com</font><font style="color:rgb(102, 102, 102);"> </font>[<font 
style="color:rgb(47, 164, 231);">Official 
Repository</font>](https://search.maven.org/search?q=GeaFlow)<font 
style="color:rgb(102, 102, 102);">.</font>
+<font style="color:rgb(35, 47, 62);">GeaFlow artifacts are available from 
here</font><font style="color:rgb(102, 102, 102);"> </font>[<font 
style="color:rgb(47, 164, 231);">Official 
Repository</font>](https://repo.maven.apache.org/maven2/org/apache/geaflow/)<font
 style="color:rgb(102, 102, 102);">.</font>
 
 ## Release notes for stable releases
+[<font style="color:rgb(0, 115, 187);">Apache GeaFlow (Incubating) 0.7.0 
Release Note</font>](https://github.com/apache/geaflow/releases/tag/v0.7.0)
 
 [<font style="color:rgb(0, 115, 187);">GeaFlow 0.6 Release 
Note</font>](https://github.com/apache/geaflow/releases/tag/v0.6)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to