Proposal: Release Apache GeaFlow 0.8.0(Incubating)
Since the last official release (v0.7.0), the Apache GeaFlow(Incubating) community has made substantial progress in extending graph AI capabilities, enhancing ISO-GQL standard compliance, and improving runtime stability. This release candidate brings significant advancements in vector storage, graph algorithms, and enterprise-grade connectors.
This issue serves as a discussion thread for:
- Finalizing the set of features and fixes to include
- Confirming readiness of pending PRs for inclusion
- Drafting the release notes
- Agreeing on the release timeline
✅ Merged PRs Summary (Since v0.7.0)
Below is a categorized list of all PRs that have been merged and are eligible for inclusion in v0.8.0. Contributors are credited accordingly.
🔧 Build & Infrastructure
📚 Documentation & Governance
🛠️ Core Runtime & Engine
🔌 Connectors & Storage
🧠 AI & Graph Analytics
📈 SQL / GQL / DSL Enhancements
🔨 Code Quality & Refactoring
📝 Draft Release Notes v0.8.0(Incubating)
Apache GeaFlow v0.8.0(Incubating) represents a major leap forward in graph intelligence capabilities, bringing enterprise-grade AI features, expanded ISO-GQL compliance, and enhanced storage connectivity.
Highlights
- 🤖 AI-Native Graph Analytics: Introduced vector store support, Lucene-based embedding search, and reasoning capabilities via CASTS operators. Added graph consolidate algorithms for AI workflows.
- 🧮 Advanced Graph Algorithms: Expanded algorithm library with Jaccard similarity, clustering coefficient, Louvain community detection, Label Propagation (LPA), and Connected Components (CC).
- 🌐 ISO-GQL Compliance: Full implementation of ISO-GQL standard predicates including
SOURCE/TARGET, PROPERTY_EXISTS, and SAME for element identity comparison.
- 🔗 Enterprise Connectors: Added Neo4j and Elasticsearch connectors, ODPS dynamic partition writing, and Paimon streaming source support.
- 🛡️ Stability & Performance: Fixed critical data loss issues after failover, optimized memory management in native components, and improved error handling across vector and graph accessors.
- 🏗️ Developer Experience: Standardized cross-platform development configs, upgraded LZ4 compression, and improved code quality with comprehensive refactoring.
Contributors
Thanks to everyone who contributed to this release:
@hey-money, @mingcheng, @yuluo-yx, @chzhoo, @kitalkuyo-gita, @undertaker86001, @ChaomingZhangCN, @vamossagar12, @accevolve, @Mukvin, @yazong, @tanghaodong25, @SeasonPilot, @wr-web, @Leomrlin, @Appointat, @SYaoJun, @qingwen220
Let's aim for a high-quality release that demonstrates Apache GeaFlow(Incubating)'s commitment to innovation in graph computing and AI integration!
Next Steps
- Please review the above summary and comment with:
- Any missing PRs or corrections
- Interest in championing this release
- Concerns about pending PRs or critical blockers
- Once consensus is reached, we can proceed with:
- Creating the release branch
- Voting on the release candidate
- Publishing artifacts to Maven Central and Apache Dist area
Thanks all! Looking forward to shipping v0.8.0(Incubating) 🚀
Note: This proposal covers development from the v0.7.0 tag through March 2026.
Proposal: Release Apache GeaFlow 0.8.0(Incubating)
Since the last official release (
v0.7.0), the Apache GeaFlow(Incubating) community has made substantial progress in extending graph AI capabilities, enhancing ISO-GQL standard compliance, and improving runtime stability. This release candidate brings significant advancements in vector storage, graph algorithms, and enterprise-grade connectors.This issue serves as a discussion thread for:
✅ Merged PRs Summary (Since v0.7.0)
Below is a categorized list of all PRs that have been merged and are eligible for inclusion in
v0.8.0. Contributors are credited accordingly.🔧 Build & Infrastructure
📚 Documentation & Governance
🛠️ Core Runtime & Engine
mmap_ipc.cpp– @wr-websearchVectorIndex– @SYaoJun🔌 Connectors & Storage
🧠 AI & Graph Analytics
📈 SQL / GQL / DSL Enhancements
PROPERTY_EXISTSpredicate – @SeasonPilotSAMEpredicate for element identity comparison – @SeasonPilot🔨 Code Quality & Refactoring
getDeclaredConstructor– @SYaoJunCollections.EMPTY_LIST– @SYaoJunBYTES_PER_KBconstant for consistent conversion – @SYaoJun📝 Draft Release Notes v0.8.0(Incubating)
Highlights
SOURCE/TARGET,PROPERTY_EXISTS, andSAMEfor element identity comparison.Contributors
Thanks to everyone who contributed to this release:
@hey-money, @mingcheng, @yuluo-yx, @chzhoo, @kitalkuyo-gita, @undertaker86001, @ChaomingZhangCN, @vamossagar12, @accevolve, @Mukvin, @yazong, @tanghaodong25, @SeasonPilot, @wr-web, @Leomrlin, @Appointat, @SYaoJun, @qingwen220
Let's aim for a high-quality release that demonstrates Apache GeaFlow(Incubating)'s commitment to innovation in graph computing and AI integration!
Next Steps
Thanks all! Looking forward to shipping
v0.8.0(Incubating)🚀Note: This proposal covers development from the
v0.7.0tag through March 2026.