Skip to content

Tags: ping403/maxwell

Tags

v1.34.1e

Toggle v1.34.1e's commit message
copy github workflow from master branch

v1.34.1d

Toggle v1.34.1d's commit message
empty commit to test

v1.34.2-pre

Toggle v1.34.2-pre's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zendesk#1756 from zendesk/fchen/fix-github-action

correct the github action operation from create to push

v1.34.1

Toggle v1.34.1's commit message
v1.34.1, "the MC at the end of the world"

- support for mysql 8's visible/invisible columns
- support mariadb's if-exists/if-not-exists for partition management
- add an index for the http endpoint

v1.34.1c

Toggle v1.34.1c's commit message
v1.34.1, "the MC at the end of the world"

- support for mysql 8's visible/invisible columns
- support mariadb's if-exists/if-not-exists for partition management
- add an index for the http endpoint

v1.34.1b

Toggle v1.34.1b's commit message
v1.34.1, "the MC at the end of the world"

- support for mysql 8's visible/invisible columns
- support mariadb's if-exists/if-not-exists for partition management
- add an index for the http endpoint

v1.34.1a

Toggle v1.34.1a's commit message
v1.34.1, "the MC at the end of the world"

- support for mysql 8's visible/invisible columns
- support mariadb's if-exists/if-not-exists for partition management
- add an index for the http endpoint

v1.34.0

Toggle v1.34.0's commit message
v1.34.0, "Gil's song"

- intern a bunch of objects in our in-memory representation of schema.
  Saves gobs of memory in cases where one has N copies of the same
  database.  Note that this changes the API of Columns, should any
  embedded Maxwell application be using that.
- go up to BIGINT for maxwell's auto-increment ids

v1.33.1

Toggle v1.33.1's commit message
v1.33.1, "la la la la"

- properties may now be fetched from a javascript blob in the env
- RowMap provides access to primary keys
- fix an odd NPE in mariaDB init

v1.33.0

Toggle v1.33.0's commit message
v1.33.0, "tradegy of birds and windows"

- Add HTTP endpoint for runtime reconfiguration