Releases: zendesk/maxwell
Releases · zendesk/maxwell
v1.1.0-pre4
- Eddie McLean gives some helpful patches around bootstrapping
- Bugfixes for the patch-up-the-schema code around unsigned ints
v1.1.0-pre3
- forgot to include some updates that back-patch unsigned column
problems
v1.1.0-pre2
- fix performance issues when capturing schema in AWS Aurora
- fix a bug in capturing unsigned integer columns
v1.0.1
v1.0.0, Maxwell learns to speak
Since v0.17.0, Maxwell has gotten:
- bootstrapping support
- blacklisting for tables
- flexible kafka partitioning
- replication heartbeats
- GEOMETRY columns
- a whole lotta lotta bugfixes
and I, Osheroff, think the damn thing is stable enough for a 1.0. So
there.
v1.0.0-RC3
pull in support for replication heartbeats. helps in the flakier
network environs.
v1.0.0-RC2
- fixes the way ALTER DATABASE charset= was handled
- adds proper handling of ALTER TABLE CONVERT TO CHARSET
v1.0.0-RC1
- modifications to the way the bootstrap utility works
- fix a race condition crash bug in bootstrapping
- fix a parser bug
v1.0.0-PRE2
1.0.0-PRE2 brings in a lot of changes that got merged while we were
testing out PRE1. so, hey.
- Configurable names for the
maxwell
schema database (Kristian Kaufman) - Configurable key (primary key, id, database) into the kafka partition hash function (Kristian Kaufman)
- Configurable Kafka partition hash function (java hashCode, murmur3) (Kristian Kaufman)
- support GEOMETRY columns, output as well-known-text
- add
--blacklist_tables
option to fully ignore excessive schema changes (Nicolas Maquet) - bootstrap rows now have 'bootstrap-insert' type
v1.0.0-PRE1
- Here we have the preview release of @nmaquet's excellent work around
bootstrapping initial versions of mysql tables.