From 4d4928b6af5cc9d9f6546481ef908e536208adba Mon Sep 17 00:00:00 2001 From: jc3wish <> Date: Fri, 5 Apr 2024 17:31:38 +0800 Subject: [PATCH] v2.3.5 --- README.EN.MD | 6 +++--- README.MD | 6 +++--- changelog.txt | 4 ++++ config/version.go | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.EN.MD b/README.EN.MD index 0bd162c..8f0c9cd 100644 --- a/README.EN.MD +++ b/README.EN.MD @@ -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.4-beta/bifrost_v2.3.4-beta_Linux-amd64-bin.tar.gz +wget https://github.com/brokercap/Bifrost/releases/download/v2.3.5-beta/bifrost_v2.3.5-beta_Linux-amd64-bin.tar.gz -tar -zxvf bifrost_v2.3.4-beta_Linux-amd64-bin.tar.gz +tar -zxvf bifrost_v2.3.5-beta_Linux-amd64-bin.tar.gz -cd bifrost_v2.3.4-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost* +cd bifrost_v2.3.5-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost* ``` diff --git a/README.MD b/README.MD index 3dfbba0..4e3c254 100755 --- a/README.MD +++ b/README.MD @@ -124,11 +124,11 @@ make install prefix=./target ##### 二进制文件安装 `````sh -wget https://github.com/brokercap/Bifrost/releases/download/v2.3.4-beta/bifrost_v2.3.4-beta_Linux-amd64-bin.tar.gz +wget https://github.com/brokercap/Bifrost/releases/download/v2.3.5-beta/bifrost_v2.3.5-beta_Linux-amd64-bin.tar.gz -tar -zxvf bifrost_v2.3.4-beta_Linux-amd64-bin.tar.gz +tar -zxvf bifrost_v2.3.5-beta_Linux-amd64-bin.tar.gz -cd bifrost_v2.3.4-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost* +cd bifrost_v2.3.5-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost* ````` diff --git a/changelog.txt b/changelog.txt index d765b75..6d1c29a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v2.3.5-beta 2024-04-05 +1. fixed output starrocks varchar(255) tansfer error bug https://github.com/brokercap/Bifrost/issues/266 +2. 修复mongo数据源全量功能无效的bug https://github.com/brokercap/Bifrost/issues/272 + 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 diff --git a/config/version.go b/config/version.go index 25edd53..771b449 100755 --- a/config/version.go +++ b/config/version.go @@ -16,4 +16,4 @@ limitations under the License. package config -const VERSION = "v2.3.4-beta" +const VERSION = "v2.3.5-beta"