Skip to content

Tags: coder-zhuyu/maxwell

Tags

v1.13.5

Toggle v1.13.5's commit message
v1.13.5, "cyclone keni is real"

Support environment variable based configuration

v1.13.4

Toggle v1.13.4's commit message
v1.13.4, "it was just a dream"

 - Fix v1.13.3 release
 - Added possibility to do not declare the rabbitmq exchange.

v1.13.3

Toggle v1.13.3's commit message
v1.13.3, "winner winner chicken dinner"

 - Add logging for binlog errors
 - Maven warning fix
 - Do not include current position DDL schema to avoid processing DDL twice
 - Always write null fields in primary key fields
 - Bugfix: fix http_path_prefix command line option issue

v1.13.2

Toggle v1.13.2's commit message
v1.13.2, "I just bought them to sleep in"

- fix a bug with CHARACTER SET = DEFAULT
- maxwell now eclipse-friendly.
- configurable bind-address for maxwell's http server

v1.13.1

Toggle v1.13.1's commit message
v1.13.1, "line up your exes in song"

- redis producer now supports LPUSH, thx @m-denton
- RowMap can now contain artbitrary attributes for embedded maxwell, thx @jkgeyti
- bugfix: fix jdbc option parsing when value contains `=`
- bugfix: apparently the SQS producer was disabled
- bugfix: fix a situation where adding a second client could cause
  schemas to become out of sync
- support for --daemon

v1.13.0

Toggle v1.13.0's commit message
v1.13.0, "sorry, I burned your clothes"

- proper SSL connection support, thanks @cadams5
- support for including original SQL in insert/update/deletes, thanks @saimon7
- fixes for float4, float8 and other non-mysql datatypes
- bump kinesis lib to 0.12.8
- fix for bug when two databases share a single table

v1.12.0

Toggle v1.12.0's commit message
v1.12.0, "Cold Feet, literally and metaphorically."

- Support for injecting a custom producer, thanks @tomcollinsproject
- New producer for Amazon SQS, thanks @vikrant2mahajan
- Maxwell can now filter rows based on column values, thanks @finnplay
- Fixes for the Google Pubsub producer (it was really broken), thanks @finnplay
- DDL output can now optionally include the source SQL, thanks @sungjuly
- Support for double-quoted table/database/etc names
- rabbitmq option for persistent messages, thanks @d-babiak
- SQL parser bugfix for values like +1.234, thanks @hexene

v1.11.0

Toggle v1.11.0's commit message
v1.11.0, "the latest, the greatest"

     - default kafka client upgrades to 0.11.0.1
     - fix the encryption issue (zendesk#803)

v1.10.9

Toggle v1.10.9's commit message

Unverified

This user has not yet uploaded their public signing key.
v1.10.9, "no one left behind"

We recommend all v1.10.7 and v1.10.8 users upgrade to v1.10.9.

 - Add missing Kafka clients
 - Listen and report on binlog connector lifecycle events for better visibility
 - Reduce docker image size

v1.10.8

Toggle v1.10.8's commit message

Unverified

This user has not yet uploaded their public signing key.
v1.10.8, "what doesn't kill you makes you stronger"

 - Fix docker builds
 - Add Google Cloud Pub/Sub producer
 - RabbitMQ producer enhancements