Skip to content

Commit

Permalink
v2.0.5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3wish committed Jun 10, 2023
1 parent 0ea246e commit 9eb5d87
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.EN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Your star is the biggest support for Bifrost!!!
| Kafka | NO | YES | canal | canal json to bifrost data |
| kafka | NO | YES | bifrost | bifrost to kafka,kafka to bifrost |
| kafka | NO | YES | debezium | debezium for mysql data |

| Mongo | NO | YES | oplog | |
---

#### **WIKI** : [https://wiki.xbifrost.com/en](https://wiki.xbifrost.com/en)
Expand Down 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.4-beta/bifrost_v2.0.4-beta_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v2.0.5-beta/bifrost_v2.0.5-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.0.4-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.0.5-beta_Linux-amd64-bin.tar.gz
cd bifrost_v2.0.4-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v2.0.5-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
```

Expand Down
7 changes: 4 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
| Kafka | NO | YES | canal | 将canal的格式自动转成biforst格式进行处理 |
| kafka | NO | YES | bifrost | Bifrost可以作为源写入到kafka,再由Bifrost消费kafka的数据 |
| kafka | NO | YES | debezium | debezium将数据写入kafka,Bifrost消费kafka的数据自动转换处理 |
| Mongo | NO | YES | oplog | |

---

Expand Down Expand Up @@ -118,11 +119,11 @@ make install prefix=./target
##### 二进制文件安装
`````sh

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

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

cd bifrost_v2.0.4-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v2.0.5-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.0.5-beta 2023-06-10
1. 新增mongo input源,当前只支持oplog增量解析同步

v2.0.4-beta 2023-06-09
1. 目标端kafka连接支持tls,用户名密码连接配置
2. 增加飞书报警类型
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-input-mongo-apha"
const VERSION = "v2.0.5-beta"

0 comments on commit 9eb5d87

Please sign in to comment.