Skip to content

Commit

Permalink
v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3wish committed Feb 28, 2021
1 parent 6ad2bf3 commit f639925
Show file tree
Hide file tree
Showing 4 changed files with 16 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 @@ -100,11 +100,11 @@ After compiling, the corresponding platform name folder will be created in the t
##### Binary

```
wget https://github.com/brokercap/Bifrost/releases/download/v1.7.2-release/bifrost_v1.7.2-release_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v1.7.3-release/bifrost_v1.7.3-release_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.7.2-release_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.7.3-release_Linux-amd64-bin.tar.gz
cd bifrost_v1.7.2-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v1.7.3-release_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 @@ -100,11 +100,11 @@ make install prefix=./target
##### 二进制文件安装
`````sh

wget https://github.com/brokercap/Bifrost/releases/download/v1.7.2-release/bifrost_v1.7.2-release_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v1.7.3-release/bifrost_v1.7.3-release_Linux-amd64-bin.tar.gz

tar -zxvf bifrost_v1.7.2-release_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.7.3-release_Linux-amd64-bin.tar.gz

cd bifrost_v1.7.2-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v1.7.3-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*

`````

Expand Down
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.7.3-release 2021-02-28
===========================
1. fix gtid update panic bug
2. connection use utf8mb4
3. plugin mysql cancel bool type
4. fix plugin field nullable contrast YES
5. fix plugin clickhouse conn error


v1.7.2-release 2021-02-21
===========================
1. mariadb gtid supported
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ limitations under the License.
*/
package config

const VERSION = "v1.7.3-beta"
const VERSION = "v1.7.3-release"

0 comments on commit f639925

Please sign in to comment.