Skip to content

Releases: zendesk/maxwell

v1.1.0-pre4

06 May 16:55
Compare
Choose a tag to compare
v1.1.0-pre4 Pre-release
Pre-release
  • Eddie McLean gives some helpful patches around bootstrapping
  • Bugfixes for the patch-up-the-schema code around unsigned ints

v1.1.0-pre3

05 May 03:44
Compare
Choose a tag to compare
v1.1.0-pre3 Pre-release
Pre-release
  • forgot to include some updates that back-patch unsigned column
    problems

v1.1.0-pre2

04 May 22:15
Compare
Choose a tag to compare
v1.1.0-pre2 Pre-release
Pre-release
  • fix performance issues when capturing schema in AWS Aurora
  • fix a bug in capturing unsigned integer columns

v1.0.1

12 Apr 17:49
Compare
Choose a tag to compare
  • fixes a parsing bug with CURRENT_TIMESTAMP()

v1.0.0, Maxwell learns to speak

11 Mar 04:33
Compare
Choose a tag to compare

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

08 Mar 05:21
Compare
Choose a tag to compare

pull in support for replication heartbeats. helps in the flakier
network environs.

v1.0.0-RC2

20 Feb 09:50
Compare
Choose a tag to compare
  • fixes the way ALTER DATABASE charset= was handled
  • adds proper handling of ALTER TABLE CONVERT TO CHARSET

v1.0.0-RC1

11 Feb 19:24
Compare
Choose a tag to compare
  • modifications to the way the bootstrap utility works
  • fix a race condition crash bug in bootstrapping
  • fix a parser bug

v1.0.0-PRE2

30 Jan 00:35
Compare
Choose a tag to compare

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

09 Jan 16:53
Compare
Choose a tag to compare
v1.0.0-PRE1 Pre-release
Pre-release
  • Here we have the preview release of @nmaquet's excellent work around
    bootstrapping initial versions of mysql tables.