Skip to content

R2DBC-MYSQL-v1.4.2

Latest

Choose a tag to compare

@jchrys jchrys released this 28 Apr 12:46
· 2 commits to trunk since this release

What's Changed

Features

  • Auth: Added RSA encryption support for caching_sha2_password over non-SSL connections by @svats0001 in #327 (resolves #326)
  • Codecs: Added ByteArrayInputStream codec by @dongKos in #316

Fixes

  • SSL: Restored VERIFY_CA compatibility with Netty 4.2 by @jchrys in #340 (fixes #335)
    • Netty 4.2 changed the default endpointIdentificationAlgorithm from null to HTTPS, which forced hostname verification and broke SslMode.VERIFY_CA. The algorithm is now explicitly set to null to preserve the previous behavior.

New Contributors

Full Changelog: r2dbc-mysql-1.4.1...r2dbc-mysql-1.4.2