Skip to content

Tags: zendesk/maxwell

Tags

v1.39.6

Toggle v1.39.6's commit message
v1.39.6, "weekends are just more work"

- Bugfix issue where SQL query would go missing (#1973)
- Various parser bugfixes (#1970, #1982, #1987)
- Fix issue with renaming a primary key column (#1977)

v1.39.5

Toggle v1.39.5's commit message
v1.39.5, "new key for 2023"

- a few parser fixes

v1.39.4

Toggle v1.39.4's commit message
v1.39.4, "what was norm doing?"

- Fix bugs with older versions of mariadb (<10.4)

v1.39.3

Toggle v1.39.3's commit message
v1.39.3, "hummus and the lamb"

- some bugfixes for 1.39.2 and google pubsub
- couple of security upgrades, including in the docker image

v1.39.2

Toggle v1.39.2's commit message
v1.39.2, "westbound jetlag"

this is a bug-fix release.  some upgrades broke maxwell's http interface and there's
a bunch of SQL parser fixes in here.

v1.39.1

Toggle v1.39.1's commit message
v1.39.1, "hello from back from Marrakech"

This is a faily major release, including lots of MariaDB support fixes
and a few months worth of patches.

- GTID support for MariaDB
- Improved JSON column handling for MariaDB
- add `--pubsub_message_ordering_key`, thanks Billy Braga
- add `--pubsub_emulator`, thanks Billy Braga
- add `--ignore_missing_schema` for otherwise untenable schema situations.
- handle TABLESPACE related DDL

v1.39.0

Toggle v1.39.0's commit message
v1.39.0, "Hello from Marrakech"

This is a faily major release, including lots of MariaDB support fixes
and a few months worth of patches.

- GTID support for MariaDB
- Improved JSON column handling for MariaDB
- add `--pubsub_message_ordering_key`, thanks Billy Braga
- add `--pubsub_emulator`, thanks Billy Braga
- add `--ignore_missing_schema` for otherwise untenable schema situations.
- handle TABLESPACE related DDL

v1.38.0

Toggle v1.38.0's commit message
v1.38.0, "let the madness continue"

- Maxwell gets the ability to talk to bigtable!  I have no idea how well
  it'll work.  I hope it works for you!
- upgrade protobuf to fix a rabbitmq issue with booleans, I think.
- rabbitMQ timeouts on connection
- other fixes.
- I can't imagine the security department cares about my naming what
  with what's going on inside 1019.  I guess we'll see.
-

v1.37.7

Toggle v1.37.7's commit message
v1.37.7, "Fix vulnerabilities"

 - list changes

v1.37.6

Toggle v1.37.6's commit message
v1.37.6

- In non-GTID mode, Verify that the master's server hasn't changed out
  from underneath us.  thanks Tamin Khan