Skip to content

Commit

Permalink
fix release format (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Jan 8, 2023
1 parent 675a07e commit 80d8da1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 39 deletions.
23 changes: 5 additions & 18 deletions content/cn/docs/changelog/hugegraph-1.0.0-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: "Release-1.0.0"
weight: 1
---

> TODO: update the summary soon, please check the detail in each repository first, thanks
> Note: the summary is updating, please check the detail in each repository first, thanks
- [Server Release Note](https://github.com/apache/incubator-hugegraph/releases/tag/1.0.0)
- [Toolchain Release Note](https://github.com/apache/incubator-hugegraph-toolchain/releases/tag/1.0.0)
Expand Down Expand Up @@ -72,11 +72,11 @@ weight: 1
- chore: add logo in README & remove outdated log4j version.
- refact(core): improve CachedGraphTransaction perf.
- chore: update CI config & support ci robot & add codeQL SEC-check & graph option.
- refact: ingore security check api & fix some bugs & clean code.
- refact: ignore security check api & fix some bugs & clean code.
- doc: enhance CONTRIBUTING.md & README.md.
- refact: add checkstyle plugin & clean/format the code.
- refact(core): improve decode string empty bytes & avoid array-construct columns in BackendEntry.
- refact(cassandra): translate ipv4 to ipv6 metrics & update cassandra dependency vesion.
- refact(cassandra): translate ipv4 to ipv6 metrics & update cassandra dependency version.
- chore: use .asf.yaml for apache workflow & replace APPLICATION_JSON with TEXT_PLAIN.
- feat: add system schema store.
- refact(rocksdb): update rocksdb version to 6.22 & improve rocksdb code.
Expand All @@ -86,24 +86,11 @@ weight: 1
- feat: support updateIfPresent/updateIfAbsent operation.
- chore: modify abnormal logs & upgrade netty-all to 4.1.44.
- refact: upgrade dependencies & adopt new analyzer & clean code.
- chore: improve .gitignore & update ci configs & add RAT/faltten plugin.
- chore: improve .gitignore & update ci configs & add RAT/flatten plugin.
- chore(license): add dependencies-check ci & 3rd-party dependency licenses.
- refact: Shutdown log when shutdown process & fix tx leak & enhance the file path.
- refact: rename package to apache & dependency in all modules (Breaking Change).
- chore: add license checker & update antrun plugin & fix building problem in windows.
- feat: support one-step script for apache release v1.0.0 release.

### Toolchain 更新

- xx
- xx

### Computer 更新

- xx
- xx

### Commons 更新

- xx
- xx
.... (Toolchain, Computer, Commons, etc.)
29 changes: 8 additions & 21 deletions content/en/docs/changelog/hugegraph-1.0.0-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: "Release-1.0.0"
weight: 1
---

> TODO: update the summary soon, please check the detail in each repository first, thanks
> Note: the summary is updating, please check the detail in each repository first, thanks
- [Server Release Note](https://github.com/apache/incubator-hugegraph/releases/tag/1.0.0)
- [Toolchain Release Note](https://github.com/apache/incubator-hugegraph-toolchain/releases/tag/1.0.0)
Expand Down Expand Up @@ -33,7 +33,7 @@ weight: 1
- feat(core): support adamic-adar & resource-allocation algorithms.
- 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 automatic management and fail-over for cluster role.
- feat(core): support 16 OLAP algorithms, like: LPA, Louvain, PageRank, BetweennessCentrality, RingsDetect.

#### Bug Fix
Expand All @@ -52,7 +52,7 @@ weight: 1
- fix: schema label race condition of addIndexLabel/removeIndexLabel.
- fix: limit admin role can drop graph.
- fix: ProfileApi url check & add build package to ignore file.
- fix: can't shutdown when starting with exception.
- fix: can't shut down when starting with exception.
- fix: Traversal.graph is empty in StepStrategy.apply() with count().is(0).
- fix: possible extra comma before where statement in MySQL backend.
- fix: JNA UnsatisfiedLinkError for Apple M1.
Expand All @@ -61,7 +61,7 @@ weight: 1
- fix: User-controlled data in numeric cast & remove word dependency.
- fix: closing iterators on errors for Cassandra & Mysql.

#### Options Changes
#### Option Changes

- move `raft.endpoint` option from graph scope to server scope.

Expand All @@ -75,11 +75,11 @@ weight: 1
- chore: add logo in README & remove outdated log4j version.
- refact(core): improve CachedGraphTransaction perf.
- chore: update CI config & support ci robot & add codeQL SEC-check & graph option.
- refact: ingore security check api & fix some bugs & clean code.
- refact: ignore security check api & fix some bugs & clean code.
- doc: enhance CONTRIBUTING.md & README.md.
- refact: add checkstyle plugin & clean/format the code.
- refact(core): improve decode string empty bytes & avoid array-construct columns in BackendEntry.
- refact(cassandra): translate ipv4 to ipv6 metrics & update cassandra dependency vesion.
- refact(cassandra): translate ipv4 to ipv6 metrics & update cassandra dependency version.
- chore: use .asf.yaml for apache workflow & replace APPLICATION_JSON with TEXT_PLAIN.
- feat: add system schema store.
- refact(rocksdb): update rocksdb version to 6.22 & improve rocksdb code.
Expand All @@ -89,24 +89,11 @@ weight: 1
- feat: support updateIfPresent/updateIfAbsent operation.
- chore: modify abnormal logs & upgrade netty-all to 4.1.44.
- refact: upgrade dependencies & adopt new analyzer & clean code.
- chore: improve .gitignore & update ci configs & add RAT/faltten plugin.
- chore: improve .gitignore & update ci configs & add RAT/flatten plugin.
- chore(license): add dependencies-check ci & 3rd-party dependency licenses.
- refact: Shutdown log when shutdown process & fix tx leak & enhance the file path.
- refact: rename package to apache & dependency in all modules (Breaking Change).
- chore: add license checker & update antrun plugin & fix building problem in windows.
- feat: support one-step script for apache release v1.0.0 release.

### Toolchain Changes

- xx
- xx

### Computer Changes

- xx
- xx

### Commons Changes

- xx
- xx
.... (Toolchain, Computer, Commons, etc.)

0 comments on commit 80d8da1

Please sign in to comment.