This is an automated email from the ASF dual-hosted git repository.
ming 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 70754d39 doc(release-note): computer release note 1.2.0 (#313)
70754d39 is described below
commit 70754d392538300e6609e98dd76532dc6a4ef20f
Author: diaohancai <[email protected]>
AuthorDate: Sat Dec 23 19:56:43 2023 +0800
doc(release-note): computer release note 1.2.0 (#313)
* doc(release-note): computer release note 1.2.0
* Update hugegraph-1.2.0-release-notes.md
* doc(release-note): complete PR url
---------
Co-authored-by: Simon Cheung <[email protected]>
---
.../changelog/hugegraph-1.2.0-release-notes.md | 60 +++++++++++-----------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md
b/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md
index a67033c8..9a027227 100644
--- a/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md
+++ b/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md
@@ -98,42 +98,42 @@ weight: 1
### hugegraph-computer
#### Feature Changes
-* feat: implement fast-failover for MessageRecvManager and DataClientManager
([#243](/apache/incubator-hugegraph-computer/pull/243))
-* feat: implement parallel send data in load graph step
([#248](/apache/incubator-hugegraph-computer/pull/248))
-* feat(k8s): init operator project & add webhook
([#259](/apache/incubator-hugegraph-computer/pull/259),
[#263](/apache/incubator-hugegraph-computer/pull/263))
-* feat(core): support load vertex/edge snapshot
([#269](/apache/incubator-hugegraph-computer/pull/269))
-* feat(k8s): Add MinIO as internal(default) storage
([#272](/apache/incubator-hugegraph-computer/pull/272))
-* feat(algorithm): support random walk in computer
([#274](/apache/incubator-hugegraph-computer/pull/274),
[#280](/apache/incubator-hugegraph-computer/pull/280))
-* feat: use ‘foreground’ delete policy to cancel k8s job
([#290](/apache/incubator-hugegraph-computer/pull/290))
+* feat: implement fast-failover for MessageRecvManager and DataClientManager
([#243](https://github.com/apache/incubator-hugegraph-computer/pull/243))
+* feat: implement parallel send data in load graph step
([#248](https://github.com/apache/incubator-hugegraph-computer/pull/248))
+* feat(k8s): init operator project & add webhook
([#259](https://github.com/apache/incubator-hugegraph-computer/pull/259),
[#263](https://github.com/apache/incubator-hugegraph-computer/pull/263))
+* feat(core): support load vertex/edge snapshot
([#269](https://github.com/apache/incubator-hugegraph-computer/pull/269))
+* feat(k8s): Add MinIO as internal(default) storage
([#272](https://github.com/apache/incubator-hugegraph-computer/pull/272))
+* feat(algorithm): support random walk in computer
([#274](https://github.com/apache/incubator-hugegraph-computer/pull/274),
[#280](https://github.com/apache/incubator-hugegraph-computer/pull/280))
+* feat: use ‘foreground’ delete policy to cancel k8s job
([#290](https://github.com/apache/incubator-hugegraph-computer/pull/290))
#### Bug Fix
-* fix: superstep not take effect
([#237](/apache/incubator-hugegraph-computer/pull/237))
-* fix(k8s): modify inconsistent apiGroups
([#270](/apache/incubator-hugegraph-computer/pull/270))
-* fix(algorithm): record loop is not copied
([#276](/apache/incubator-hugegraph-computer/pull/276))
-* refact(core): adaptor for common 1.2 & fix a string of possible CI problem
([#286](/apache/incubator-hugegraph-computer/pull/286))
-* fix: remove okhttp1 due to conflicts risk
([#294](/apache/incubator-hugegraph-computer/pull/294))
-* fix(core): io.grpc.grpc-core dependency conflic
([#296](/apache/incubator-hugegraph-computer/pull/296))
+* fix: superstep not take effect
([#237](https://github.com/apache/incubator-hugegraph-computer/pull/237))
+* fix(k8s): modify inconsistent apiGroups
([#270](https://github.com/apache/incubator-hugegraph-computer/pull/270))
+* fix(algorithm): record loop is not copied
([#276](https://github.com/apache/incubator-hugegraph-computer/pull/276))
+* refact(core): adaptor for common 1.2 & fix a string of possible CI problem
([#286](https://github.com/apache/incubator-hugegraph-computer/pull/286))
+* fix: remove okhttp1 due to conflicts risk
([#294](https://github.com/apache/incubator-hugegraph-computer/pull/294))
+* fix(core): io.grpc.grpc-core dependency conflic
([#296](https://github.com/apache/incubator-hugegraph-computer/pull/296))
#### Option Changes
-* feat(core): isolate namespace for different input data source
([#252](/apache/incubator-hugegraph-computer/pull/252))
-* refact(core): support auth config for computer task
([#265](/apache/incubator-hugegraph-computer/pull/265))
+* feat(core): isolate namespace for different input data source
([#252](https://github.com/apache/incubator-hugegraph-computer/pull/252))
+* refact(core): support auth config for computer task
([#265](https://github.com/apache/incubator-hugegraph-computer/pull/265))
#### Other Changes
-* remove apache stage repo & update notification rule
([#232](/apache/incubator-hugegraph-computer/pull/232))
-* chore: fix empty license file
([#233](/apache/incubator-hugegraph-computer/pull/233))
-* chore: enhance mailbox settings & enable require ci
([#235](/apache/incubator-hugegraph-computer/pull/235))
-* fix: typo errors in start-computer.sh
([#238](/apache/incubator-hugegraph-computer/pull/238))
-* [Feature-241] Add PULL_REQUEST_TEMPLATE
([#242](/apache/incubator-hugegraph-computer/pull/242),
[#257](/apache/incubator-hugegraph-computer/pull/257))
-* chore:change etcd url only for ci
([#245](/apache/incubator-hugegraph-computer/pull/245))
-* doc: update readme & add QR code
([#249](/apache/incubator-hugegraph-computer/pull/249))
-* doc(k8s): add building note for missing classes
([#254](/apache/incubator-hugegraph-computer/pull/254))
-* chore: reduce mail to dev list
([#255](/apache/incubator-hugegraph-computer/pull/255))
-* add: dependency-review
([#266](/apache/incubator-hugegraph-computer/pull/266))
-* chore: correct incorrect comment
([#268](/apache/incubator-hugegraph-computer/pull/268))
-* refactor(api): ListValue.getFirst() replaces ListValue.get(0)
([#282](/apache/incubator-hugegraph-computer/pull/282))
-* Improve: Passing workerId to WorkerStat & Skip wait worker close if master
executes failed ([#292](/apache/incubator-hugegraph-computer/pull/292))
-* chore: add check dependencies
([#293](/apache/incubator-hugegraph-computer/pull/293))
-* chore(license): update license for 1.2.0
([#299](/apache/incubator-hugegraph-computer/pull/299))
+* remove apache stage repo & update notification rule
([#232](https://github.com/apache/incubator-hugegraph-computer/pull/232))
+* chore: fix empty license file
([#233](https://github.com/apache/incubator-hugegraph-computer/pull/233))
+* chore: enhance mailbox settings & enable require ci
([#235](https://github.com/apache/incubator-hugegraph-computer/pull/235))
+* fix: typo errors in start-computer.sh
([#238](https://github.com/apache/incubator-hugegraph-computer/pull/238))
+* [Feature-241] Add PULL_REQUEST_TEMPLATE
([#242](https://github.com/apache/incubator-hugegraph-computer/pull/242),
[#257](https://github.com/apache/incubator-hugegraph-computer/pull/257))
+* chore:change etcd url only for ci
([#245](https://github.com/apache/incubator-hugegraph-computer/pull/245))
+* doc: update readme & add QR code
([#249](https://github.com/apache/incubator-hugegraph-computer/pull/249))
+* doc(k8s): add building note for missing classes
([#254](https://github.com/apache/incubator-hugegraph-computer/pull/254))
+* chore: reduce mail to dev list
([#255](https://github.com/apache/incubator-hugegraph-computer/pull/255))
+* add: dependency-review
([#266](https://github.com/apache/incubator-hugegraph-computer/pull/266))
+* chore: correct incorrect comment
([#268](https://github.com/apache/incubator-hugegraph-computer/pull/268))
+* refactor(api): ListValue.getFirst() replaces ListValue.get(0)
([#282](https://github.com/apache/incubator-hugegraph-computer/pull/282))
+* Improve: Passing workerId to WorkerStat & Skip wait worker close if master
executes failed
([#292](https://github.com/apache/incubator-hugegraph-computer/pull/292))
+* chore: add check dependencies
([#293](https://github.com/apache/incubator-hugegraph-computer/pull/293))
+* chore(license): update license for 1.2.0
([#299](https://github.com/apache/incubator-hugegraph-computer/pull/299))
### hugegraph-toolchain