-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.10.0, "slightly more ones than zeoes"
This is a small release, primarily around a change to how schemas are stored. Maxwell now stores the `last_heartbeat_read` with each entry in the `schemas` table, making schema management more resilient to cases where binlog numbers are reused, but means that you must take care if you need to roll back to an earlier version. If you deploy v1.10.0, then roll back to an earlier version, you should manually update all `schemas`.`last_heartbeat_read` values to `0` before redeploying v1.10.0 or higher. Other minor changes: - allow negative default numbers in columns - only store final binlog position if it has changed - blacklist internal aurora table `rds_heartbeat*' - log4j version bump (allows for one entry per line JSON logging)
- Loading branch information
1 parent
4393815
commit e491005
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters