Skip to content

Releases: liuxinwang/go-mysql-starrocks

Release 0.6.3

19 Dec 11:59
Compare
Choose a tag to compare

support column type longtext,mediumtext, Closes #28

Release 0.6.2

16 Dec 14:57
Compare
Choose a tag to compare

bug fix column keyword write sr failed, Closes #27

Release 0.6.1

10 Oct 15:47
Compare
Choose a tag to compare
  1. 增加getConfig API,用于页面管理
  2. 增加统一管理页面程序:go-mysql-starrocks-manager,部署方式下载安装程序,参考安装包说明, Closes #17
  3. 20241122 bug fix. go-mysql-starrocks-manager-v0.0.2, Closes #26

Release 0.6.0

08 Jun 14:38
Compare
Choose a tag to compare

重构 mysql onDDL 逻辑,去除内存 mysql依赖,降低包大小,同时去除启动参数meta-db-port,现在是不需要的

欢迎试用qin-cdc,支持更多数据源实时同步

Release 0.5.4

03 Feb 03:50
Compare
Choose a tag to compare
  1. full sync batch data size >= 90M exec sendData, 避免超过100M写入失败, bug fix #23
  2. api del sync table [fatal] op_starrocks.go ERROR 1146 (HY000): table not found bug fix #21

Release 0.5.3

01 Feb 13:20
Compare
Choose a tag to compare
  1. api full sync performance optimization fix #20
  2. prom metric 负值优化 fix #20

Release 0.5.2

27 Jan 09:15
Compare
Choose a tag to compare

output add send data error retry 3, fix #19

Release 0.5.1

16 Jan 14:27
Compare
Choose a tag to compare

starrocks output error print log bug fix

Release 0.5.0

23 Nov 00:59
Compare
Choose a tag to compare

update detail:

  1. Plugin code refactoring
  2. aliyun dms online ddl rename table ddl handle error bug ifx

upgrade script:

  1. execute ddl_script.sql before upgrading

Release 0.4.5

17 Nov 13:27
Compare
Choose a tag to compare
v0.4.5

add mysql config item [input.config.meta], for support meta db _go_my…