You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by je...@apache.org on 2023/01/04 14:46:43 UTC

[incubator-hugegraph-doc] 01/01: add client changes to release notes 1.0.0

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

jermy pushed a commit to branch notes-1.0.0-client
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git

commit cfdef5df26cbd2099176ace26ea2eda403b94eb7
Author: Jermy Li <je...@apache.org>
AuthorDate: Wed Jan 4 22:46:38 2023 +0800

    add client changes to release notes 1.0.0
---
 .../docs/changelog/hugegraph-1.0.0-release-notes.md   | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/content/en/docs/changelog/hugegraph-1.0.0-release-notes.md b/content/en/docs/changelog/hugegraph-1.0.0-release-notes.md
index 2d5d2ef1..136b798d 100644
--- a/content/en/docs/changelog/hugegraph-1.0.0-release-notes.md
+++ b/content/en/docs/changelog/hugegraph-1.0.0-release-notes.md
@@ -16,27 +16,30 @@ weight: 1
 #### API Changes
 
 - feat(api): support hot set trace through /exception/trace API.
-- feat(api): support query by cypher language.
+- feat(api): support query by Cypher language.
 - feat(api): support swagger UI to viewing API.
 
 #### Client Changes
 
-- xx
+- feat(client) support Cypher query API.
+- refact(client): change 'limit' type from long to int.
+- feat(client): server bypass for hbase writing (Beta).
 
 ### Core & Server
 
 #### Feature Changes
 
-- feat: support java 11 & adapt shell/ci code.
+- feat: support Java 11.
 - feat(core): support adamic-adar & resource-allocation algorithms.
-- feat(hbase): support hash rowkey struct & pre-init tables.
-- feat(core): support query data by use cypher language.
-- feat(core): support automatic management for cluster role.
-- feat(core): support 16 OLAP algorithms, like LPA, Louvain, PageRank, BetweennessCentrality, RingsDetect.
+- feat(hbase): support hash rowkey & pre-init tables.
+- feat(core): support query by Cypher language.
+- feat(core): support automatic management and failover for cluster role.
+- feat(core): support 16 OLAP algorithms, like: LPA, Louvain, PageRank, BetweennessCentrality, RingsDetect.
 
 #### Bug Fix
 
-- fix(core): NoSuchMethodError Relations() & can't query edges by multi labels + properties.
+- fix(core): can't query edges by multi labels + properties.
+- fix(core): occasionally NoSuchMethodError Relations().
 - fix(core): limit max depth for cycle detection.
 - fix(core): traversal contains Tree step has different result.
 - fix edge batch update error.