You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update (2026-09-18): PR #492 was merged as 58b99a1. It completes the HugeGraph, AI, and Computer / Vermeer documentation items below. The Toolchain item and this release gate remain open.
[P1] Audit all unmerged PRs intended for the 1.8.0 release and synchronize their user-facing documentation before the release branch is cut.
TODO steps:
Enumerate open and unmerged PRs labeled or otherwise identified as 1.8.0 release candidates.
Check each PR for user-visible behavior, configuration, API, CLI, deployment, or compatibility changes.
Map every documentation-impacting PR to the affected Chinese and English pages.
Update/add the docs and cross-link the PR or issue when the change is merged.
Record the mapping and verification status in this issue.
Impact: Release notes and user guides can remain incomplete for changes that are already merged or are about to be released.
Recommendation: Keep this gate open until the audit and mapping are complete.
Acceptance: Every relevant unmerged 1.8.0 PR has a documented impact assessment, an owner, and a verified CN/EN documentation update or an explicit no-docs-needed decision.
HugeGraph
[P2] Document the current Server startup timeout setting in the Docker guide.
TODO:
Add HG_SERVER_STARTUP_TIMEOUT_S, default 120, valid range 1–86400, and failure behavior to the Chinese and English guides.
Add Docker/Compose examples and explain the distinction from the health check.
Completed by PR #492, which updates both language versions.
Acceptance: A user can find the variable, understand its default/range/failure behavior, and run the example without guessing.
[P2] Add existing backend config pages to the Server configuration index.
TODO:
Add HBase, HStore, and RocksDB configuration links to the Chinese and English indexes.
Keep the links aligned with the existing configuration-page naming and navigation structure.
Completed by PR #492, which updates both language versions.
Acceptance: The Server configuration indexes expose the existing backend configuration pages in both languages.
Toolchain
[P2] Remove or implement Kafka skipped_line option so docs and runtime behavior agree.
TODO:
Decide whether skipped_line is supported, deprecated, or invalid.
If supported, document the semantics and add/verify coverage.
If unsupported, remove it from the guide and add validation or migration guidance as needed.
Update both Chinese and English pages and cross-link the implementation PR.
Release 1.8.0 gate
HugeGraph
[P2] Document the current Server startup timeout setting in the Docker guide.
HG_SERVER_STARTUP_TIMEOUT_S, default 120, valid range 1–86400, and failure behavior to the Chinese and English guides.[P2] Add existing backend config pages to the Server configuration index.
Toolchain
skipped_lineoption so docs and runtime behavior agree.skipped_lineis supported, deprecated, or invalid.AI
[P3] Add Vermeer Python Client page to AI quick-start follow-up links.
[P1] Make the Vermeer Python Client example actually wait for task completion.
Computer / Vermeer
[P1] Update Computer quick start to current graph-space REST paths.
/graphspaces/DEFAULT/graphs/hugegraph/graph_read_mode./graphspaces/DEFAULT/graphs/hugegraph/graph/vertices.[P1] Align documented Vermeer master HTTP port with the runnable deployment.