Skip to content

Tags: peterdeka/maxwell

Tags

v1.1.2

Toggle v1.1.2's commit message
v1.1.2, "scribbled notes on red pages"

- pick up latest mysql-connector-j, fixes zendesk#369
- fix an issue where maxwell could skip ahead positions if a leader failed.
- rework buffering code to be much kinder to the GC and JVM heap in case
  of very large transactions / rows inside transactions
- kinder, gentler help text when you specify an option incorrectly

v1.1.1

Toggle v1.1.1's commit message
v1.1.1, scribbled notes on blue pages

- fixes a race condition setting the binlog position that would get
  maxwell stuck

v1.1.0

Toggle v1.1.0's commit message
v1.1.0, "sleep away the afternoon"

- much more efficient processing of schema updates storage, especially when dealing with large schemas.
- @lileeyao added --exclude-columns and the --jdbc_options features
- @lileeyao added --jdbc_options
- can now blacklist entire databases
- new kafka key format available, using a JSON array instead of an object
- bugfix: unsigned integer columns were captured incorrectly.  1.1 will
  recapture the schema and attempt to correct the error.

v1.1.0-pre4

Toggle v1.1.0-pre4's commit message
v1.1.0-pre4, "buck buck buck buck buck buck-AH!"

- Eddie McLean gives some helpful patches around bootstrapping
- Bugfixes for the patch-up-the-schema code around unsigned ints

v1.1.0-pre3

Toggle v1.1.0-pre3's commit message
v1.1.0-pre3

- forgot to include some updates that back-patch unsigned column
  problems

v1.1.0-pre2

Toggle v1.1.0-pre2's commit message
v1.1.0-pre2, "yawn yawn"

- fix performance issues when capturing schema in AWS Aurora
- fix a bug in capturing unsigned integer columns

v1.1.0-pre1

Toggle v1.1.0-pre1's commit message
v1.1.0-pre1, "first to fall"

Deltas from 1.0:
- much more efficient processing of schema updates storage, especially
  when dealing with large schemas.
- @lileeyao added --exclude-columns option
- alternative kafka key format
- @lileeyao added --jdbc_options

1.1.0-kafka-connect

Toggle 1.1.0-kafka-connect's commit message
@kristiankaufmann changes to Maxwell 1.1.0

v1.0.1

Toggle v1.0.1's commit message
v1.0.1, "bag of oversized daisies"

- fixes a parsing bug with `CURRENT_TIMESTAMP()`

1.0.0-kafka-connect

Toggle 1.0.0-kafka-connect's commit message
Adding public access for rowType and oldData from RowMap