Skip to content

Releases: bakwc/mysql_ch_replicator

0.0.19

27 Oct 20:16
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.15...0.0.16

0.0.15

31 Aug 22:05
Compare
Choose a tag to compare

What's Changed

0.0.14

22 Aug 21:47
Compare
Choose a tag to compare
  • Command for one-time data copy
  • Fixed replication of strings / large JSON
  • Added tests as github workflow

Full Changelog: 0.0.13...0.0.14

0.0.13

16 Aug 20:58
Compare
Choose a tag to compare

Initial release