Skip to content

Version 4.5.0

Latest
Compare
Choose a tag to compare
@lipanpan03 lipanpan03 released this 14 Sep 01:54
· 13 commits to master since this release
b7734ff

Version 4.5.0 (2024-09-05)

Breaking Changes:

  1. Cypher & gql ast are unified, and the query engine is fully upgraded. (#597)(#604)(#644)(#651)
  2. The browser front-end architecture is upgraded to support graph analysis. (#658)

Improvements And Bug Fixes:

  1. Cypher supports parsing emoji symbols. (#657)
  2. The format of lgraph_cli output execution plan is optimized. (#648)
  3. Optimize the performance of variable-length path queries. (#622)
  4. Support using pair unique index to upsert edges. (#636)
  5. Cypher supports map type parameters when querying points and edges. (#603)

Interface Modification:

  1. Add code type to the list plugin return result. (#642)
  2. Enrich the result content returned by algo procedure and support output to files. (#634)(#637)(#641)(#643)
  3. Support using DataX to import TuGraph. (#629)

Version 4.5.0 (2024-09-05)

重大变更:

  1. cypher & gql ast统一完成,查询引擎全面升级。(#597)(#604)(#644)(#651)
  2. browser前端架构升级,支持图分析。(#658)

优化和错误修复:

  1. cypher支持解析emoji符号。(#657)
  2. lgraph_cli输出执行计划格式优化。(#648)
  3. 优化可变长路径查询性能。(#622)
  4. 支持使用pair unique索引upsert边。(#636)
  5. cypher查询点边时支持map类型参数。(#603)

接口更变:

  1. list plugin返回结果增加code type。(#642)
  2. 丰富algo procedure返回结果内容,支持输出到文件。(#634)(#637)(#641)(#643)
  3. 支持使用DataX导入TuGraph。(#629)