Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release-note.md #1792

Merged
merged 1 commit into from
Nov 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs-2.0/20.appendix/release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- Fixed the crash caused by a wrong expression syntax.
- 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 when running `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 @@ -50,10 +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.
- Fixed the backup failure after dropping a space.
- Fixed the TTL non-handling problem when scanning vertices or edges.
- Fixed the time inconsistency when running `INSERT` and checking the valid of the TTL field.
- Fixed the bug that the synchronization between two clusters may fail when the vid type was string.

## Legacy versions

Expand Down