Skip to content

Releases: bakwc/mysql_ch_replicator

0.0.26

31 Oct 08:27

Choose a tag to compare

What's Changed

  • Better numeric types handling (Unsigned types, unsigned tinyint, smallint, mediumint, int, bigint) by @bakwc
  • varbinary type support by @bakwc

Full Changelog: 0.0.24...0.0.26

0.0.25

30 Oct 18:57

Choose a tag to compare

What's Changed

  • Fixed running initial replication when switched DB by @bakwc in #13
  • Fixed comments in table create statement by @bakwc
  • Fixed double by @bakwc

Full Changelog: 0.0.23...0.0.24

0.0.23

30 Oct 13:32

Choose a tag to compare

What's Changed

  • Another fix related to datetime handling by @bakwc

Full Changelog: 0.0.21...0.0.22

0.0.22

30 Oct 09:32

Choose a tag to compare

What's Changed

Full Changelog: 0.0.21...0.0.22

0.0.21

30 Oct 08:20

Choose a tag to compare

What's Changed

  • tinyint type support by @bakwc

Full Changelog: 0.0.20...0.0.21

0.0.20

29 Oct 19:07
eb6cfeb

Choose a tag to compare

What's Changed

Full Changelog: 0.0.19...0.0.20

0.0.19

27 Oct 20:16

Choose a tag to compare

What's Changed

  • Logging improvements @bakwc in #9
    • Writing logs to files, separated by database
    • Added cpu_load metric
  • Fixed bug with removing dump files with low activity use-cases (no records added for a long time)

Full Changelog: 0.0.18...0.0.19

0.0.18

27 Oct 15:58

Choose a tag to compare

What's Changed

  • Handling text and blob data types, #3 by @bakwc in #8

Full Changelog: 0.0.17...0.0.18

0.0.17

13 Oct 16:53

Choose a tag to compare

What's Changed

  • Prevent binlog removal during initial replication by @bakwc in #5
  • Tables and databases flexible filtering by @bakwc in #6
    Now possible to use a list of databases / tables, e.g.:
databases: ['my_database_1', 'my_database_2']
tables: ['table_1', 'table_2*']

Previous syntax (with single database) also supported.

Full Changelog: 0.0.16...0.0.17

0.0.16

07 Oct 19:10

Choose a tag to compare

What's Changed

Full Changelog: 0.0.15...0.0.16