Skip to content

Releases: brokercap/Bifrost

v1.7.3-release

28 Feb 13:28
Compare
Choose a tag to compare
  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

21 Feb 07:38
Compare
Choose a tag to compare
  1. mariadb gtid supported
  2. fix plugin mysql nullable ,bug has default sync error bug
  3. testing binlog parser and select data is all right for mysql,mariadb,percona
  4. golang 1.16 ,Darwin arm64 supported

v1.7.1-release

09 Feb 09:15
Compare
Choose a tag to compare
  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. before 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

24 Jan 13:30
Compare
Choose a tag to compare
  1. gtid supported
  2. plugin ck ddl supported(add,change column)
  3. plugin ck decimal64 tansfer decimal64, decimal128 and decimal256 tansfer to String
  4. plugin mysql filter data auto_increment be first
  5. fix other bugs

v1.6.6-release

17 Jan 12:03
Compare
Choose a tag to compare
  1. fix rename table binlog parser error bug
  2. fix http basic auth bug

v1.6.5-release

10 Jan 10:42
Compare
Choose a tag to compare
  1. fixed mysql desc SchemaName error bug
  2. fixed mysql ddl tansfer error bug
  3. fixed history task may recovry bug
  4. fixed history flow href error
  5. mysql plugin error update
  6. fixed may time out contine bug
  7. other bug fixed

v1.6.4-release

03 Jan 09:41
Compare
Choose a tag to compare
  1. 修复一个全量任务设置多线程同步造成的致命bug
  2. fixed TRANSACTION_CONTEXT_EVENT,VIEW_CHANGE_EVENT,XA_PREPARE_LOG_EVENT filter error
  3. add mysql version show
  4. add http api doc
  5. web view update and other bugs fixed

v1.6.3-release

27 Dec 04:24
Compare
Choose a tag to compare
  1. 修复plugin mysql 主键非自增的时候丢数据的bug
  2. 修复plugin ddl 同步造成的阻塞的bug
  3. 修复plugin 同步出错不报错而造成丢数据的bug
  4. 修复dateime(6)类型默认值为0000-00-00 00:00:00.000000解析出错的bug
  5. 流量统计优化减少对map的操作,界面流量显示优化
  6. 用户登入验证Host支持多个Host配置,用逗号隔开
  7. plugin clickhouse 优化对源是float类型的数据转换
  8. 其他已知的部分bug修复及界面优化

v1.6.2-release

20 Dec 04:51
Compare
Choose a tag to compare
  1. 登入用户新增 Host 验证功能
  2. 新增登入日志及自动禁IP功能

v1.6.1-release

16 Dec 13:59
Compare
Choose a tag to compare
  1. 新增对mysql time(1-6),datetime(1-6),timestamp(1-6) 的支持( binlog 解析由 @zhwei820 提交合并 )
  2. 修复一个可以可能 造成丢数据的bug
  3. mysql 插件支持不同步数据的功能,只支持 SQL DDL
  4. 修复 binlog commit事件被过滤的bug