Skip to content

Commit

Permalink
Update release-note.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie-Xie authored Nov 29, 2022
1 parent 0ed7019 commit 00d9a86
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs-2.0/20.appendix/release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
- Fixed the raft crash in certain cases.
- Fixed the storage service crash when the length of the VID in a vertex or edge deletion statement exceeds the defined length on an indexed base.
- Fixed the crash caused by a wrong expression syntax.
- Fixed the crash when running a `LOOKUP` statement.
- Fixed the crash caused by `LOOKUP` statements with `AND` and `IN` operators.
- Fixed the crash when running a complex `MATCH` statement.
- Fixed the crash when `YIELD 1 AS number MINUS YIELD 2 AS number`.
- Fixed the crash in the optimization phase of multiple `MATCH`.
- Fixed the crash when collecting variable types.
- Fixed the crash caused by an illegal expression.
Expand All @@ -35,7 +36,6 @@
- Fixed the bug that the machine key is lost when restoring.
- Fixed the bug that the host can't stop when canceling the progress of sending snapshots.
- Fixed the cache size overflow and deadlock bug.
- Fixed the bug of missing the `RETURN` clause in MetaDaemon.
- Fixed the raft split brain problem.
- Fixed the bug that the meta listener validated the license.
- Fixed the bug that the meta listener didn't clean data.
Expand All @@ -50,6 +50,10 @@
- Fixed the bug that the audit logs of DML and DQL types are not recorded when using ElasticSearch to store audit logs.
- Fixed the bug that the service could not be started if the log directory did not exist when `ENABLE_BREAKPAD` was enabled.
- Fixed the bug that when there was a GOD whose name was not `root`, the root user were created when the meta initiated.
- Fixed the bug of backup failure after dropping space.
- Fixed the bug that scan edge or vertex doesn't handle TTL.
- Fixed the bug that time of TTL isn't consistent between `INSERT` and check the valid of TTL field.
- Fixed the bug that synchronize between two clusters fail when vid type is string.

## Legacy versions

Expand Down

0 comments on commit 00d9a86

Please sign in to comment.