Skip to content

Releases: zendesk/maxwell

v1.22.4

23 Aug 02:02
Compare
Choose a tag to compare
  • Add row type to fallback message
  • Upgrade jackson-databind

v1.22.3

20 Jun 10:15
Compare
Choose a tag to compare
  • fix issue with google pubsub in 1.22.2

v1.22.2

18 Jun 14:22
Compare
Choose a tag to compare
  • fix an issue with bootstrapping-on-replicas
  • add --output_primary_keys and --output_primary_key_columns
  • fix a very minor memory leak with blacklists

v1.22.1

28 May 10:40
Compare
Choose a tag to compare
  • fix crash in rabbit-mq producer
  • better support for maxwell + azure-mysql
  • remove bogus different-host bootstrap check
  • some security upgrades

v1.22.0

16 Apr 19:45
Compare
Choose a tag to compare
  • Bootstrapping has been reworked and is now available in all setups,
    including those in which the maxwell store is split from the replicator.
  • cleanup and fix a deadlock in the kafka fallback queue logic
  • add .partition_string = to javascript filters

v1.21.1

29 Mar 20:43
Compare
Choose a tag to compare
  • Upgrade binlog connector. Should fix issues around deserialization
    errors.

v1.21.0

24 Mar 13:14
Compare
Choose a tag to compare
  • Bootstrapping output no longer contain binlog positions. Please update
    any code that relies on this.
  • Fix 3 parser issues.

v1.20.0

28 Feb 22:57
Compare
Choose a tag to compare
  • add support for partitioning by transaction ID thx @hexene
  • add support for a kafka "fallback" topic to write to
    when a message fails to write
  • add UJIS charset support
  • parser bug: multiple strings concatenate to make one default string
  • parser bug: deal with bizarre column renames which are then referenced
    in AFTER column statements

v1.19.7

25 Jan 21:30
Compare
Choose a tag to compare
  • fix a parser error with empty sql comments
  • interpret latin-1 as windows-1252, not iso-whatever, thx @borleaandrei

v1.19.6

20 Jan 12:36
Compare
Choose a tag to compare
  • Further fixes for GTID-reconnection issues.
  • Crash sanely when GTID-enabled maxwell is connected to clearly the wrong master,
    thanks @acampoh