Skip to content

Releases: zendesk/maxwell

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"

v0.11.0-PRE1

02 Sep 01:21
Compare
Choose a tag to compare
v0.11.0-PRE1 Pre-release
Pre-release
  • fix a server_id bug (was always 1 in maxwell.schemas)
  • JSON output now includes transaction IDs

v0.10.0-RC4

31 Aug 17:59
Compare
Choose a tag to compare
v0.10.0-RC4 Pre-release
Pre-release
  • deal with BINARY flag in string column creation.

v0.9.5

31 Aug 17:06
Compare
Choose a tag to compare
  • handle the BINARY flag in column creation