Skip to content

Releases: long2ice/synch

v0.7.2

18 Sep 06:54
Compare
Choose a tag to compare
  1. add loguru and remove sentry

v0.7.1

12 Oct 08:31
Compare
Choose a tag to compare
  • Catch query parse error.
  • Support ClickHouse cluster.
  • Note that synch.yaml struct changed.

v0.7.0

03 Sep 03:18
Compare
Choose a tag to compare
  • Refactor DDL sync.

v0.6.9

10 Aug 03:19
Compare
Choose a tag to compare
  • Add count in consumer.
  • Add more log.
  • synch table add id column.
  • Fix insert interval.
  • Fix pk with not int type.

v0.6.8

04 Aug 01:37
Compare
Choose a tag to compare
  • Fix json field encode.
  • Make ReplacingMergeTree as default.
  • Add cli check to check count of source table and target table.

v0.6.7

24 Jul 03:27
Compare
Choose a tag to compare
  • Fix monitor config.
  • Add ReplacingMergeTree support.

v0.6.6

15 Jul 03:51
Compare
Choose a tag to compare
  • Add monitoring in config, which insert monitoring records in ClickHouse.
  • Add email error report config.
  • Bug fix.
  • Support postgres full etl, need clickhouse-jdbc-bridge.

v0.6.5

13 Jul 03:38
Compare
Choose a tag to compare
  • Fix bugs in skip database table.
  • Fix composite primary key etl.

v0.6.4

08 Jul 13:53
Compare
Choose a tag to compare
  • Add VersionedCollapsingMergeTree support.
  • Add skip_decimal in config to fix #7690.
  • Add auto_create in config.

v0.6.3

06 Jul 14:55
Compare
Choose a tag to compare
  • Fix redis sentinel error.
  • Fix debug error.
  • Fix delete pk error.