Skip to content

Releases: zendesk/maxwell

v0.17.0

07 Jan 13:57
Compare
Choose a tag to compare

v0.17 is a large bugfix release with one new feature.

  • FEATURE: allow specifying an alternative mysql schema-storage server and
    replication server
  • BUGFIX: properly handle case-sensitivity by aping the behavior of the
    master server. Fixes #230.
  • BUGFIX: parse some forms of CHECK( ... ) statements. Fixes #203.
  • BUGFIX: many more SQL-parser fixes. We are mostly through some
    thousands of lines of SQL produced by mysql-test.

v0.16.2

16 Dec 19:37
Compare
Choose a tag to compare

This is a large-ish bugfix release.

  • Support, with reservations, binlog_row_image=MINIMAL
  • parser bug: handle table names that look like floating points
  • parser bug: fix for entity names that have '.', '', etc in them
  • handle UPPERCASE encoding names
  • support UCS2 (start trying to operate ok on the mysql-test suite)
  • use ObjectOutputStream.reset to fix memory leaks when buffering to disk

v0.16.1

11 Dec 21:34
Compare
Choose a tag to compare

This is a bug-fix-roundup release:

  • support ALTER DATABASE
  • fix a bunch of parse errors: we've started running mysql-test at
    maxwell and are fixing up failures.
  • some modifications to the overflow-to-disk logic; we buffer the input
    and output, and we fix a memory leak

v0.16.0

10 Dec 22:44
Compare
Choose a tag to compare

Version 0.16.0 introduces a feature where UPDATE statements will now
show both the new row image and the old values of the fields that
changed. Thanks @kristiankaufmann

v0.15.0

07 Dec 18:29
Compare
Choose a tag to compare
  • fix a parse problem with indices ordered by ASC/DESC

v0.15.0-RC1

04 Dec 15:46
Compare
Choose a tag to compare
  • large transactions now buffer to disk instead of crushing maxwell.
  • support ALGORITHM=[algo], LOCK=[lock] for 5.6 alters

v0.14.6

27 Nov 03:51
Compare
Choose a tag to compare
  • fix TIME column support
  • fix parsing on millisecond precision column defintions
  • fix CREATE SCHEMA parsing

v0.14.5

25 Nov 20:52
Compare
Choose a tag to compare
  • handle BOOLEAN columns with true/false defaults

v0.14.4

24 Nov 19:48
Compare
Choose a tag to compare
  • fixes parsing of "mysql comments" (/*! .. */)
  • More performance improvements, another 10% in a tight loop.

v0.14.3

23 Nov 19:55
Compare
Choose a tag to compare
  • fixes a regression in 0.14.2 that creates duplicate copies of the "mysql" database in the schema.