Releases: brokercap/Bifrost
Releases · brokercap/Bifrost
v1.8.0-beta.01
- mysql caching_sha2_password supported
v1.7.4-release
- fix plugin redis list sync empty bug
- fix pprof.go,update DBController to PprofController
- mysql field data check update
- redis-client lib version update
- fix eventID calc error, lose data bug
v1.7.3-release
- fix gtid update panic bug
- connection use utf8mb4
- plugin mysql cancel bool type
- fix plugin field nullable contrast YES
- fix plugin clickhouse conn error
v1.7.2-release
- mariadb gtid supported
- fix plugin mysql nullable ,bug has default sync error bug
- testing binlog parser and select data is all right for mysql,mariadb,percona
- golang 1.16 ,Darwin arm64 supported
v1.7.1-release
- fix binlog parser ddl(rename,drop) error
- fix binlog parser error by "/notes/" filter
- plugin ck ddl update
- plugin mysql ddl update ,supported tidb rename multi-table
- mysql multi-gtid support
- fix percona 8.0 char parser error
- recovery binlog position calc update
- before and after ddl, callback a dummy begin and commit event
- fix windows path error
- db list show eventID
- doc update
- fix other bugs
v1.7.0-rc.01
- gtid supported
- plugin ck ddl supported(add,change column)
- plugin ck decimal64 tansfer decimal64, decimal128 and decimal256 tansfer to String
- plugin mysql filter data auto_increment be first
- fix other bugs
v1.6.6-release
- fix rename table binlog parser error bug
- fix http basic auth bug
v1.6.5-release
- fixed mysql desc SchemaName error bug
- fixed mysql ddl tansfer error bug
- fixed history task may recovry bug
- fixed history flow href error
- mysql plugin error update
- fixed may time out contine bug
- other bug fixed
v1.6.4-release
- 修复一个全量任务设置多线程同步造成的致命bug
- fixed TRANSACTION_CONTEXT_EVENT,VIEW_CHANGE_EVENT,XA_PREPARE_LOG_EVENT filter error
- add mysql version show
- add http api doc
- web view update and other bugs fixed
v1.6.3-release
- 修复plugin mysql 主键非自增的时候丢数据的bug
- 修复plugin ddl 同步造成的阻塞的bug
- 修复plugin 同步出错不报错而造成丢数据的bug
- 修复dateime(6)类型默认值为0000-00-00 00:00:00.000000解析出错的bug
- 流量统计优化减少对map的操作,界面流量显示优化
- 用户登入验证Host支持多个Host配置,用逗号隔开
- plugin clickhouse 优化对源是float类型的数据转换
- 其他已知的部分bug修复及界面优化