Skip to content

Commit

Permalink
doc: BETA version for release-1.3.0 cn/en (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin authored Mar 25, 2024
1 parent 1695ebe commit 28a19c6
Show file tree
Hide file tree
Showing 19 changed files with 174 additions and 1,224 deletions.
8 changes: 7 additions & 1 deletion content/cn/docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,20 @@

## Performance
* [HugeGraph Benchmark Performance](performance/hugegraph-benchmark-0.5.6.md)
* [HugeGraph API Performance](content/cn/docs/performance/api-preformance/_index.md)
* [HugeGraph API Performance-Outdated](content/cn/docs/performance/api-preformance/_index.md)
* [v0.5.6 Stand-alone(RocksDB)](content/cn/docs/performance/api-preformance/hugegraph-api-0.5.6-RocksDB.md)
* [v0.5.6 Cluster(Cassandra)](content/cn/docs/performance/api-preformance/hugegraph-api-0.5.6-Cassandra.md)
* [v0.4.4](content/cn/docs/performance/api-preformance/hugegraph-api-0.4.4.md)
* [v0.2](content/cn/docs/performance/api-preformance/hugegraph-api-0.2.md)
* [HugeGraph-Loader Performance](performance/hugegraph-loader-performance.md)

## ChangeLogs
* [Release-1.3.0](changelog/hugegraph-1.3.0-release-notes.md)
* [Release-1.2.0](changelog/hugegraph-1.2.0-release-notes.md)
* [Release-1.0.0](changelog/hugegraph-1.0.0-release-notes.md)

---

* [Release-0.12.0](changelog/hugegraph-0.12.0-release-notes.md)
* [Release-0.11.2](changelog/hugegraph-0.11.2-release-notes.md)
* [Release-0.10.4](changelog/hugegraph-0.10.4-release-notes.md)
Expand Down
19 changes: 10 additions & 9 deletions content/cn/docs/changelog/hugegraph-1.2.0-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ weight: 10
---

### Java version statement
v1.2.0:

Note 1.2.0:
1. hugegraph, hugegraph-toolchain, hugegraph-commons consider use Java 11, also compatible with Java 8 now.
2. hugegraph-computer required to use Java 11, **not compatible with Java 8 now!**

**v1.2.0 可能是最后一个兼容 Java8 的大版本**, 到 1.5.0 [PD/Store](https://github.com/apache/incubator-hugegraph/issues/2265) 正式合入 master 后标志着 Java8 兼容的正式终结 (除Client 外所有组件都将以 Java 11 作为基准, 然后迈向 Java17).
**v1.2.0 是最后第二个兼容 Java8 的大版本**, 到 1.5.0 [PD/Store](https://github.com/apache/incubator-hugegraph/issues/2265) 正式合入 master 后标志着 Java8 兼容的正式终结 (除 Client 外所有组件都将以 Java 11 作为基准然后迈向 Java17).

In the future, we will gradually upgrade the java version, **Java 11** -> **Java 17** -> **Java 21**.

Expand Down Expand Up @@ -44,15 +45,15 @@ In the future, we will gradually upgrade the java version, **Java 11** -> **Java
- fix: transfer add_peer/remove_peer command to leader ([#2112](https://github.com/apache/incubator-hugegraph/pull/2112))
- fix query dirty edges of a vertex with cache ([#2166](https://github.com/apache/incubator-hugegraph/pull/2166))
- fix exception of vertex-drop with index ([#2181](https://github.com/apache/incubator-hugegraph/pull/2181))
- fix: remove dup From in filterExpiredResultFromFromBackend ([#2207](https://github.com/apache/incubator-hugegraph/pull/2207))
- fix: remove dup 'From' in filterExpiredResultFromFromBackend ([#2207](https://github.com/apache/incubator-hugegraph/pull/2207))
- fix: jdbc ssl mode parameter redundant ([#2224](https://github.com/apache/incubator-hugegraph/pull/2224))
- fix: error when start gremlin-console with sample script ([#2231](https://github.com/apache/incubator-hugegraph/pull/2231))
- fix(core): support order by id ([#2233](https://github.com/apache/incubator-hugegraph/pull/2233))
- fix: update ssl_mode value ([#2235](https://github.com/apache/incubator-hugegraph/pull/2235))
- fix: optimizing ClassNotFoundException error message for MYSQL ([#2246](https://github.com/apache/incubator-hugegraph/pull/2246))
- fixasf invalid notification scheme discussions_status ([#2247](https://github.com/apache/incubator-hugegraph/pull/2247))
- fix: asf invalid notification scheme discussions_comment ([#2250](https://github.com/apache/incubator-hugegraph/pull/2250))
- fix: incorrect use of NO_LIMIT variable ([#2253](https://github.com/apache/incubator-hugegraph/pull/2253))
- fix: asf invalid notification scheme 'discussions_status' ([#2247](https://github.com/apache/incubator-hugegraph/pull/2247))
- fix: asf invalid notification scheme 'discussions_comment' ([#2250](https://github.com/apache/incubator-hugegraph/pull/2250))
- fix: incorrect use of 'NO_LIMIT' variable ([#2253](https://github.com/apache/incubator-hugegraph/pull/2253))
- fix(core): close flat mapper iterator after usage ([#2281](https://github.com/apache/incubator-hugegraph/pull/2281))
- fix(dist): avoid var PRELOAD cover environmnet vars ([#2302](https://github.com/apache/incubator-hugegraph/pull/2302))
- fix: base-ref/head-ref missed in dependency-review on master ([#2308](https://github.com/apache/incubator-hugegraph/pull/2308))
Expand Down Expand Up @@ -82,7 +83,7 @@ In the future, we will gradually upgrade the java version, **Java 11** -> **Java
- add github token for license check comment ([#2139](https://github.com/apache/incubator-hugegraph/pull/2139))
- chore: disable PR up-to-date in branch ([#2150](https://github.com/apache/incubator-hugegraph/pull/2150))
- refact(core): remove lock of globalMasterInfo to optimize perf ([#2151](https://github.com/apache/incubator-hugegraph/pull/2151))
- chore: async remove left index shouldnt effect query ([#2199](https://github.com/apache/incubator-hugegraph/pull/2199))
- chore: async remove left index shouldn't effect query ([#2199](https://github.com/apache/incubator-hugegraph/pull/2199))
- refact(rocksdb): clean & reformat some code ([#2200](https://github.com/apache/incubator-hugegraph/pull/2200))
- refact(core): optimized batch removal of remaining indices consumed by a single consumer ([#2203](https://github.com/apache/incubator-hugegraph/pull/2203))
- add com.janeluo.ikkanalyzer dependency to core model ([#2206](https://github.com/apache/incubator-hugegraph/pull/2206))
Expand Down Expand Up @@ -113,7 +114,7 @@ In the future, we will gradually upgrade the java version, **Java 11** -> **Java
* 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))
* 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](https://github.com/apache/incubator-hugegraph-computer/pull/237))
Expand All @@ -133,7 +134,7 @@ In the future, we will gradually upgrade the java version, **Java 11** -> **Java
* 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))
* chorechange etcd url only for ci ([#245](https://github.com/apache/incubator-hugegraph-computer/pull/245))
* 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))
Expand Down
103 changes: 103 additions & 0 deletions content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
---
title: "HugeGraph 1.3.0 Release Notes"
linkTitle: "Release-1.3.0"
weight: 11
---

### Java version statement

In 1.3.0:
1. consider using Java 11 in `hugegraph/toolchain/commons`, also compatible with Java 8 now.
2. `hugegraph-computer` required to use Java 11, **not compatible with Java 8!**
3. Using Java8 may loss some security ensured, we recommend using Java 11 in **production env** with AuthSystem enabled.

**1.3.0** is the last major version compatible with **Java 8**, compatibility with Java 8 will end in
next release(1.5.0) when [PD/Store](https://github.com/apache/incubator-hugegraph/issues/2265) merged into master branch (Except for the `java-client`).

PS: In the future, we will gradually upgrade the java version, **Java 11** -> **Java 17** -> **Java 21**.

### hugegraph

> 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

#### API Changes


#### Feature Changes


#### Bug Fix


#### Option Changes


#### Other Changes


#### Bug Fix


#### Option Changes


#### Other Changes

### hugegraph-toolchain

#### API Changes

#### Feature Changes


#### Bug Fix

#### Option Changes

#### Other Changes


### hugegraph-commons

#### Feature Changes

#### Bug Fix

#### Other Changes

### Release Details

Please check the release details in each repository:

- [Server Release Notes](https://github.com/apache/incubator-hugegraph/releases)
- [Toolchain Release Notes](https://github.com/apache/incubator-hugegraph-toolchain/releases)
- [Computer Release Notes](https://github.com/apache/incubator-hugegraph-computer/releases)
- [Commons Release Notes](https://github.com/apache/incubator-hugegraph-commons/releases)
17 changes: 5 additions & 12 deletions content/en/docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,16 @@

## Performance
* [HugeGraph Benchmark Performance](performance/hugegraph-benchmark-0.5.6.md)
* [HugeGraph API Performance](content/cn/docs/performance/api-preformance/_index.md)
* [HugeGraph API Performance—Outdated](content/cn/docs/performance/api-preformance/_index.md)
* [v0.5.6 Stand-alone(RocksDB)](content/cn/docs/performance/api-preformance/hugegraph-api-0.5.6-RocksDB.md)
* [v0.5.6 Cluster(Cassandra)](content/cn/docs/performance/api-preformance/hugegraph-api-0.5.6-Cassandra.md)
* [v0.4.4](content/cn/docs/performance/api-preformance/hugegraph-api-0.4.4.md)
* [v0.2](content/cn/docs/performance/api-preformance/hugegraph-api-0.2.md)
* [HugeGraph-Loader Performance](performance/hugegraph-loader-performance.md)

## ChangeLogs
* [Release-1.3.0](changelog/hugegraph-1.3.0-release-notes.md)
* [Release-1.2.0](changelog/hugegraph-1.2.0-release-notes.md)
* [Release-1.0.0](changelog/hugegraph-1.0.0-release-notes.md)
* [Release-0.12.0](changelog/hugegraph-0.12.0-release-notes.md)
* [Release-0.11.2](changelog/hugegraph-0.11.2-release-notes.md)
* [Release-0.10.4](changelog/hugegraph-0.10.4-release-notes.md)
* [Release-0.9.2](changelog/hugegraph-0.9.2-release-notes.md)
* [Release-0.8.0](changelog/hugegraph-0.8.0-release-notes.md)
* [Release-0.7.4](changelog/hugegraph-0.7.4-release-notes.md)
* [Release-0.6.1](changelog/hugegraph-0.6.1-release-notes.md)
* [Release-0.5.6](changelog/hugegraph-0.5.6-release-notes.md)
* [Release-0.4.4](changelog/hugegraph-0.4.4-release-notes.md)
* [Release-0.3.3](changelog/hugegraph-0.3.3-release-notes.md)
* [Release-0.2.4](changelog/hugegraph-0.2.4-release-notes.md)
* [Release-0.2](changelog/hugegraph-0.2-release-notes.md)

Loading

0 comments on commit 28a19c6

Please sign in to comment.