Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 0.11.2 release notes #56

Merged
merged 7 commits into from Nov 10, 2020
Merged

add 0.11.2 release notes #56

merged 7 commits into from Nov 10, 2020

Conversation

zhoney
Copy link
Contributor

@zhoney zhoney commented Nov 9, 2020

Change-Id: Ie0a9037789fda4c444eaf697fb66663195a2c21a

Change-Id: Ie0a9037789fda4c444eaf697fb66663195a2c21a
- 支持创建 schema 时,记录创建的时间(hugegraph #746,hugegraph-client #69)
- 支持 RESTful API 的顶点/边属性的范围查询(hugegraph #782,hugegraph-client #73)
- 支持顶点和边的 TTL (hugegraph #794,hugegraph-client #83)
- 支持共同邻居,Jaccard相似度,全部最短路径,带权最短路径和单源最短路径5种遍历算法(hugegraph #936,hugegraph-client #80)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

其他单词两边都有空格。Jaccard相似度没有,需要统一?

#### BUG修复

- 修复配置权限时 start-hugegraph.sh 的超时问题(hugegraph #761)
- 修复在 studio 执行 gremlin 时的 MySQL 链接失败问题(hugegraph #765)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

链->连

- 编码字符类型索引中的类型 ID(hugegraph #894)
- 安全模块允许 Cassandra 在执行 CQL 时按需创建线程(hugegraph #896)
- 将 GremlinServer 的默认通道设置为 WsAndHttpChannelizer(hugegraph #903)
- 将 Direction 和 遍历算法的类导出到 Gremlin 环境(hugegraph #904)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

去掉“和”后面的空格。

- 支持遍历顶点计数功能(hugegraph #995,hugegraph-client #84)
- 支持 HTTPS 协议(hugegrap #1036,hugegraph-client #85)
- 支持创建索引时控制是否重建(hugegraph #1106,hugegraph-client #91)
- 支持定制的 kout/kneighbor,多点最短路径,最相似 jaccard 点和模板路径5种遍历算法(hugegraph #1174,hugegraph-client #100,hugegraph-client #106)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

11行Jaccard 第一个字母大写,是否需要统一?

Change-Id: I434c3ac3d60f60730a4c054fe1ac642ed79aa549
houzhizhen
houzhizhen previously approved these changes Nov 9, 2020

#### 内部修改

- 启动HugeGraphServer 出现异常时快速失败(hugegraph #748)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

启动HugeGraphServer -> 启动 HugeGraphServer


- 只打印一次插入错误信息,以避免过多的错误信息(hugegraph-loader #118)
- 拆分批量插入和单条插入的线程(hugegraph-loader #120)
- CSV的解析器改为 SimpleFlatMapper(hugegraph-loader #124)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add space?

Change-Id: Iad9c012fcd4cbdf6d6e2e19244d878d32a26624e
Linary
Linary previously approved these changes Nov 9, 2020
- 支持用户和细粒度权限控制(hugegraph #749,hugegraph #985,hugegraph-client #81)
- 支持遍历顶点计数功能(hugegraph #995,hugegraph-client #84)
- 支持 HTTPS 协议(hugegrap #1036,hugegraph-client #85)
- 支持创建索引时控制是否重建(hugegraph #1106,hugegraph-client #91)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是否重建索引


- 支持梭形相似度算法(hugegraph #671,hugegraph-client #62)
- 支持创建 schema 时,记录创建的时间(hugegraph #746,hugegraph-client #69)
- 支持 RESTful API 的顶点/边属性的范围查询(hugegraph #782,hugegraph-client #73)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

支持 RESTful API 中基于属性的范围查询顶点/边

- 支持限制查询请求速率的功能(hugegraph #1158)
- 支持顶点/边的属性默认值功能(hugegraph #1182)
- 支持插件化查询加速机制 RamTable(hugegraph #1183)
- 支持索引重建失败时的 INVALID 状态(hugegraph #1226)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

支持索引重建失败时设置为 INVALID 状态

- 修复配置权限时 start-hugegraph.sh 的超时问题(hugegraph #761)
- 修复在 studio 执行 gremlin 时的 MySQL 连接失败问题(hugegraph #765)
- 修复 HBase 后端 truncate 时出现的 TableNotFoundException(hugegraph #771)
- 修复限速配置未检查,必须为正数(hugegraph #773)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复限速配置项值未检查的问题

- 修复部分存储后端的覆盖写问题(hugegraph #820)
- 修复保存执行失败的异步任务时无法取消的问题(hugegraph #827)
- 修复 MySQL 后端在 SSL 模式下无法打开数据库的问题(hugegraph #842)
- 修复索引查询丢失 offset 信息(hugegraph #866)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复索引查询时 offset 无效问题

- 优化 EdgeId.asString() 方法(hugegraph #946)
- 当顶点没有属性时跳过后端存储查询(hugegraph #951)
- 创建名字相同但属性不同的元数据时抛出 ExistedException(hugegraph #1009)
- 统一 RESTful API server 和 Gremlin Server 的日期格式(hugegraph #1014)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

放到API更新里面去
统一 RESTful API server 和 Gremlin Server 的日期格式为字符串

- 当图关闭时清空缓存(hugegraph #1078)
- 关闭图时加锁避免竞争问题(hugegraph #1104)
- 支持 Raft 状态机更新缓存(hugegraph #1119)
- 改进顶点和边的删除效率(hugegraph #1150)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

优化顶点和边的删除效率,当提供Label+ID删除时免去查询

- 关闭图时加锁避免竞争问题(hugegraph #1104)
- 支持 Raft 状态机更新缓存(hugegraph #1119)
- 改进顶点和边的删除效率(hugegraph #1150)
- 修复遍历算法未检查起点或者终点是否存在的问题(hugegraph #1156)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

移动到bug修复

- 支持单条边插入时设置是否检查顶点(hugegraph-loader #117)
- 支持从 Snappy-raw 压缩文件导入数据(hugegraph-loader #119)
- 支持导入映射文件2.0版本(hugegraph-loader #121)
- 增加一个将 utf8-bom 改为 utf8 的命令行工具(hugegraph-loader #128)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utf8-bom 转换为 utf8

- 支持 Memory 后端的备份功能 (hugegraph-tools #53)
- 支持 HTTPS 协议(hugegraph-tools #58)
- 支持 migrate 子命令配置用户名和密码(hugegraph-tools #61)
- 支持备份顶点和边时指定类型和要备份的属性信息(hugegraph-tools #63)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

过滤属性信息

Change-Id: Ia73e867647eceb6e270227d21d944d8f715949b1
- Jackson 升级到 2.10.2 版本(hugegraph #)
- Thanks 信息中增加对 Titan 的感谢(hugegraph #906)
- 适配 TinkerPop 测试(hugegraph #1048)
- 修改默认日志等级为 TRACE(hugegraph #1050)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

默认日志等级仍然是INFO并未修改, 是 "修改了允许输出的日志最低等级为TRACE"

Change-Id: I9c057ddf100d579d06d56ae3075d722400ea071a
Linary
Linary previously approved these changes Nov 10, 2020
- 查询顶点和边后按需关闭事务(hugegraph #1039)
- 当图关闭时清空缓存(hugegraph #1078)
- 关闭图时加锁避免竞争问题(hugegraph #1104)
- 优化顶点和边的删除效率,当提供Label+ID删除时免去查询(hugegraph #1150)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

提供Label+ID删除 -> 提供 Label+ID 删除

- 支持从 ORC 压缩文件导入数据(hugegraph-loader #113)
- 支持单条边插入时设置是否检查顶点(hugegraph-loader #117)
- 支持从 Snappy-raw 压缩文件导入数据(hugegraph-loader #119)
- 支持导入映射文件2.0版本(hugegraph-loader #121)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add space for 2.0

#### 功能更新

- 支持梭形相似度算法(hugegraph #671,hugegraph-client #62)
- 支持创建 schema 时,记录创建的时间(hugegraph #746,hugegraph-client #69)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Schema

- 支持创建 schema 时,记录创建的时间(hugegraph #746,hugegraph-client #69)
- 支持 RESTful API 中基于属性的范围查询顶点/边(hugegraph #782,hugegraph-client #73)
- 支持顶点和边的 TTL (hugegraph #794,hugegraph-client #83)
- 统一 RESTful API server 和 Gremlin Server 的日期格式为字符串(hugegraph #1014,hugegraph-client #82)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RESTful API Server

- 支持顶点和边的 TTL (hugegraph #794,hugegraph-client #83)
- 统一 RESTful API server 和 Gremlin Server 的日期格式为字符串(hugegraph #1014,hugegraph-client #82)
- 支持共同邻居,Jaccard 相似度,全部最短路径,带权最短路径和单源最短路径5种遍历算法(hugegraph #936,hugegraph-client #80)
- 支持用户和细粒度权限控制(hugegraph #749,hugegraph #985,hugegraph-client #81)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

支持用户认证

- 统一 RESTful API server 和 Gremlin Server 的日期格式为字符串(hugegraph #1014,hugegraph-client #82)
- 支持共同邻居,Jaccard 相似度,全部最短路径,带权最短路径和单源最短路径5种遍历算法(hugegraph #936,hugegraph-client #80)
- 支持用户和细粒度权限控制(hugegraph #749,hugegraph #985,hugegraph-client #81)
- 支持遍历顶点计数功能(hugegraph #995,hugegraph-client #84)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

支持遍历 API 的顶点计数功能

Change-Id: I8cdd140c7427d95e38ba3d73f4776a745f8ae5a8
Change-Id: I598e96ca132f3da9ecb0479f517798a92a35d925
@zhoney zhoney merged commit 521f507 into master Nov 10, 2020
@zhoney zhoney deleted the 0.11-release branch November 10, 2020 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants