You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.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.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.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, "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, "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