Skip to content

Commit

Permalink
v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3wish committed Nov 5, 2023
1 parent c161aee commit e00f683
Show file tree
Hide file tree
Showing 4 changed files with 10 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 @@ -121,11 +121,11 @@ After compiling, the corresponding platform name folder will be created in the t
##### Binary

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

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

tar -zxvf bifrost_v2.3.2-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.3.3-beta_Linux-amd64-bin.tar.gz

cd bifrost_v2.3.2-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v2.3.3-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*

`````

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.3.3-beta 2023-11-05
1. 修复2.2.2 ,2.3.2 mysql,clickhouse之外的其他插件input没有配置tag标签导致数据转换失败的bug

v2.3.2-beta 2023-10-22
1. 包含2.2.2版本内容
2. 优化 output mysql starrocks/doris 自动建表字段类型映射关系,根据实际情况选择最接近源端类型的数据类型
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.3.2-beta"
const VERSION = "v2.3.3-beta"

0 comments on commit e00f683

Please sign in to comment.