Skip to content

Releases: jin06/binlogo

v1.1.24

19 Feb 05:33
92702a3
Compare
Choose a tag to compare

What's Changed

v1.1.23-alpha

19 Feb 05:28
Compare
Choose a tag to compare

What's Changed

v1.1.2-beta

02 Dec 09:02
fbcc0d7
Compare
Choose a tag to compare
  • Add self repaired feature, that provide a param 'fix_pos_newest' for pipline. If set 'fix_pos_newest' is true,when pipeline failed to sync mysql while the error is that binlog file is not exist, binlogo will update the newest position for this pipeline.
  • Closed dashboard repo, merge that to this repo.
  • Set ElasticSearch output, provie add & update function, but the sender function is not implemented.

v1.1.0

20 Nov 08:52
60169b7
Compare
Choose a tag to compare
  • more stable
  • optimized codes

v1.0.67-beta

20 Nov 08:42
Compare
Choose a tag to compare

Resolve some bugs

  • The first issue was that the node had exited, but a proper re-election process was not triggered.
  • The second issue stemmed from inadequate concurrency control, resulting in pipeline stages not functioning correctly.

v1.0.41

21 Dec 05:56
Compare
Choose a tag to compare
  • fixbug: data change more than once in the transaction will loss
  • feature: add prometheus metrics
  • feature: use object pool for reducing gc and memory use

v1.0.36

14 Dec 07:06
Compare
Choose a tag to compare
  • fixbug: If etcd connection is lost during startup, it will become a zombie process

v1.0.32

09 Dec 08:06
Compare
Choose a tag to compare
  • Add Redis output
  • Add RocketMQ output
  • Add some events
  • Fix bugs by etcd disconnectd
  • Change send logic, block if send error
  • Change node register logic, quite if register lease lose
  • Rewrite election code
  • Add front-end code relatively

v1.0.18-beta

29 Nov 06:44
Compare
Choose a tag to compare

Fixbug:

  • When aggregating events, wrong way of time comparison
  • Add configuration of ETCD username
    Feature:
  • When configuring the pipeline on console, some inputs use a larger text type

v1.0.16-beta

28 Nov 08:25
Compare
Choose a tag to compare
  • ADD RabbitMQ output