Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3wish committed Feb 9, 2021
1 parent e3ccaa6 commit 37447a9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.EN.MD
Expand Up @@ -22,7 +22,7 @@ Your star is the biggest support for Bifrost!!!
* ClickHouse(supported DDL)
* MySQL(supported DDL)
* [Http](https://github.com/brokercap/Bifrost/blob/v1.7.x/plugin/http/example/http_server/http_server.go)
* [Hprose RPC](https://github.com/brokercap/Bifrost/blob/v1.6.x/hprose_server/tcp_server.go)
* [Hprose RPC](https://github.com/brokercap/Bifrost/blob/v1.7.x/hprose_server/tcp_server.go)

---

Expand Down Expand Up @@ -96,11 +96,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.0-rc.01/bifrost_v1.7.0-rc.01_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v1.7.1-release/bifrost_v1.7.1-release_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.7.0-rc.01_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.7.1-release_Linux-amd64-bin.tar.gz
cd bifrost_v1.7.0-rc.01_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v1.7.1-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
```

Expand Down
6 changes: 3 additions & 3 deletions README.MD
Expand Up @@ -99,11 +99,11 @@ make install prefix=./target
##### 二进制文件安装
`````sh

wget https://github.com/brokercap/Bifrost/releases/download/v1.7.0-rc.01/bifrost_v1.7.0-rc.01_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v1.7.1-release/bifrost_v1.7.1-release_Linux-amd64-bin.tar.gz

tar -zxvf bifrost_v1.7.0-rc.01_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.7.1-release_Linux-amd64-bin.tar.gz

cd bifrost_v1.7.0-rc.01_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v1.7.1-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*

`````

Expand Down
15 changes: 15 additions & 0 deletions changelog.txt
@@ -1,3 +1,18 @@
v1.7.1-release 2021-02-09
===========================
1. fix binlog parser ddl(rename,drop) error
2. fix binlog parser error by "/*notes*/" filter
3. plugin ck ddl update
4. plugin mysql ddl update ,supported tidb rename multi-table
5. mysql multi-gtid support
6. fix percona 8.0 char parser error
7. recovery binlog position calc update
8. beore and after ddl, callback a dummy begin and commit event
9. fix windows path error
10. db list show eventID
11. doc update
12. fix other bugs

v1.7.0-rc.01 2021-01-24
===========================
1. gtid supported
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Expand Up @@ -15,4 +15,4 @@ limitations under the License.
*/
package config

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

0 comments on commit 37447a9

Please sign in to comment.