Skip to content

Version 4.3.2

Choose a tag to compare

@lipanpan03 lipanpan03 released this 29 Jul 01:53
· 113 commits to master since this release
cd1d9ab

Version 4.3.2 (2024-07-25)

Breaking Changes:

  1. Optimize browser architecture and set as the default web.(#608)
  2. Add support for vector data type.(#475)

Improvements And Bug Fixes:

  1. Fix cypher edge property filter does not work.(#559)
  2. Reduce the size of rpm package.(#556)
  3. Cypher performance optimization.(#570)(#575)
  4. Fix the issue that "orderby" variable is not in "return" clause.(#585)
  5. Allows to set empty graph in bolt client session.(#589)
  6. Documentation fixes.(#563)(#567)(#574)(#569)
  7. cypher and gql use the same ast node.(#561)(#581)(#577)

Interface Modification:

  1. Shortest path procedure support multiple edge filter.(#560)

Version 4.3.2 (2024-07-25)

重大变更:

  1. browser前端架构优化,并设置为默认前端。(#608)
  2. 初步支持向量数据类型。(#475)

优化和错误修复:

  1. 修复边属性条件过滤不生效。(#559)
  2. 优化RPM包产出物的大小,去掉一些不再用的文件。(#556)
  3. cypher语句性能优化。(#570)(#575)
  4. 修复cypher order by报错。(#585)
  5. bolt客户端支持不强制设置graph名字。(#589)
  6. 文档修复。(#563)(#567)(#574)(#569)
  7. cypher & gql ast统一。(#561)(#581)(#577)

接口更变:

  1. 内置最短路径存储过程支持多个边条件过滤。(#560)