Skip to content

Commit

Permalink
v2.1.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3wish committed Sep 17, 2023
1 parent 5ec5344 commit 6ced480
Show file tree
Hide file tree
Showing 4 changed files with 15 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 @@ -117,11 +117,11 @@ After compiling, the corresponding platform name folder will be created in the t
##### Binary

```
wget https://github.com/brokercap/Bifrost/releases/download/v2.1.0-beta/bifrost_v2.1.0-beta_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v2.1.1-beta/bifrost_v2.1.1-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.1.0-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.1.1-beta_Linux-amd64-bin.tar.gz
cd bifrost_v2.1.0-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v2.1.1-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 @@ -120,11 +120,11 @@ make install prefix=./target
##### 二进制文件安装
`````sh

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

tar -zxvf bifrost_v2.1.0-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.1.1-beta_Linux-amd64-bin.tar.gz

cd bifrost_v2.1.0-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v2.1.1-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*

`````

Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v2.1.1-beta 2023-09-17
1. 修复同步配置字段映射显示undefined的bug
https://github.com/brokercap/Bifrost/issues/237
2. output ClickHouse支持选择配置自动创建MergeTree引擎表
https://github.com/brokercap/Bifrost/issues/244
3. 修复mysql源连接断开没被发现的bug
https://github.com/brokercap/Bifrost/issues/188

v2.1.0-beta 2023-09-03
1. 支持input kafka 自定义配置数据格式转换成Bifrost格式
2. output clickhouse 支持json.Number数据类型转换成String
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.1.0-beta"
const VERSION = "v2.1.1-beta"

0 comments on commit 6ced480

Please sign in to comment.