Skip to content

Commit

Permalink
v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3wish committed Dec 31, 2023
1 parent 00d2bb8 commit 5d76896
Show file tree
Hide file tree
Showing 4 changed files with 18 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.3-beta/bifrost_v2.3.3-beta_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v2.3.4-beta/bifrost_v2.3.4-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.3.3-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.3.4-beta_Linux-amd64-bin.tar.gz
cd bifrost_v2.3.3-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v2.3.4-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.3-beta/bifrost_v2.3.3-beta_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v2.3.4-beta/bifrost_v2.3.4-beta_Linux-amd64-bin.tar.gz

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

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

`````

Expand Down
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v2.3.4-beta 2023-12-31
1. 修复MySQL源,指定同步表配置后,但可能没生效的BUG BUG复现过程: a. 配置了一个T1表同步 b. 重启进程,并且T1表数据不再做任何更新 c. 配置T2表同步 d. 更新T1表的数据
2. 修复mysql 带有触发器的时候binlog解析失败的bug https://github.com/brokercap/Bifrost/issues/263
3. 修复plugin clickhouse decimal 精度丢失的bug https://github.com/brokercap/Bifrost/issues/204

v2.2.3-beta 2023-12-31
1. 修复MySQL源,指定同步表配置后,但可能没生效的BUG BUG复现过程: a. 配置了一个T1表同步 b. 重启进程,并且T1表数据不再做任何更新 c. 配置T2表同步 d. 更新T1表的数据
2. 修复mysql 带有触发器的时候binlog解析失败的bug https://github.com/brokercap/Bifrost/issues/263
3. 修复plugin clickhouse decimal 精度丢失的bug https://github.com/brokercap/Bifrost/issues/204
4. 修复2.2.2 mysql,clickhouse之外的其他插件input没有配置tag标签导致数据转换失败的bug

v2.3.3-beta 2023-11-05
1. 修复2.2.2 ,2.3.2 mysql,clickhouse之外的其他插件input没有配置tag标签导致数据转换失败的bug

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.3-beta"
const VERSION = "v2.3.4-beta"

0 comments on commit 5d76896

Please sign in to comment.