Releases: zendesk/maxwell
Releases · zendesk/maxwell
v0.10.0-RC3
- handle "TRUNCATE [TABLE_NAME]" statements
v0.10.0-RC2
- fixes a bug with checksum processing.
v0.10.0-RC1
- upgrade to open-replicator 1.3.0-RC1, which brings binlog checksum (and thus easy 5.6.1) support to maxwell.
v0.9.4
- allow a configurable number (including unlimited) of schemas to be stored
v0.9.3
- bump open-replicator to 1.2.3, which allows processing of single rows greater than 2^24 bytes
v0.9.2
- bump open-replicator buffer to 50mb by default
- log to STDERR, not STDOUT
--output_file
option for file producer
v0.9.1
- 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
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
- minor bugfix release around mysql connections going away.
v0.8.0
- add "ts" field to row output
- add --config option for passing a different config file
- support int1, int2, int4, int8 columns