Version 4.3.1
Version 4.3.1 (2024-06-13)
Breaking Changes:
- Support non-unique composite index
- Cypher supports GQL ASTNode parsing links
- Support bolt data transfer over websocket
Improvements And Bug Fixes:
- Fix the built-in stored procedure algo.native.extract
- Other bug fixes
Interface Modification:
- The function of adding and deleting procedures is not enabled by default when lgraph_server is started. Enable_procedure must be configured to true to add and delete procedures
- The java client adds a callCypher interface to return header information
版本 4.3.1 (2024-06-13)
重大变更:
- 支持非唯一组合索引
- cypher支持GQL ASTNode解析链路
- 支持通过websocket进行Bolt数据传输
优化和错误修复:
- 修复内置存储过程algo.native.extract
- 其他错误修复
接口更变:
- lgraph_server启动时默认不打开增删procedure的功能,需配置enable_procedure为true才可增删procedure
- java client新增callCypher接口可返回header信息