Skip to content

Releases: zendesk/maxwell

v0.10.0-RC3

27 Aug 21:44
Compare
Choose a tag to compare
v0.10.0-RC3 Pre-release
Pre-release
  • handle "TRUNCATE [TABLE_NAME]" statements

v0.10.0-RC2

27 Aug 15:56
Compare
Choose a tag to compare
v0.10.0-RC2 Pre-release
Pre-release
  • fixes a bug with checksum processing.

v0.10.0-RC1

04 Aug 19:09
Compare
Choose a tag to compare
v0.10.0-RC1 Pre-release
Pre-release
  • upgrade to open-replicator 1.3.0-RC1, which brings binlog checksum (and thus easy 5.6.1) support to maxwell.

v0.9.4

27 Jul 23:17
Compare
Choose a tag to compare
  • allow a configurable number (including unlimited) of schemas to be stored

v0.9.3

14 Jul 02:15
Compare
Choose a tag to compare
  • bump open-replicator to 1.2.3, which allows processing of single rows greater than 2^24 bytes

v0.9.2

10 Jul 22:02
Compare
Choose a tag to compare
  • bump open-replicator buffer to 50mb by default
  • log to STDERR, not STDOUT
  • --output_file option for file producer

v0.9.1

22 Jun 17:58
Compare
Choose a tag to compare
  • Maxwell is now aware that column names are case-insenstive
  • fix a nasty bug in which maxwell would store the wrong position after it lost its connection to the master.

v0.9.0

18 Jun 22:51
Compare
Choose a tag to compare

Also, vanchi is so paranoid he's worried immediately about this.

  • mysql 5.6 support (without checksum support, yet)
  • fix a bunch of miscellaneous bugs @akshayi1 found (REAL, BOOL, BOOLEAN types, TRUNCATE TABLE)

v0.8.1

16 Jun 17:51
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
  • minor bugfix release around mysql connections going away.

v0.8.0

09 Jun 17:53
Compare
Choose a tag to compare
  • add "ts" field to row output
  • add --config option for passing a different config file
  • support int1, int2, int4, int8 columns