Skip to content

Commit

Permalink
3.2 enterprise release notes 1 (#1473)
Browse files Browse the repository at this point in the history
* add 3.2 enterprise release notes

* update

* Update release-note.md

Co-authored-by: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com>
  • Loading branch information
abby-cyber and cooper-lzy authored Jun 30, 2022
1 parent ef66177 commit 704e9ca
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions docs-2.0/20.appendix/release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,55 +12,55 @@

- Optimized the configuration file and added some configurations. [#4310](https://github.com/vesoft-inc/nebula/pull/4310)

- Added optimization rule to remove useless AppendVertices operator. [#4277](https://github.com/vesoft-inc/nebula/pull/4277)
- Added optimization rules to remove the useless AppendVertices operator. [#4277](https://github.com/vesoft-inc/nebula/pull/4277)

- Added optimization rule for pushing down the filter of edge. [#4270](https://github.com/vesoft-inc/nebula/pull/4270)
- Added optimization rules for pushing down the filter of edges. [#4270](https://github.com/vesoft-inc/nebula/pull/4270)

- Added optimization rule for pushing down the filter of vertex properties. [#4260](https://github.com/vesoft-inc/nebula/pull/4260)
- Added optimization rules for pushing down the filter of vertex properties. [#4260](https://github.com/vesoft-inc/nebula/pull/4260)

- Eliminate VID predication filter. [#4249](https://github.com/vesoft-inc/nebula/pull/4249)
- Eliminated the VID predication filter. [#4249](https://github.com/vesoft-inc/nebula/pull/4249)

- Reduce data copying for join operation when moving data. [#4283](https://github.com/vesoft-inc/nebula/pull/4283)
- Reduced the amount of data to be copied for Join operations when moving data. [#4283](https://github.com/vesoft-inc/nebula/pull/4283)

- Obtain property values ​​through subscripts to reduce the time-consuming of property query. [#4242](https://github.com/vesoft-inc/nebula/pull/4242)
- Obtained property values through subscripts to reduce the time-consuming of property queries. [#4242](https://github.com/vesoft-inc/nebula/pull/4242)

- Optimize the performance of `SHORTEST PATH`. [#4071](https://github.com/vesoft-inc/nebula/pull/4071)
- Optimized the performance of `SHORTEST PATH`. [#4071](https://github.com/vesoft-inc/nebula/pull/4071)

- Optimize the performance of `SUBGRAPH`. [#4226](https://github.com/vesoft-inc/nebula/pull/4226)
- Optimized the performance of `SUBGRAPH`. [#4226](https://github.com/vesoft-inc/nebula/pull/4226)

- Reduce data copying of Traverse and AppendVertices operators when moving data. [#4176](https://github.com/vesoft-inc/nebula/pull/4176)
- Reduced the amount of data to be copied for Traverse and AppendVertices operators when moving data. [#4176](https://github.com/vesoft-inc/nebula/pull/4176)

- Enhance optimization rules for removing invalid project operators. [#4157](https://github.com/vesoft-inc/nebula/pull/4157)
- Enhanced optimization rules for removing invalid project operators. [#4157](https://github.com/vesoft-inc/nebula/pull/4157)

- Optimize memory allocation with Arena Allocator. [#4239](https://github.com/vesoft-inc/nebula/pull/4239)
- Optimized memory allocation with Arena Allocator. [#4239](https://github.com/vesoft-inc/nebula/pull/4239)

### Bugfix

- Fix the crash of web service when receiving some special attack messages. [#4334](https://github.com/vesoft-inc/nebula/pull/4334)
- Fixed the web service crash when receiving some special attack messages. [#4334](https://github.com/vesoft-inc/nebula/pull/4334)

- Fix the crash of storage service when scanning property concurrently. [#4268](https://github.com/vesoft-inc/nebula/pull/4268)
- Fixed the storage service crash when scanning properties concurrently. [#4268](https://github.com/vesoft-inc/nebula/pull/4268)

- Fix the crash of storage service when `INSERT` edge that exceeds length. [#4305](https://github.com/vesoft-inc/nebula/pull/4305)
- Fixed the storage service crash when the name length of the inserting edge that exceeded the limit. [#4305](https://github.com/vesoft-inc/nebula/pull/4305)

- Fix the crash when enabling querry concurrently mode. [#4288](https://github.com/vesoft-inc/nebula/pull/4288)
- Fixed the crash when enabling the concurrent querry mode. [#4288](https://github.com/vesoft-inc/nebula/pull/4288)

- Fix the crash of storage when lookup index with nullable property. [#4234](https://github.com/vesoft-inc/nebula/pull/4234)
- Fixed the storage service crash when querying for indexes with the NULL property. [#4234](https://github.com/vesoft-inc/nebula/pull/4234)

- Fix the bug that standalone daemon exit after restart. [#4269](https://github.com/vesoft-inc/nebula/pull/4269)
- Fixed the bug that standalone daemon exited after a restart. [#4269](https://github.com/vesoft-inc/nebula/pull/4269)

- Fix the bug that the result of dot format explanation of Join is malformed for GraphViz online tool, which caused by twice json converting. [#4280](https://github.com/vesoft-inc/nebula/pull/4280)
- Fixed the bug that the result of the Join dot format explanation was incorrect for GraphViz online tool, which caused by twice JSON conversions. [#4280](https://github.com/vesoft-inc/nebula/pull/4280)

- Fix the bug in property lookup, disable the use of dot in schema. [#4194](https://github.com/vesoft-inc/nebula/pull/4194)
- Fixed the bug in property queries. The use of dots in schema is now disabled. [#4194](https://github.com/vesoft-inc/nebula/pull/4194)

- Fix the bug that the machine lost the key when restoring data. [#4311](https://github.com/vesoft-inc/nebula/pull/4311)
- Fixed the bug that the machine lost the key when restoring data. [#4311](https://github.com/vesoft-inc/nebula/pull/4311)

- Fix the bug that using the same statement to return same vertex different properties, the results show `BAD TYPE`. [#4151](https://github.com/vesoft-inc/nebula/pull/4151)
- Fixed the bug that using the same statement to return same vertex different properties, and the results showed `BAD TYPE`. [#4151](https://github.com/vesoft-inc/nebula/pull/4151)

- Fix the error message in statement `MATCH p=(:team)-->() RETURN p LIMIT 1` without index. [#4053](https://github.com/vesoft-inc/nebula/pull/4053)
- Fixed the error message in statement `MATCH p=(:team)-->() RETURN p LIMIT 1` without indexes. [#4053](https://github.com/vesoft-inc/nebula/pull/4053)

- Enhancement the error message for operator `AND` and `OR`. [#4304](https://github.com/vesoft-inc/nebula/pull/4304)
- Enhanced the error message for operators `AND` and `OR`. [#4304](https://github.com/vesoft-inc/nebula/pull/4304)

- Fix the bug that no stats in index condition. [#4353](https://github.com/vesoft-inc/nebula/pull/4353)
- Fixed the bug that there were no stats under the condition of using indexes. [#4353](https://github.com/vesoft-inc/nebula/pull/4353)

## Legacy versions

Expand Down

0 comments on commit 704e9ca

Please sign in to comment.