Skip to content

Releases: zendesk/maxwell

v0.11.3

29 Sep 04:14
Compare
Choose a tag to compare

this is a bugfix release:

  • fix problems with table creation options inside alter statements ( ALTER TABLE foo auto_increment=10 )
  • fix a host of shutdown-procedure bugs

the test suite should also be way more reliable, not like you care.

v0.11.2

18 Sep 19:03
Compare
Choose a tag to compare

This is a bugfix release. It includes:

  • soft deletions of maxwell.schemas to fix A->B->A master swapping without creating intense replication delay
  • detect and fail early if we see binlog_row_image=minimal
  • kill off maxwell if the position thread dies
  • fix a bug where maxwell could pick up a copy of schema from a different server_id (curse you operator precedence!)

v0.11.1

16 Sep 21:38
Compare
Choose a tag to compare
  • maxwell gets a very minimal pass at detecting when a master has changed, in which it will kill off schemas and positions from a server_id that no longer is valid. this should prevent the worst of cases.

v0.11.0

15 Sep 20:36
Compare
Choose a tag to compare

This release of Maxwell preserves transaction information in the kafka stream by adding a xid key in the JSON object, as well as a commit key for the final row inside the transaction.

It also contains a bugfix around server_id handling.

v0.10.1

11 Sep 21:41
Compare
Choose a tag to compare
  • proper support for BLOB, BINARY, VARBINARY columns (base 64 encoded)
  • fix a problem with the SQL parser where specifying encoding or collation in a string column in the wrong order would crash
  • make table option parsing more lenient

v0.11.0-RC1

09 Sep 19:22
Compare
Choose a tag to compare
v0.11.0-RC1 Pre-release
Pre-release
  • merge master fixes

v0.11.0-PRE4

09 Sep 01:29
Compare
Choose a tag to compare
v0.11.0-PRE4 Pre-release
Pre-release
  • bugfix on v0.11.0-PRE3

v0.10.0

09 Sep 19:14
Compare
Choose a tag to compare
  • Mysql 5.6 checksum support!
  • some more bugfixes with the SQL parser

v0.11.0-PRE3

08 Sep 23:48
Compare
Choose a tag to compare
v0.11.0-PRE3 Pre-release
Pre-release
  • handle SAVEPOINT within transactions
  • downgrade unhandled SQL to a warning

v0.11.0-PRE2

03 Sep 22:02
Compare
Choose a tag to compare
v0.11.0-PRE2 Pre-release
Pre-release
  • fixes for myISAM "transactions"