Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Jun 12, 2024
1 parent 578ccf9 commit 480d551
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@ WIP

## v 2.0.11

对应 doris 2.0.11。

### Feature

- 支持以 postgresql 作为 ccr-syncer 的元数据库
- 支持 add partoition 相关操作
- 支持 insert overwrite 相关操作
- 支持以 postgresql 作为 ccr-syncer 的元数据库 (#77)
- 支持 insert overwrite 相关操作 (#97,#99)

### Fix

- 修复 drop partition 的问题
- 修复高可用模式下接口无法 redirect 的问题
- 修复 binlog 丢失的问题
- 修改 connect 和 rpc 超时时间默认值
- 修复 view 和 materialized view 使用造成空指针问题
- 修复 drop partition 后因找不到 partition id 而无法继续同步的问题 (#82)
- 修复高可用模式下接口无法 redirect 的问题 (#81)
- 修复 binlog 可能因同步失败而丢失的问题 (#86,#91)
- 修改 connect 和 rpc 超时时间默认值,connect 默认 10s,rpc 默认 30s (#94,#95)
- 修复 view 和 materialized view 使用造成空指针问题 (#100)
- 修复 add partition sql 错误的问题 (#99)


## v 2.1.3/2.0.3.10
Expand Down

0 comments on commit 480d551

Please sign in to comment.