Skip to content

Version 4.3.0

Compare
Choose a tag to compare
@qishipengqsp qishipengqsp released this 03 Jun 08:40
· 148 commits to master since this release
5563771

Version 4.3.0 (2024-05-21)

Breaking Changes:

  1. Integrate TuGraph-DB to GraphRAG framework in DB-GPT: https://github.com/eosphoros-ai/DB-GPT/releases/tag/v0.5.6
  2. Support using TuGraph-DB in DB-GPT: https://github.com/eosphoros-ai/DB-GPT/releases/tag/v0.5.5
  3. Support quick schema changes in detached property model.
  4. Support composite index

Improvements And Bug Fixes:

  1. Add new built-in procedures: upsertVertexByJson, upsertEdgeByJson, createVertexLabelByJson, createEdgeLabelByJson, dropAllVertex.
  2. Support user-defined snapshot start time in HA mode.
  3. Add new functions for spatial data type.
  4. Add development guide doc
  5. Other bug fixes.

Interfaces Modification:

  1. data imported in detached property model by default.
  2. new configuration ha_first_snapshot_start_time added.

版本4.3.0 (2024-05-21)

重大变更:

  1. DB-GPT中实现TuGraph上的知识图谱构建与检索: https://github.com/eosphoros-ai/DB-GPT/releases/tag/v0.5.6
  2. DB-GPT支持TuGraph:https://github.com/eosphoros-ai/DB-GPT/releases/tag/v0.5.5
  3. 属性分离模式下的schema变更优化,支持快速变更
  4. 支持组合索引

优化和错误修复:

  1. 新增内置存储过程:upsertVertexByJson、upsertEdgeByJson、createVertexLabelByJson、createEdgeLabelByJson、dropAllVertex
  2. 支持自定义HA模式下snapshot开始时间
  3. 新增地理类型数据相关内置函数
  4. 新增开发者说明文档
  5. 其他错误修复

接口更变:

  1. 数据导入时默认为属性分离模式
  2. 启动参数新增ha_first_snapshot_start_time