- Update dependency mysql-connector-java to 8.0.33.
NOTE: This is a breaking change, if the library configuration uses
:subname
to override the MySQL connection string. No change is necessary, if you use theDB_*
environment variables for configuring the connection. For details, see MySQL Connector/J configuration reference. At least, replaceuseLegacyDatetimeCode=false
withpreserveInstants=true&connectionTimeZone=SERVER
in your connection strings. - Replace dependency
com.github.shyiko/mysql-binlog-connector-java
with successorcom.zendesk/mysql-binlog-connector-java
0.28.3. - Add support for MySQL server 8.0.
- Fix issue with binlog streaming missing events when queries affect multiple rows
- Fix concurrency bug with multiple dumpr instances by fixing ->table-spec argument specs
- update dependency mysql-connector-java to 5.1.39
- update dependency mysql-binlog-connector-java to 0.4.1
- update default database connection settings to better work with MySQL 5.7
- update dependency java.jdbc to 0.6.1
- remove joplin as unecessary
- update main dependency mysql-binlog-connector-java to 0.3.1
- update other dependencies to latest versions (manifold and schema)
- initial release