See commit log for details; in short, the MySQLDataDecoder logic has been retooled to fix some usage errors, address a couple of very minor bugs, and slightly improve performance. Additional changes:
Fixes TLSConfiguration.forClient() deprecation warnings by using .makeClientConfiguration() instead as recommended.
Some well-overdue updates to CI for this package.
Note: While these changes do not add any new public API, they are nonetheless marked as semver-minor to reflect the addition of a new explicit dependency on a recent version of NIOSSL.
See commit log for details; in short, the
MySQLDataDecoder
logic has been retooled to fix some usage errors, address a couple of very minor bugs, and slightly improve performance. Additional changes:TLSConfiguration.forClient()
deprecation warnings by using.makeClientConfiguration()
instead as recommended.Note: While these changes do not add any new public API, they are nonetheless marked as
semver-minor
to reflect the addition of a new explicit dependency on a recent version of NIOSSL.