This is an automated email from the ASF dual-hosted git repository.
yangjiaqi pushed a commit to branch jacky-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/jacky-patch-1 by this push:
new e4f524b0 enhance 1.3.0 release note
e4f524b0 is described below
commit e4f524b016c096f45a869ef8d118b08788a4e4a1
Author: JackyYangPassion <[email protected]>
AuthorDate: Wed Mar 27 23:46:02 2024 +0800
enhance 1.3.0 release note
---
.../changelog/hugegraph-1.3.0-release-notes.md | 95 ++++++++++------------
1 file changed, 43 insertions(+), 52 deletions(-)
diff --git a/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md
b/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md
index bbf1986f..9d3c21b3 100644
--- a/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md
+++ b/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md
@@ -20,33 +20,33 @@ PS: In the future, we will gradually upgrade the java
version, **Java 11** -> **
> WIP: this doc is under construction, please wait for the final version
> (BETA)
-* fix(core): task restore interrupt problem on restart server by
@xiaoleizi2016 in https://github.com/apache/incubator-hugegraph/pull/2401
-* chore: add license link by @caicancai in
https://github.com/apache/incubator-hugegraph/pull/2398
-* doc: enhance NOTICE info to keep it clear by @imbajin in
https://github.com/apache/incubator-hugegraph/pull/2409
-* feat: support docker use the auth when starting by @aroundabout in
https://github.com/apache/incubator-hugegraph/pull/2403
-* fix(server): reinitialize the progress to set up graph auth friendly by
@Z-HUANT in https://github.com/apache/incubator-hugegraph/pull/2411
-* fix(chore): remove zgc in dockerfile for ARM env by @aroundabout in
https://github.com/apache/incubator-hugegraph/pull/2421
-* chore(server): update swagger info for default server profile by
@SunnyBoy-WYH in https://github.com/apache/incubator-hugegraph/pull/2423
-* fix(server): make CacheManager constructor private to satisfy the singleton
pattern by @Pengzna in https://github.com/apache/incubator-hugegraph/pull/2432
-* fix(server): unify the license headers by @msgui in
https://github.com/apache/incubator-hugegraph/pull/2438
-* fix: format and clean code in dist and example modules by @msgui in
https://github.com/apache/incubator-hugegraph/pull/2441
-* fix: format and clean code in core module by @msgui in
https://github.com/apache/incubator-hugegraph/pull/2440
-* fix: format and clean code in modules by @msgui in
https://github.com/apache/incubator-hugegraph/pull/2439
-* fix(server): clean up the code by @msgui in
https://github.com/apache/incubator-hugegraph/pull/2456
-* fix(server): unify license header for protobuf file by @VGalaxies in
https://github.com/apache/incubator-hugegraph/pull/2448
-* chore: improve license header checker confs and pre-check header when
validating by @VGalaxies in
https://github.com/apache/incubator-hugegraph/pull/2445
-* chore: unify to call SchemaLabel.getLabelId() by @javeme in
https://github.com/apache/incubator-hugegraph/pull/2458
-* fix(server): remove extra blank lines by @msgui in
https://github.com/apache/incubator-hugegraph/pull/2459
-* feat(api): optimize adjacent-edges query by @Z-HUANT in
https://github.com/apache/incubator-hugegraph/pull/2408
-* chore: refine the hg-style.xml specification by @returnToInnocence in
https://github.com/apache/incubator-hugegraph/pull/2457
-* chore: Add a newline formatting configuration and a comment for warning by
@returnToInnocence in https://github.com/apache/incubator-hugegraph/pull/2464
-* fix(server): add tip for gremlin api NPE with empty query by @SunnyBoy-WYH
in https://github.com/apache/incubator-hugegraph/pull/2467
-* fix(server):fix the metric name when promthus collect hugegraph metric,see
issue by @SunnyBoy-WYH in
https://github.com/apache/incubator-hugegraph/pull/2462
-* fix(server): `serverStarted` error when execute gremlin example by
@VGalaxies in https://github.com/apache/incubator-hugegraph/pull/2473
-* fix(auth): enhance the URL check by @zyxxoo in
https://github.com/apache/incubator-hugegraph/pull/2422
-* feat: added the OpenTelemetry trace support by @lynnbond in
https://github.com/apache/incubator-hugegraph/pull/2477
-* chore(server): clear context after req done by @SunnyBoy-WYH in
https://github.com/apache/incubator-hugegraph/pull/2470
-* refact(server): enhance the storage path in RocksDB & clean code by @imbajin
in https://github.com/apache/incubator-hugegraph/pull/2491
+* fix(core): task restore interrupt problem on restart server
([#2401](https://github.com/apache/incubator-hugegraph/pull/2401))
+* chore: add license link
([#2398](https://github.com/apache/incubator-hugegraph/pull/2398))
+* doc: enhance NOTICE info to keep it clear
([#2409](https://github.com/apache/incubator-hugegraph/pull/2409))
+* feat: support docker use the auth when starting
([#2403](https://github.com/apache/incubator-hugegraph/pull/2403))
+* fix(server): reinitialize the progress to set up graph auth friendly
([#2411](https://github.com/apache/incubator-hugegraph/pull/2411))
+* fix(chore): remove zgc in dockerfile for ARM env
([#2421](https://github.com/apache/incubator-hugegraph/pull/2421))
+* chore(server): update swagger info for default server profile
([#2423](https://github.com/apache/incubator-hugegraph/pull/2423))
+* fix(server): make CacheManager constructor private to satisfy the singleton
pattern ([#2432](https://github.com/apache/incubator-hugegraph/pull/2432))
+* fix(server): unify the license headers
([#2438](https://github.com/apache/incubator-hugegraph/pull/2438))
+* fix: format and clean code in dist and example modules
([#2441](https://github.com/apache/incubator-hugegraph/pull/2441))
+* fix: format and clean code in core module
([#2440](https://github.com/apache/incubator-hugegraph/pull/2440))
+* fix: format and clean code in modules
([#2439](https://github.com/apache/incubator-hugegraph/pull/2439))
+* fix(server): clean up the code
([#2456](https://github.com/apache/incubator-hugegraph/pull/2456))
+* fix(server): unify license header for protobuf file
([#2448](https://github.com/apache/incubator-hugegraph/pull/2448))
+* chore: improve license header checker confs and pre-check header when
validating ([#2445](https://github.com/apache/incubator-hugegraph/pull/2445))
+* chore: unify to call SchemaLabel.getLabelId()
([#2458](https://github.com/apache/incubator-hugegraph/pull/2458))
+* fix(server): remove extra blank lines
([#2459](https://github.com/apache/incubator-hugegraph/pull/2459))
+* feat(api): optimize adjacent-edges query
([#2408](https://github.com/apache/incubator-hugegraph/pull/2408))
+* chore: refine the hg-style.xml specification
([#2457](https://github.com/apache/incubator-hugegraph/pull/2457))
+* chore: Add a newline formatting configuration and a comment for warning
([#2464](https://github.com/apache/incubator-hugegraph/pull/2464))
+* fix(server): add tip for gremlin api NPE with empty query
([#2467](https://github.com/apache/incubator-hugegraph/pull/2467))
+* fix(server):fix the metric name when promthus collect hugegraph metric,see
issue ([#2462](https://github.com/apache/incubator-hugegraph/pull/2462))
+* fix(server): `serverStarted` error when execute gremlin example
([#2473](https://github.com/apache/incubator-hugegraph/pull/2473))
+* fix(auth): enhance the URL check
([#2422](https://github.com/apache/incubator-hugegraph/pull/2422))
+* feat: added the OpenTelemetry trace support
([#2477](https://github.com/apache/incubator-hugegraph/pull/2477))
+* chore(server): clear context after req done
([#2470](https://github.com/apache/incubator-hugegraph/pull/2470))
+* refact(server): enhance the storage path in RocksDB & clean code
([#2491](https://github.com/apache/incubator-hugegraph/pull/2491))
#### API Changes
@@ -63,52 +63,43 @@ PS: In the future, we will gradually upgrade the java
version, **Java 11** -> **
#### Other Changes
-#### Bug Fix
+### hugegraph-toolchain
+#### API Changes
-#### Option Changes
+#### Feature Changes
+* fix(loader): update shade plugin for spark loader
([#566](https://github.com/apache/incubator-hugegraph-toolchain/pull/566))
+* fix(hubble): yarn install timeout in arm64
([#583](https://github.com/apache/incubator-hugegraph-toolchain/pull/583))
+* fix(loader): support file name with prefix for hdfs source
([#571](https://github.com/apache/incubator-hugegraph-toolchain/pull/571))
+* feat(hubble): warp the exception info in HugeClientUtil
([#589](https://github.com/apache/incubator-hugegraph-toolchain/pull/589))
+#### Bug Fix
+* fix: concurrency issue causing file overwrite due to identical filenames
([#572](https://github.com/apache/incubator-hugegraph-toolchain/pull/572))
+#### Option Changes
+* feat(client): support user defined OKHTTPClient configs
([#590](https://github.com/apache/incubator-hugegraph-toolchain/pull/590))
+*
#### Other Changes
-### hugegraph-toolchain
-
* doc: update copyright date(year) in NOTICE
([#567](https://github.com/apache/incubator-hugegraph-toolchain/pull/567))
-* chore(deps): bump ip from 1.1.5 to 1.1.9 in /hugegraph-hubble/hubble-fe
([#580](https://github.com/apache/incubator-hugegraph-toolchain/pull/580))
-* fix: concurrency issue causing file overwrite due to identical filenames
([#572](https://github.com/apache/incubator-hugegraph-toolchain/pull/572))
+* chore(deps): bump ip from 1.1.5 to 1.1.9 in /hugegraph-hubble/hubble-fe
([#580](https://github.com/apache/incubator-hugegraph-toolchain/pull/580))
* refactor(hubble): enhance maven front plugin
([#568](https://github.com/apache/incubator-hugegraph-toolchain/pull/568))
-* fix(loader): update shade plugin for spark loader
([#566](https://github.com/apache/incubator-hugegraph-toolchain/pull/566))
* chore(deps): bump es5-ext from 0.10.53 to 0.10.63 in
/hugegraph-hubble/hubble-fe
([#582](https://github.com/apache/incubator-hugegraph-toolchain/pull/582))
-* fix(hubble): yarn install timeout in arm64
([#583](https://github.com/apache/incubator-hugegraph-toolchain/pull/583))
-* feat(client): support user defined OKHTTPClient configs
([#590](https://github.com/apache/incubator-hugegraph-toolchain/pull/590))
-* fix(loader): support file name with prefix for hdfs source
([#571](https://github.com/apache/incubator-hugegraph-toolchain/pull/571))
* chore(hubble): Enhance code style in hubble
([#592](https://github.com/apache/incubator-hugegraph-toolchain/pull/592))
-* feat(hubble): warp the exception info in HugeClientUtil
([#589](https://github.com/apache/incubator-hugegraph-toolchain/pull/589))
* chore: upgrade version to 1.3.0
([#596](https://github.com/apache/incubator-hugegraph-toolchain/pull/596))
* chore(ci): update profile commit id for 1.3
([#597](https://github.com/apache/incubator-hugegraph-toolchain/pull/597))
-
-#### API Changes
+### hugegraph-commons
#### Feature Changes
+* feat: support user defined RestClientConfig/HTTPClient params
([#140](https://github.com/apache/incubator-hugegraph-commons/pull/140))
#### Bug Fix
-#### Option Changes
-
#### Other Changes
-
-### hugegraph-commons
-
-
-
-#### Feature Changes
-
-#### Bug Fix
-
-#### Other Changes
+* chore: disable clean flatten for deploy
([#141](https://github.com/apache/incubator-hugegraph-commons/pull/141))
### Release Details