Skip to content

Releases: zendesk/maxwell

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.

v0.14.2

20 Nov 00:26
Compare
Choose a tag to compare
  • capture the mysql database along with the rest of the schema. Eliding it was a bad premature optimization that led to crashes when tables in the mysql database changed.

v0.14.1

17 Nov 22:12
Compare
Choose a tag to compare
  • fixes a parser bug around named PRIMARY KEYs.

v0.14.0

03 Nov 16:58
Compare
Choose a tag to compare

This release introduces row filters, allowing you to include or exclude tables from maxwell's output based on names or regular expressions.

v0.13.1

29 Oct 23:57
Compare
Choose a tag to compare

v0.13.1 is a bug fix of v0.13.0 -- fixes a bug where long rows were truncated.

v0.13.0 contains:

  • Big performance boost for maxwell: 75% faster in some benchmarks
  • @davidsheldon contributed some nice bug fixes around CREATE TABLE ... IF NOT EXISTS, which were previously generating new, bogus copies of the schema.
  • we now include a "scavenger thread" that will lazily clean out old, deleted schemas.

v0.13.0

29 Oct 18:36
Compare
Choose a tag to compare

Lucky release number 13 brings some reasonably big changes:

  • Big performance boost for maxwell: 75% faster in some benchmarks
  • @davidsheldon contributed some nice bug fixes around CREATE TABLE ... IF NOT EXISTS, which were previously generating new, bogus copies of the schema.
  • we now include a "scavenger thread" that will lazily clean out old, deleted schemas.

This release has a pretty bad bug. do not use.

v0.12.0

16 Oct 14:16
Compare
Choose a tag to compare
  • add support for BIT columns.

v0.11.4

30 Sep 17:56
Compare
Choose a tag to compare

this is another bugfix release that fixes a problem where the replication thread can die in the middle of processing a transaction event. I really need to fix this at a lower level, ie the open-replicator level.