Skip to content

Commit

Permalink
v2.0.6-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3wish committed Jun 18, 2023
1 parent 22da6b8 commit 4fb0d69
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.EN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ After compiling, the corresponding platform name folder will be created in the t
##### Binary

```
wget https://github.com/brokercap/Bifrost/releases/download/v2.0.5-beta/bifrost_v2.0.5-beta_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v2.0.6-beta/bifrost_v2.0.6-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.0.5-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.0.6-beta_Linux-amd64-bin.tar.gz
cd bifrost_v2.0.5-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v2.0.6-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
```

Expand Down
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ make install prefix=./target
##### 二进制文件安装
`````sh

wget https://github.com/brokercap/Bifrost/releases/download/v2.0.5-beta/bifrost_v2.0.5-beta_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v2.0.6-beta/bifrost_v2.0.6-beta_Linux-amd64-bin.tar.gz

tar -zxvf bifrost_v2.0.5-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.0.6-beta_Linux-amd64-bin.tar.gz

cd bifrost_v2.0.5-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v2.0.6-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*

`````

Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v2.0.6-beta 2023-06-18
1. 修复目标库clickhouse显示同步成功,但实际失败的bug
https://github.com/brokercap/Bifrost/issues/233
2. 修复mysql数据源close操作的时候,持续closing状态
https://github.com/brokercap/Bifrost/issues/234

v2.0.5-beta 2023-06-10
1. 新增mongo input源,当前只支持oplog增量解析同步

Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ limitations under the License.

package config

const VERSION = "v2.0.5-beta"
const VERSION = "v2.0.6-beta"

0 comments on commit 4fb0d69

Please sign in to comment.